/* Main results table */
table.results {
	border: 1px solid #ccf;
 border-collapse: collapse;
	padding: 4px;
	line-height:normal;
	font-size: 1em;
	color: #036;
}

table.results th,
table.results td {
 border: 1px solid #ccf;
	padding: 2px;
}

.res_content {

}

td.race_discard {
 background-color:#FFFF00;
	text-align:center;
}

th {
	font-weight: bold;
	background-color: #cd3131;
	color: #f5f5f5;
}

tr.res_header a:link, tr.res_header a:visited {
  color:#98f;
		text-decoration:none;
		font-weight:normal;
}

tr.odd {
 background-color:#f0f0f0;
}

tr.even {
 background-color: #fefefe;
}

td.res_central,
th.res_central {
	text-align : center;
	}
	
td.res_left,
th.res_left {
	text-align : left;
}

h1.results {
color: #f5f5f5;
}

h3.results {
text-decoration: none;
text-align:center;
}
	
td.res_proam_spacer {
	background-color: #FFFFFF;
	width: 15px;
}
	
