/* CSS Document */


/* ### -- -- -- -- -- profileDisplay -- -- -- -- -- ### */



#profile_tabs a:link, #profile_tabs a:visited, #profile_tabs a:active { 
 color: #75808e;
 text-decoration: none;
 
}
#profile_tabs a:hover, #profile_tabs a:focus { 
 color: #acbc1f;
 text-decoration: underline;
 
}

#profile_tabs .tab_active, #profile_tabs .tab {
	background: url(/images/nameless/profile_tab.gif); 
	width:119px; 
	text-align:center;
	line-height:26px; font-size:13px; font-weight:bold;
}

#profile_tabs .tab_active {
	color:#acbc1f;
}
#profile_tabs .tab {
	color:#75808e;
}




/* ### Icons ### */
.icon_generalinfos{
	background:url(/images/icons/profile_generalinfos.png) no-repeat;
	padding-left:28px;
	}
.icon_personalinfos{
	background:url(/images/icons/profile_personalinfos.png) no-repeat;
	padding-left:28px;
	}



#box{ 
	border: 0px solid #dbdce0;
}

#profile .tablecat {
	padding:4px 4px; 
	color: #acbc1f;
	background-color: #fff;
	background-image:none;
}


#profile .tablea {
	padding:4px 4px; 
	color: #1B3D58;
	background-color: #FAFAFA;
	border: 0px;
}
#profile .tableb {
	padding:4px 4px; 
	color: #1B3D58;
	background-color: #f6f7f9;
	border: 0px;
}



#profile .tableb a:link, #profile .tableb a:visited, #profile .tableb a:active { 
 color: #173B51;
 text-decoration: none;
 
}
#profile .tableb a:hover { 
 color: #0F2B3E;
 text-decoration: underline;
 
}



#profile .tablea a:link, #profile .tablea a:visited, #profile .tablea a:active {
 color: #173B51;
 text-decoration: none;
 
}
#profile .tablea a:hover { 
 color: #0F2B3E;
 text-decoration: underline;
 
}
