table.results {
	font: 10px Verdana, sans-serif;
	margin: 5px 0;
	background-color: #3F3F3F;
	width: 100%;
}

table.results caption {
	background-color: #79818E;
	border: 1px solid #3F3F3F;
	border-bottom: none;
	color: #fff;
	font: bold 11px Verdana, sans-serif;
	padding: 3px 0;
}

table.results th {
	background-color: #ccc;
	padding:1px;
	font-size: 9px;
}

table.results td {
	background-color: #fff;
	padding:2px;
	text-align: center;
}

table.results tr.notes td {
	background-color: #79818E;
	color: #fff;
	font: bold 10px Verdana, sans-serif;
}

/* Result tables notes and map */

.ridingMAPWRAPPER{
	margin-bottom:30px;
	margin-top:-15px;
	border: 1px solid #333;
	
}

.ridingMAPWRAPPER div.message {
    padding: 15px 3px 0px 0px;
	font-size:11px; 
}

.ridingMAPWRAPPER img{
    margin:15px 8px 10px 8px;
	float:left;
	border: 1px solid #333;

}
.ridingMAPWRAPPER span{
    clear:both;
}

