
html, body, p, span, h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#DDDDDD;
}

img {
	border: 0px;
}

.footer {
	font-size:10px;	
}

.debug {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	border:1px dashed #880000;
	background-color:#FFFFFF;
	font-size:10px;
}

.head {
	background-color:#CCCCCC;
	border:1px solid #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.head_bar, .filter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

input {
	background-color: #cae1f4;
	border:1px outset white;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin: 1px;
}

.form_error {
	background-color: tomato;
	border:1px solid red;
}

.chkbox {
	padding:0;
	border:0;
	background-color: #CCCCCC;
	margin:0;
}

fieldset {
    border: 1px solid white;
    padding: 2px;
}

/*
.filter fieldset {
	border: 1px solid white;
	padding: 2px;
}

.filter fieldset, input {
     padding:0;
     border:0;
     background-color: #CCCCCC;
     margin:0;
}
*/

select {
	background-color: #cae1f4;
	border: 1px outset white;
	cursor:pointer;
	font-size:10px;
	margin: 2px;
	height:16px;
}

input:hover,select:hover {
	background-color: #8ebdf0;
	color: #000080;
}

#location select {
	width:200px;
}

.filter {
	margin:0;
	padding:0;
}

.filter .text {
	border:1px inset white;
	padding-left: 2px;
	width: 200px;
}

.filter .maininput {
	width:200px;
}

.filter li {
	float:left;
	width:100px;
	font-size:10px;
}

.submit {
	width:95px;
}

.help {
	border: 1px solid white;
	background-color: #0080c0;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding:2px;
}

/*

.filter .submit {
	background-color:#CCCCCC;
	border:2px outset #999999;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:147px;
}

	
*/

.slice_right {
}
.slice_bottom {
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #C2C2C2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #0000ff;
	padding: 2px;
}

.calender {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
}

.calender td a {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

.calender td a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000088;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

.calender td {
	border:0;
}

.calender th {
	background-color:#333333;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.calender th a {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.waters a {
	margin-left:20px;
}

.calender tr:hover {
	background-color:#FFCC66 !important;
}

.site_nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#555555;
	border: 1px solid white;
	padding: 2px;
}

.site_nav a {
	font-family:arial;
	color:#555555;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:4px;
	border: 1px solid white;
	background-color: #cccccc;
}

.site_nav a:hover {
	font-family:arial;
	color:#000099;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#eeeeee;
}

.nav_link_hover {
	font-family:arial;
	color:#000099;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px inset #0066CC;
	background-color:#CCCCCC;
	padding:2px;
}

a, .small {
	font-family:arial;
	color:#555555;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-family:arial;
	color:#FFCC66;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
	
ul {
	padding-left:0px;
	list-style-type: none;
	margin:0;
}


