@charset "UTF-8";
body {
	background-image: url(images/gradient_01.jpg);
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	text-align: left;
	margin:0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
#content {
	background-color: #E6E6E6;
}
#banner {
	margin-bottom:8px;
}
#nav {
	margin-bottom:8px;
}
#navbar {
	background-image: url(images/button_gradient.jpg);
	background-repeat: repeat-x;
}
#map {
	width: 880px; 
	height: 390px; 
	margin:0; 
	padding:0;
}
#tiles {
	margin-top:8px;
}
#footer {
	background-color:#FFFFFF;
	padding-top:8px;
}

.tst {
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.tstheader {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.tstnotice {
	font-size: 11px;
	font-style: normal;
	color: #00F;
}
.tstwarning {
	font-size: 11px;
	font-style: normal;
	color: #F00;
}
input, option, select {
	font-size: 11px;
	font-style: normal;
	color: #333333;
}

#map, #map input, #map option, #map select {
	font-size: 10px;		/* with Verdana ie6 can display bold @ 10px (otherwise seems to require 11px in order to bold things) [ie6 workaround] */
}

#map td {
	padding: 3px;
}
span.error {
	color: #F00;
	font-size: 11px;
	font-style: normal;
}
input.error, select.error, textarea.error {
	border: 1px solid #F00;
}

