html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
}

body
{
font-family:arial,sans-serif;
line-height:1;
font-size:100%;
color:#000000;
}

.wrapper
{
margin:0 auto;
width:1040px; /*page width*/
color:#000;

}

.bgblue{
background: #3b5998;
}

#header{
height:40px;
padding-top:10px;
}
#title{
	font-size: 30px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#fff;
	float:left;
}
#tag{
	font-size: 20px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#fff;
	text-transform: uppercase;
	float:right;
	margin-top:7px;
}
#sidebar{
border-right: solid 1px #dedede;
width:228px;
float:left;
height:500px;
padding:30px 0px 0px 0px;
}


#greybox{
float:right;
background:#f1f3f6;
border:solid 1px #e4e9ef;
height: 772px;
width:759px;
padding:13px 0px 0px 18px;
margin:30px 0px 20px 0px;
}
#profile_title{
width:738px;
height:40px;
text-align: center;
padding-top: 13px;
font-size: 30px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#fff;
}
.profile{
width:173px;
height:215px;
float:left;
margin:10px 16px 0px 0px;
}
/***pagination ***/
.pagination a
{
color:#698621;
text-decoration:none;
font-size:11px;
font-weight:bold;
}
.pagination {
   display:block;
   height:22px;
   line-height:21px;
   clear:both;
   padding-top:3px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align:right;
   margin-right:11px;
}

.pagination a:link, .pagination a:visited{
   padding:7px;
   padding-top:2px;
   padding-bottom:2px;
   border:1px solid #EBEBEB;
   margin-left:10px;
   text-decoration:none;
   background-color:#F5F5F5;
   color:#698621;
   width:22px;
  }

.pagination a:hover {
   background-color:#DDEEFF;
   border:1px solid #BBDDFF;
   color:#0072BC;   }

.pagination .active_tnt_link {
   padding:7px;
   padding-top:2px;
   padding-bottom:2px;
   border:1px solid #BBDDFF;
   margin-left:10px;
   text-decoration:none;
   background-color:#DDEEFF;
   color:#0072BC;
   cursor:default;
}

.pagination .disabled_tnt_pagination {
background-color:#F5F5F5;
border:1px solid #EBEBEB;
color:#D7D7D7;
cursor:default;
margin-left:10px;
padding:2px 7px;
text-decoration:none;
}
/***pagination***/ 