@charset "utf-8";
/* CSS Document */

#nineDartVid{
	width:570px;
	margin-bottom:10px;
	z-index:1;
}

.goldTxt{color:#e3ac19; font-size:10pt;}

.silverTxt{color:#ababab; font-size:10pt;}

#nineDartRecord{
	width:550px;
	padding:10px;
}

#No1HistoryTable{
	width:570px;
}

#No1HistoryTablePic{
	width:160px;
	margin-right:10px;
	float:left;
}

#No1HistoryTableTxt{
	width:380px;
	text-align:left;
	float:left;
}

#awardTable{
	width:570px;
}

#awardColumns{
	width:570px;
	margin-bottom:10px;
	overflow:auto;
}


#awardImage{
	width:360px;
	height:320px;
	margin-left:10px;
	float:left;	
}

#awardTxt{
	width:200px;
	float:left;	
}

.historyHeader{
	width:560px;
	padding:5px;
	background-color:#c6d2ff;
	font-size:11pt;
	text-align:center;
	font-weight:bold;
}


#reviewMonthRow{
	width:570px;
	clear:both;
}


.reviewMonthLink a{
	width:95px;
	height:27px;
	float:left;
	display:block;
	text-align:center;
	font-size:10pt;
	padding-top:13px;
	text-decoration:none;
	color:#333;
	background-image:url(../../assets/images/resultsArchiveOut.gif);
}


.reviewMonthLinkOFF{
	width:95px;
	height:27px;
	float:left;
	text-align:center;
	font-size:10pt;
	padding-top:13px;
	color:#888;
	background-image:url(../../assets/images/resultsArchiveOut.gif);
}



.reviewMonthLink a:hover{
	background-image:url(../../assets/images/resultsArchiveOver.gif);
	color:#ffffff;
}
