/****************************** Profile Index *************************************/
div.profileLeft{
	margin: 10px 10px 0px 10px;
}
div.profileRight{
	margin: 10px 0px 0px 0px;
}
div.profileTeaser{
	width: 254px;
	border: 1px solid #5f5f5f;
	float: left;
	display: inline; /* IE6 sucks */
}
div.jockeyImage{
	padding: 9px;
	background: #5e605d;
	float: left;
}
div.jockeyText{
	width: 131px;
	padding: 0;
	background: #fff;
	float: left;
}
div.jockeyText p{
	margin: 0;
	padding: 6px;
}
div.jockeyText p.main{
	margin: 0;
	padding: 6px;
	background: url(../Images/dottedLine2.gif) top left repeat-x;
}
div.jockeyImage img{
	border: 1px solid #fff;
}
div.jockeyText:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .jockeyText {height: 1%;}
/* End hide from IE-mac */
a.profile{
	background: url(../Images/jockeyProfile.gif) center left no-repeat;
	padding: 1px 0 0 14px;
	font-weight: bold;
	text-decoration: none;
	color: #197ed0;
	font-size: 10px;
}
a.profile:hover{
	text-decoration: underline;
}
div.moreProfiles{
	border-top: 4px solid #bccbce;
	margin-top: 20px;
	padding: 12px 12px 0 12px;
}
div.moreProfiles table.moreProfiles{
	margin: 10px 0 0 0;
}
div.moreProfiles table.moreProfiles td{
	padding: 1px 2px;
	font-size: 11px;
}
div.moreProfiles p.legend{
	margin: 20px 0 0 0;
	font-weight: bold;
}
div.moreProfiles img.legend{
	vertical-align: top;
}
/****************************** Profile Single *************************************/

div#profileContainer{
	border: 1px solid #474944;
	margin: 0 12px 0 6px;
}
div#profileText{
	
}
div.right{
	float: right;
}
div#otherInfo{
	background: url(../Images/rcDottyLine.gif) top left repeat-x;
	padding-top: 1px;
}
table.performance{
	margin: 0 10px 10px 10px;
	font-size: 11px;
}
table.performance th{
	text-align: left;
	padding: 2px 14px 12px 0;
	font-size: 10px;
}
table.performance td{
	padding: 2px 14px 2px 0;
}
div#performance table.performance a{
	color: #686963;
}
div#pageProfile div#linkLeft{
	float: left;
	width: 150px;
	margin-top: 20px;
	padding-left: 8px;
}
div#pageProfile div#linkCenter{
	float: left;
	width: 220px;
	text-align: center;
	margin-top: 20px;
}
div#pageProfile div#linkRight{
	float: right;
	width: 150px;
	padding-right: 12px;
	text-align: right;
	margin-top: 20px;
}
a.norm{
	font-size: 10px;
	font-weight: bold;
}
a.prevLink{
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0 2px 12px;
	background: url(../Images/linkArrow_blue2.gif) center left no-repeat;
}
a.nextLink{
	font-size: 10px;
	font-weight: bold;
	padding: 2px 12px 2px 0;
	background: url(../Images/linkArrow_blue3.gif) center right no-repeat;
}

/****************************** Profile Stats *************************************/

div#profileDisclaimerContainer{
	border: 1px solid #474944;
	padding: 5px 5px 5px 5px;
	margin: 12px 12px 0 6px;
}

div#profileDisclaimerText{
	
}

div#profileStatsContainer{
	border: 1px solid #474944;
	margin: 12px 12px 0 6px;
}

div#profileStatsText{
}

div.profileStats
{
	float: left;
	padding: 5px 0px 5px 5px;
	width: 150px;
	widows: 50px;
}

div.profileStatsStarts
{
	width: 200px;
}

div.profileDetailHeader
{
	float: left;
	width: 60%;
	border-top: solid 1px #bccbce;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}

div.profileDetailText
{
	float: right;
	width: 40%;
	border-top: solid 1px #bccbce;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #197ed0;	
}

div.profileDetailHorse
{
	float: right;
	width: 100%;
	border-top: solid 1px #bccbce;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 20px;
}

select.selectCombo
{
	margin-bottom: 10px;
	width: 150px;
	font-family: Verdana;
	font-size: smaller;
	color: #197ed0;
}

div.spacer
{
	height: 20px;
}
