body {
	background-color: #009900;
	padding: 0px;
	margin: 0px;
	border: thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	margin: 10px;
	padding: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
}
#masthead {
	background-color:#FFFFFF;
	padding: 4px;
}

legend {
	font-weight: bold;
}
#menu {
	/* background-image: url(/images/bar.gif); */
	/* background-repeat: repeat-x; */
	width: 100%;
}
#menu ul {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font:bold 1.1em Verdana;
	line-height:2.25em;
	padding: 2px 6px 2px 6px;
	width:12em;
	display: inline;
	border: thin solid darkred;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: yellow;
	text-decoration: underline;
}

#feedback {
	border: thin solid green;
	background: white;
	margin: 5px;
	padding: 10px;
	font: bold 1.15em Verdana;
	color: darkred;
}

#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}

#content a {
}

#content a:hover {
	background-color:yellow;
}

#content h1 {
	font-size: large;
	font-weight: bold;
	color: #333333;
	margin: 0.5em;
	padding: 0;
	text-align: center;
}

/* Style for data display in a table */
#data {
	margin:0em 2em 2em 2em;
	padding:0em 1em 1em 1em;
	border:thin solid white;
}


#data h1{
	font-size: large;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-align: center;
}

#content h3, #data h3{
	font-size: medium;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-align: center;
	text-decoration: underline;
}

#data li {
	list-style: none;
	line-height: 1.5em;
}

#data .even {
	background-color:#dcdcdc;
}

#data .odd {
	background-color:#ffffff;
}

/* Style for data display in a list */
.label {
	float: left;
	width: 130px;
	text-align: right;
}

.datum {
	margin-left:136px;
	width: 450px;
}

/* Styles for input form */
#input_form label {
	display: block;
	float: left;
	width: 16em;
	margin-right: 10px;
	text-align: right;
}

#input_form .Required {
	font-weight: bold;
}

#input_form ul {
	list-style: none;
}

#input_form li {
	line-height: 1.6em;
	margin: 8px 0 8px 0;
	padding: 0px;
}

#input_form input, textarea {
	background-color: #DDDDDD;
	font-family: Trebuchet;
	font-size: 1.1em;
	}

#input_form radio {
	background-color: #009900;
	}

#input_form input.Selection {
	background-color: #009900;
	display: inline;
	padding: 0;
	height: 2em;
	width: 2em;
}
	
#input_form input:focus, select:focus, radio:focus, textarea:focus {
	background-color: #FFFFFF;
	}
	
#input_form .noEntry {
	background-color: #FFFFFF;}
	
#input_form .Inline {
	display: inline;
}

#input_form #Submit {
}


/* Styles for user form */
#access {
	visibility:hidden;
}


/* Style for report entry form */
#report_entry ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#report_entry li {
	margin: 0 0 10px 0;
}

#report_entry label {
	float: left;
	width: 10em;
	margin-right: 0.5em;
	text-align: right;
	line-height: 1.5em;
}

#report_entry div.timetag {
	width: 20em;
	float: left;
	clear: right;
}

#report_entry span.entered {
	font: 1.15em/1.5em trebuchet;
}

#report_entry span.description {
	font: 1.15em/1.5em trebuchet;
}

#report_entry textarea.description {
}

#report_entry label.right {
	float: none;
	display: inline;
	width: 10em;
	margin-right: 0.5em;
	text-align: right;
	line-height: 1.5em;
}

#report_entry input, textarea {
	background-color: #DDDDDD;
	font-family: Trebuchet;
	font-size: 1.1em;
}

#report_entry label.total {
	float: left;
	width: 40em;
	margin-right: 1em;
	text-align: right;
	line-height: 1.5em;
}

#report_entry radio {
	background-color:#009900;
	line-height: 1.5em;
}
	
#report_entry input:focus, select:focus, radio:focus, textarea:focus {
	background-color: #FFFFFF;
}
	

#report_entry input.total {
	margin:0;
}

#report_entry span.total {
	margin:0;
	line-height: 1.5em;
}

/* Styles for select form */
#select_form ul {
	list-style: none;
}

#select_form li {
	line-height: 1.6em;
	margin: 8px 0 8px 0;
	padding: 0px;
}

#select_form input, select {
	background-color: #DDD;
	font-family: Trebuchet;
	font-size: 1.1em;
	}
	
#select_form input:focus, select:focus {
	background-color: #FFF;
	}

#select_form #Submit {
}

#select_form label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 10px;
	text-align: right;
}

/* Style for well select form */
#well_select ul {
	list-style: none;
}
#well_select li {
	line-height: 1.6em;
	margin: 4px 0 4px 0;
}
#well_select label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 10px;
	text-align: right;
}
#well_select #request {
}
#well_select #Description {
	margin-left: 4em;
}


/* Class for Spread Sheet */
table#spreadsheet {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-color: #999999;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table#spreadsheet th {
	border-color: #999999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 2px;
	margin: 0;
	text-align: left;

}
table#spreadsheet td {
	border-color: #999999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 2px;
	margin: 0;
}


table#spreadsheet .firstblankrow {
	border-bottom:  4px double #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

table#spreadsheet .noborder {
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

#trailinglinks {
	font-weight: bold;
}

table#spreadsheet .blue {
	color: blue;
}

table#spreadsheet .grey {
	background-color: #e2e2e2;
}



/* Hide small logo in Spread Sheet, unless printing */

#logo {
	position: relative;
	left: -1000px;
	
}
