/* Master CSS Document */

body {
	background-image: url(../pics/DriversEd.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0.25em;
}

td, th {
	font-size: 1.0em;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}

/* Event Table */

#eventtable {
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	border: outset 1px #000099;
	border-collapse: collapse;
}

#eventtable td {
	color: #000000;
	margin-bottom: 0px;
	padding: 0.25em;
	border: outset 1px #000099; /* IE fix */
}

#eventtable th {
	background-color: #000099;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 0.25em;
	border: outset 1px #000099; /* IE fix */
}

#eventtable td.month {
	color: #FFFFFF;
	background-color: #4b7ead;
	font-size: 2.0em;
}

#eventtable td.group1 {
	background-color: #99FFFF;
}

#eventtable td.group2 {
	background-color: #CCCCFF;
}

#eventtable td.group3 {
	background-color: #33CCCC;
}

#eventtable td.group4 {
	background-color: #00CCFF;
}

/* Event Navigation */

#eventnavigation {
	background-color: #000099;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight:bold;
}

#eventnavigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#eventnavigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#eventnavigation a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#eventnavigation a:active {
	color: #FFFF00;
	text-decoration: none;
}

/* Toolbar */

#toolbar {
	color: #FFFFFF;
	background-color: #4b7ead;
	font-size: 0.8em;
	font-weight:bold;
	border-collapse: collapse;
	border: outset 1px #FFFFFF;
}

#toolbar td {
	padding-left: 1.1em;
	padding-right: 1.1em;
}

#toolbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#toolbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#toolbar a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#toolbar a:active {
	color: #FFFF00;
	text-decoration: none;
}

/* Logo */
#logo {
	text-align: center;
	margin: 1px;
	font-size: 2.5em;
	font-weight: bold;
}

/* Error display */
#error {
	text-align: center;
	color: #FF0000;
	font-size: 1.5em;
	font-weight: bold;
}

/* Miscellaneous */

div.sevenems {
	font-size: 0.7em;
}

#aquatable {
	background-color: #99CCFF;
	border: outset 1px black;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#aquatable caption {
 	text-align: center;
	font-weight: bold;
}

#aquatable td, #aquatable th {
	padding: 0.25em;
}

#legend {
	background-color: #DDDDDD;
	border: solid 1px #EEEEEE;
	border-collapse: collapse;
}

/* Table-like properties */
div.row {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

div.rowleft {
	clear: both;
	padding-top: 10px;
	text-align: left;
}


div.table {
	width: 550px;
	background-color: #99CCFF;
	border: 1px solid #333;
	padding: 5px;
	margin: 0px auto;
}

div.row span.label {
	float: left;
	width: 240px;
	text-align: right;
}

div.row span.labelq {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: left;
	width: 290px;
	text-align: left;
	margin-left: 10px;
}

div.row span.formwq {
	float: left;
	width: 410px;
	text-align: left;
	margin-left: 10px;
}

/* Spacer properties */
div.spacer {
	clear: both;
}
