/* CSS Document */

.profile-container{
	width:800px;
}

.profile-small-container{
	width:100%;
}

.profile-content{

}

.profile-content a:link, .profile-content a:visited{

}

.profile-content a:hover{

}

.profile-content .content-left{
	float:left;
	padding:0 10px 0 0;

}

.profile-content .content-right{
	float:left;
/*	background-image:url(images/profile-bg.jpg);
	background-repeat:no-repeat;
	background-color: #4BAAE0;*/
	
}

.namecard-container a:link, .namecard-container a:visited{
	color:#58BBEB;
	text-decoration:none;
}

.namecard-container a:hover{
	color:#E87830;
	text-decoration:none;
}


.profile-avatar{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	background-color:#fff;
}

.profile-section{
	color:#14A4C7;
	font-size:16px;
	letter-spacing:-1px;
	
}

.profile-world-rank{
	font-size:24px;
	padding-top:5px;
}

.profile-world-rank a{
	
	vertical-align:top;
}


img.user-avatar-medium{
	width:48px;
	height:48px;
}

img.user-avatar-small{
	width:16px;
	height:16px;
}

.profile-details{
	width:600px;
}

.profile-history{
	width:620px;
}


.profile-edit{
	width:680px;
}



.profile-details table tr td.detail-section{

	color:#14A4C7;
	background-image:url(/assets/shared/images/hdot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:20px;
	padding-bottom:2px;
	font-size:16px;
}

.profile-details table tr td.detail-attribute{
	width:150px;
	font-weight:bold;
	padding:3px;
	color:#676767;
	vertical-align:top;
}



.profile-details table tr td.detail-data{
	padding:2px;
	color:#676767;
}

.profile-notify{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	background-color:#f5f5f5;
}

ul.profile-notify li{
	padding:5px 10px;
	border-bottom:1px solid #D8DFEA;
}

ul.profile-notify .notification-response{
	padding-top:5px;
}

.profile-response{
	margin:2px 0;
	padding:5px 10px;
	border-top:1px solid #E5E5E5;
	border-bottom:2px solid #E5E5E5;
}

.profile-details .win-streak{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#999;
}

.player-level-container{
	border:1px solid #ccc;
	padding:1px;
	position:relative;
}

.player-level-container .player-level-count{
	position:absolute;
	color:#FFFFFF;
	font-weight:bold;
	top:2px;
	left:40px;
	font-size:10px;
	text-align:center;
}

.player-level-container .player-exp{
	background:url(/assets/shared/images/bar.gif) repeat-x;
	height:15px;
	float:left;
}

.player-level-container .player-exp-blank{
	float:left;
	height:15px;
	background-color:#DDD;
}

