/*.fullresults {  test 
	background: aqua;
}*/

table.results, .fullresults table {
	font: 10px Verdana, sans-serif;
	margin: 5px 0;

	width: 100%;
	/*border-collapse: collapse;*/
	/*border: 1px solid #3F3F3F;*/
}
table.results {
	background-color: #3F3F3F;
}

.fullresults table {
	border-collapse: collapse;
	border: 1px solid #3F3F3F;
}

table.results caption, .fullresults table 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, .fullresults table th {
	background-color: #ccc;
	padding:1px;
	font-size: 9px;
}

table.results td, .fullresults table td {
	background-color: #fff;
	padding:2px;
	text-align: center;
}
.fullresults table td {
	border: 1px solid #3F3F3F;
}

table.results tr.notes td, .fullresults tr.notes td {
	background-color: #79818E;
	color: #fff;
	font: bold 10px Verdana, sans-serif;
	text-align:left;
	vertical-align:top;
	width:40%;
}

table.refreshButt {
	border: 1px solid #3F3F3F;
	width: 100%;
}


/* ul below table */
.fullresults ul {
	list-style: none;
	background: #79818e;
	margin: 0 0 10px 0;
	padding: 0;
	height: 15px;
}
.fullresults li {
	float: left;
	color: #fff;
	font: normal 10px Verdana, sans-serif;
	margin: 0;
	padding: 0 2px;
}




/* Result tables notes and map */

.ridingMAPWRAPPER{
	margin-bottom:30px;
	/*margin-top:-15px;*/
	border: 1px solid #333;
}

.ridingMAPWRAPPER div.message {
   padding: 8px;
	font-size:11px; 
}

.ridingMAPWRAPPER img {
   margin:15px 8px 10px 8px;
	float:left;
	border: 1px solid #333;

}
.ridingMAPWRAPPER span{
   clear:both;
}
