/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.dbl {
border-style: double;
}
.dbl td {
vertical-align: top;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
#header {
clear: both;
height: 50px;
width: 100%;
}

#content {
clear: both;
}

#footer {
margin-top: 10px;
clear: both;
width: 100%;
height: 50px;
text-align: center;
background-color:#66CCFF;
}

.event {
	width: 650px;
	border: 1px solid black;
	margin-top: 10px;
	margin: 10px auto;
	background-color:#FFFFFF;
}
.event h1 {
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.event h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
}
table.race {
	border-top: 2px solid black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border-collapse: collapse;
}
table.results {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border-collapse: collapse;
}
tr,td {text-align:left;}

.results td,th{
	padding: 0;
	margin: 0;
}
.results th {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.lineunder td {
	border-bottom: 1px solid black;
}
.heat {
	font-weight: bold;
}
.width1 {
	width: 50px;
}
.width2 {
	width: 200px;
}
.width3 {
	width: 100px;
}
.winner {
	font-weight: bold;
}
