body {
	background: #000;
	color: #FFF;
	font-family: Arial;
	font-size: 10pt;
}

h1 {
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	color: #FF0;
	font-size: 24pt;
}

p {
	text-align: center;
}

a#last10link, a#editlink {
	background: #333;
	border: solid 1px #999;
	color: #FFF;
	text-decoration: none;
	padding: 1px 3px;
}

a#last10link:hover, a#editlink:hover {
	background: #555;
}

/* DEFINITION LISTS */

dl {
	width: 500px;
	margin: auto;
}

dt {
	padding: 2px;
	font-weight: bold;
	color: #FFF;
}

dd {
	margin: 0;
	padding: 1px;
}

/* ERROR BOX */

dl#errors {
	border: solid 1px #F00;
	border-top: 0;
}

dl#errors dt {
	background: #F00;
}

/* LAST 10 BOX */

dl#last10,
#edit dl {
	margin-bottom: 15px;
	border: solid 1px #999;
	border-top: 0;
}

dl#last10 dt,
#edit dt {
	background: #555;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}


th, tr.totals td {
	font-weight: bold;
	background: #555;
	padding: 2px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

dl#last10 dd,
#edit dd {
	background: #333;
}

#edit dd {
	padding: 2px;
}

/* TABLE */

table {
	width: 500px;
	_width: 502px;
	margin: auto;
	border-collapse: collapse;
	border: solid 1px #999;
}

td {
	background: #333;
	padding: 0;
	text-align: center;
}

.stage {
	text-align: left;
	padding-left: 2px;
}

table a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 100%;
}

table a:hover {
	background: #555;
}

col.diff {
	width: 20%;
}

#overall {
	font-size: 18pt;
	font-weight: bold;
	color: #999;
}

#overall span {
	color: #FFF;
}

