/* $Id: base.css 337 2008-06-01 23:01:45Z adamw $ */

body {font-family: "Verdana", "Helvetica", sans-serif}
th {background: #bbb}
h1:hover {text-decoration: underline}
h2:hover {text-decoration: underline}
h3:hover {text-decoration: underline}
a {text-decoration: none}
a:hover {text-decoration: underline}

table.coloured {
	border: 0px; border-collapse: collapse;
	border-spacing: 0px
}
table.coloured th {
	background-color: #666; color: #fff;
	font-weight: bold; border-bottom: 2px #fff solid;
	padding: 4px; text-align: left
}
table.coloured td {
	background-color: #ccc; color: #000;
	padding: 4px; border: 1px #fff solid
}

table.noborder th {
	background-color: #666; color: #fff;
	font-weight: bold; border-bottom: 2px #fff solid;
	padding: 4px; text-align: left
}
table.noborder td {
	background-color: #ccc; color: #000;
	padding: 4px; border: 0px #fff solid
}

table.padding th {
	text-align: center
}
table.padding td {
	padding: 12px
}

table.nopadding {
	padding: 0px; border: 0px #fff solid
}
table.nopadding th {
	text-align: center
}
table.nopadding td {
	padding: 0px; border: 0px #fff solid
}

table.menu {
	border: 0px; border-collapse: collapse;
	border-spacing: 0px
}
table.menu td {
	font-weight: bold;
	color: #000; padding: 12px;
	border-bottom: 4px #fff solid;
}
a.menu {color: #fff}
a.menu:hover {color: #000}
div#menu td {background: #666666}
div#menu td:hover {background: #CCCCCC}
