@charset "utf-8";
/* CSS Document */

 .profile-top-corner{
 	height:42px;
	background:url(images/user_profile_bg.png) no-repeat left scroll;
	margin:30px auto 0px auto;
	width:618px;
	
	
	
 } 
 
 .profile-top-bg{
 	height:42px;
	background:url(images/user_profile_span.png) repeat-x scroll;
	width:592px;
	margin-left:6px;
	font-size:15px;
	font-family:"Arial Black";
	font-weight:bold;
	color:#555555;
	padding: 5px 0px 0px 20px;
	border-left:#adacac;
 }

 
 .profile-body{
 	
	background: url(images/user_profile_bottom.png) bottom repeat-x scroll #d7dadf;
	width:608px;
	margin:0px auto 30px auto;
	padding-top:10px;
	padding-bottom: 30px;
	
	
	
 }
.post-cell{
	background:url(images/post-cell.png) repeat-y scroll;
	
	
}

.post-cell a{

	
	
}

.post-table a{
		font-size:15px;
	color:#ffffff;
	font-weight:bold;
	
}

.post-table a:hover{
		font-size:15px;
	color:#5a5f68;
	font-weight:bold;
	
}

.post-header{
text-align:left;
font-weight:bold;
}

.post-cell-even a{
	color:#6b6b6b;
}

.post-cell-even a:hover{
	color:#b0b0b0;
}

 .profile-category{
 	font-size:18px;
	font-weight:bold;
	color:#8A8A8A;
	/*background: #B4B7BD;*/
	width:50%;
	
	
 }

  .profile-value{
 	font-size:18px;
/*background: #fee6e6;*/
	color:#8a8a8a;
	text-align:right;
	width:50%;

	
 }
 
 .profile-value a{
 	font-weight: bold;
	
 }
 
 .white{
 	background:#ffffff;
	
	
 }

