/*
** results.css
**
** (c) Copyright 2006 Optimise Fitness Ltd
**
** Backgrounds and colours for Results pages
*/

body {
	background: url(../images/bg001.jpg) 0 0 fixed no-repeat #28439b;
	color: black;
}
#header h1, #header h2 {
	color: white;
}
#navigation a {
	border: silver solid thin;
	color: white;
	background: url(../images/bg001light.jpg) 0 0 fixed no-repeat #97a5c6;
}
#navigation a:hover {
	color: yellow;
	background: url(../images/bg001dark.jpg) 0 0 fixed no-repeat #28439b;
}
#contents {
	background: url(../images/bg001light.jpg) 0 0 fixed no-repeat #97a5c6;
}
#contents a {
	border-bottom: dotted thin blue;
	color: blue;
	text-decoration: none;
}
#contents a:hover {
	text-decoration: none;
	color: yellow;
}
#links a {
	border: thin silver solid;
}

/* results-specific stuff */
table, td, th {
	padding: 0.2em;
	border-collapse: collapse;
	border: silver solid thin;
}
th {
	background-color: silver;
	color: #28439b;
}

