
/* CSS Document */

.content_header {
	background: #000 url(content_header.gif) no-repeat 0 bottom;
	min-height: 138px; /* Grid 3 - 2x20 padding*/
	height: auto;
	padding-bottom: 20px;
	}

* html .content_header{
	height: 138px;
}
	
.pagetype_content #page_content .header .tool_strip{
	min-height:22px;
}
/*[ Header Photo ] */

#player_header_photo {
	position: absolute;
	bottom: 0;
	right: 120px;
	width: 250px; 
	}
	
	#player_header_photo img {
		display: block;
		}
		
.quick_profile {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	}
	
	.quick_profile li {
		margin: 0;
		padding: 0;
		background: none;
		min-height: 1px;
		}
		
		.quick_profile li:after {
			content: ".";
			height: 0;
			display: block;
			clear: both;
			visibility: hidden;
			}
			
		* html .quick_profile li {
			height: 1px;
			}
		
	.quick_profile em {
		float: left;
		width: 100px;
		color: #808080;
		font-weight: normal;
		font-style: normal;
		}
		
	.quick_profile strong {
		float: left;
		width: 200px;
		color: #fff;
		font-weight: normal;
		}
		
	.quick_profile a{
		color: #808080;
		text-decoration: underline;
	}
	
	.quick_profile a:hover{
		color: #fff;
	}
		
/* [ Related Content Profile List ] */

.related_content {
	background: #444749;
	}
	
	.related_content .header {
		border-bottom: 1px solid #575a5d;
		}

#player_profile_list {
	margin: 0 0 15px 0;
	padding: 10px;
	list-style: none;
	font-size: 11px;
	min-height: 1px;
	}
	
	* html #player_profile_list {
		height: 1px;
		}
		
	#player_profile_list:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility:hidden;
		}
	
	#player_profile_list a {
		color: #fff;
		background: url(more_reverse.gif) no-repeat right center;
		padding-right: 12px;
		}
		
	#player_profile_list li {
		float: left;
		width: 105px;
		margin: 0;

		}

#player_profile_stats,
#player_profile_stats li{
	list-style: none;
	margin: 0;
	padding: 0; 
}


#player_profile_stats li{
	padding: 5px 10px; 
	display: block;
	margin: 0 -10px;
}

#player_profile_stats li.alt{
	background: #f5f5f5;
}

#player_profile_stats em{
	font-style: normal;
	display: block;
	float: left;
	width: 100px;
}

#player_related_news{
	margin: 0 0 15px 0;
	padding:10px;
	list-style: none;
}

#player_related_news .date{
	color: #979a9c;
	font-size: 10px;
}

#player_related_news li{
	list-style: none;
	padding: 0;
	margin: 0;
}


#player_related_news a{
	color: #fff;
	font-size: 11px; 
}

#player_related_news a:hover{
 text-decoration: underline;
}

.mvp_summary_table{
	margin: 0 -10px 30px;
}

.mvp_summary_table th{
	background: #f5f5f5 none repeat scroll 0 0;
	border-bottom: 2px solid #EEEEEE;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: normal;
}

.mvp_summary_table th strong{
	font-size: 11px;
}

.mvp_summary_table td{
	padding: 5px 10px;
}

.mvp_summary_table .alt td{
	background: #f5f5f5;
}

.mvp_summary_table .center{
	text-align: center;
}