.scoresList{
margin: 0;
padding: 0;
width: 100%; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

div.scoresList div.eventTitle {
	width: 100%;
	height: 20px;
	background-color: #528F6C;
	text-align: left;
	padding: 5px 10px 3px 10px;
}

div.scoresList a.eventTitle {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0px 0 0;
}

div.scoresList .eventScores {
	clear: both;
}

div.scoresList .eventDate {
	text-align: center;
	background-color: #b6C7db;
	font-weight: normal;
	font-size: 12px;
	
}

div.scoresList .eventDivision {
	text-align: center;
	background-color: #1d3652;
	font-size: 12px;

	color: #fff;
	text-transform: uppercase;
}

div.scoresList .rowRankName,
div.scoresList .rowScore {
	font-size: 0.9em;
	color: #606060;
	background-color: #fafbfc;
}

div.scoresList a.recap {
	display: block;
	float: right;
	margin: -1px 17px 0px 0px;
	width: 40px;
	height: 20px;
	background-image: url(btnRecap.gif);
} 

div.scoresList a.recap:hover {
	background-image: url(btnRecapHover.gif);
}

div.scoresList #noData {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

div.scoresList #infoCRS {
	text-align: center;
	font-size: 1.1em;
	background-color: #E4EBF2;
	padding: 5px 0px;
	color: #222;
}

div.scoresList #infoCRS a {
	text-decoration: none;
	color: #222;
	display: block;
	background: #D5DDE5;
	background-color: #b6C7db;
	margin: 0px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.scoresList #infoCRS a:hover {
	background-color: #1d3652;
	color: #fa9c98;
	color: #fff;
}