
/* player profiles */
div#profileTabContainer{
	width: 200px;
	float: left;
	/*border-right: 1px solid #fff;*/
	border-right: 1px solid #006595;	
	
}


div#profileTabContainer a{
	width: 200px;
	float: left;
	background: transparent url('gradient_80.gif') repeat-x;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
div#profileTabContainer a span.group{
	clear:both; 
	min-height: 42px;
	display: block;
	margin-bottom: 5px;
	display: block;
	width: 200px;
	height: 42px;
	text-decoration: none;
}

div#profileTabContainer a span.group img{
	border: 1px solid #aed8ff;
	float: left;
	margin-right: 10px;
	display: block;
}
div#profileTabContainer a span.group span.person{
	font-size: 16px;
	display: block;
	width: 180px;
	color: #000;
	padding-top: 5px;
	margin-bottom: 5px;
}
div#profileTabContainer a span.group span.position{
	font: bold 10px/10px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	display: block;
	width: 198px;
}
div#profileTabContainer a.current{
	background-color: #006595;
	background-image: none;
}
div#profileTabContainer a.current span.group img{ border: 1px solid #006595 !important;}

div#profileTabContainer a.current span.person, 
div#profileTabContainer a.current span.teamHeader, 
div#profileTabContainer a.current span.position{ color: #fff !important;}

div#profileTabContainer span.teamHeader{ 
	font: bold 12px/10px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #006595;
	margin: 0 5px 5px 5px;
	height: auto; 
	min-height: 0; 
	padding-top: 5px;
	display: block;
}

div.profilePanes{
	width: 423px;
	float: right;
	padding-left: 10px;
}

div.profilePanes h2{
	font-size: 24px;
	font-weight: normal;
}

img.player{
	float: right;
	border: 1px solid #aed8ff;
	margin: 0px 0px 5px 10px;
}
div.clearPlayer{
	clear:both;
	font-size:0 !important;
	height:0;
	margin: 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #aed8ff;
}

/* profile listing on the front page */
div.profileList a{
	background: transparent url('gradient_80.gif') repeat-x;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
}

div.profileList a span.group{
	width: 78px;
	float: left;
	text-align: center;
}
div.profileList a span.group img{border: 1px solid #aed8ff !important; }
div.profileList a span.group span.person{
	font: bold 10px/10px Arial,Helvetica,sans-serif;
}
div.profileList a span.teamHeader{
	font: bold 12px/10px Arial,Helvetica,sans-serif;
	padding: 5px;
	display: block;
	text-transform: uppercase;
}
div.profileList a:hover{
	background-color: #006595;
	background-image: none;
}
div.profileList a:hover span.teamHeader,
div.profileList a:hover span.group span.person{
	color: #fff;
}
div.profileList a:hover span.group img{border: 1px solid #006595 !important;}


/* end player profiles */