﻿body.PlayerRecordProfile .pageContentWrapper{
	width:800px;
}

body.PlayerRecordProfile .InfoSec1 {
	background: url(../images/PlayerProfile_TopBar.jpg) no-repeat;
	height:22px;
	overflow:hidden;
	position:relative;
	padding-left:270px;
}

body.PlayerRecordProfile .InfoSec1 p 
{
	color:White;
	float:left;
	margin:2px 20px 0 0;
	padding:0;
	white-space:nowrap;
}

body.PlayerRecordProfile .InfoSec1 p strong {
	color:#908f8f;
}

body.PlayerRecordProfile .InfoSec1 p.name strong,
body.PlayerRecordProfile .InfoSec1 p.position strong,
body.PlayerRecordProfile .ratingsSec strong.label
 {
	display:block;
	text-indent:-3000;
	width:1px;
	height:1px;
	overflow:hidden;
}

body.PlayerRecordProfile .InfoSec1 p.name {
	color:#202020;
	font-size:1.1em;
	font-weight:bold;
	height:22px;
	left:50px;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:1px;
	width:195px;
}
body.PlayerRecordProfile .InfoSec1 p.position {
	color:White;
	font-size:1.2em;
	font-weight:bold;
	height:22px;
	left:2px;
	margin:0;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:1px;
	width:35px;
}


body.PlayerRecordProfile .ratingsSec {
	background:#2f2e2e;
	border:1px solid #595555;
	border-top:0;
	height:100px;
}
body.PlayerRecordProfile .ratingsSec p {
	border-bottom:1px solid #595555;
	color:White;
	font-size:0.9em;
	text-align:center;
	padding: 3px;
	margin:0;
}
body.PlayerRecordProfile .ratingsSec p.rating {
	background:#282627 url(../images/ContentBox_Header_bkg.jpg);
	font-variant:small-caps;
	font-weight:bold;
}
body.PlayerRecordProfile .ratingsSec span.rating {
	font-size:1.1em;
}

body.PlayerRecordProfile #otherRecords {
	min-height:70px;
	height: auto !important;
	height:70px;
}

body.PlayerRecordProfile div.coachLink {
	position:absolute;
	top: 98px;
	left: 320px;	
	color: #D9D9D9;
	font-size: 0.9em;
	font-weight: bold;	
}

body.PlayerRecordProfile div.coachLink a {
	color: White;	
}

body.PlayerRecordProfile .SocialBar {
	width: 100px;
	margin: 3px auto 0;
}