﻿.profilefeatured
{
	float:left;
	width:630px;
	padding:10px;
	background-color:#EAF3F9;
}
.profilefeatured .playerhead
{
	float:left;
	width:220px;
	margin-right:10px;
}
.profilefeatured .playerbio
{
	
}
.profilefeatured .playerbio .playername
{
	font-size:24px;
	font-weight:bold;
	color:#003E7E;
}
.profilefeatured .playerbio .label
{
	padding:5px 0px;
	float:left;
	width:100%;
}
.profilefeatured .playerbio .bioHeading
{
	float:left;
	width:150px;
	color:#1C7EBB;
	font-weight:bold;
}
.profilefeatured .fullprofilelink
{
	padding:10px 0px;
}
.profilefeatured .fullprofilelink a
{
	color:#ED363F;
	font-weight:bold;
}
.profilefeatured .fullprofilelink a:hover
{
	text-decoration:underline;
}
/***************************************************************************/
/*************** RIGHT COLUMN BIO PROFILE *********************/
.rightcol_profile .profilefeatured
{
	float:left;
	width:280px;
	padding:10px;
	background-color:#EAF3F9;
}
.rightcol_profile .profilefeatured .playerhead
{
	width:280px;
	text-align:center;
}
.rightcol_profile .profilefeatured .playerbio
{
	
}
.rightcol_profile .profilefeatured .playerbio .playername
{
	font-size:18px;
	font-weight:bold;
	color:#003E7E;
	margin:10px 0px;
	float:left;
	width:280px;
}
.rightcol_profile .profilefeatured .fullprofilelink
{
	padding:10px 0px;
}
.rightcol_profile .profilefeatured .fullprofilelink a
{
	color:#2798D4;
	font-weight:bold;
}
.rightcol_profile .profilefeatured .fullprofilelink a:hover
{
	text-decoration:underline;
}