/*
	top right bottom left
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #A9C733;
}

.container {
	border: grey dotted 1px;
	margin: 0 auto;
	background-color: #84D661;
	width: 800px;
	padding-bottom: 0px;
	
}

.logindiv {
	border: 0px solid black;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-top: 5px;
	background-color: #84D661;
	text-align: right;
}

.header {
	margin: 0 auto;
	text-align: center;
}

.clearer {
	clear: both;
}

.main {
	clear: both;
	padding: 8px 10px;
	border: 0px;
	margin: 0 auto;
}


.content_block {
	border: black solid 1px;
	padding: 5px 5px 5px 5px;
	background: #BED661;
	margin-bottom: 10px;
	clear: both;
}

.content_block_nomenu {
	border: black solid 1px;
	padding: 5px 5px 5px 5px;
	background: #BED661;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}
.content_map {
	width: 506px; 
	height: 400px;
	float: left;
}

.content_map p.mapControl {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 2px;
}


.content_map table {
	display:block; 
	margin:0 auto; 
	text-align:center;
}

#mapControlArea {
	margin: 0 auto;
	text-align: center;
/*	position: relative;
	top: -420px;
	left: 0px;*/
}

#map {
	width: 500px; 
	height: 400px;
}

#loading {
	visibility: hidden;
	position: relative;
/*	position: absolute;*/
	top: -426px;
	left: 0px;
	width: 500px;
	height: 400px;
	/*background-color: #CCCCCC;*/
	z-index: 1;
	margin: 0 auto;
	text-align: center;
}

#loading p {
	text-align: center;
	padding-top: 120px;
	font-size: 2em;
	font-weight: bold;
}

.content {
	float: right;
	width: 250px;
	border: 0px black solid;
	/*background: white;*/
}

.content_wide {
	float: left;
	width: 720px;
	border: solid 0px green;

}

.footer {
	background: #D6B361;
	border: 0px solid purple;
	color: black;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 796px;
}



.note {
	font-weight: bold;
}

.guide {
	font-weight: bold;
	font-size: 1em;
}

input, select, textarea {
	background-color: white; 
	border: 1px solid black; 
	color: black;
}

input:focus, select:focus, textarea:focus {
	border-color: #900; 
	background: #ffd;
	color: #600; 
}

input[type="submit"] {
	background-color: lightgrey;
	color: black;
	font-weight: bold;
}
input[type="submit"]:hover { 
	border-color: #900; 
	background: #ffd;
	color: #600; 
}
                             
input[type="submit"]:active { 
	border-color: red;
	color: #600;
	background: #ffc; 
}


.missingField {
	background-color: #FF9898;
}


a:hover { 
	color: #c33; 
	background : #ffe ;
	text-decoration: none; 
}

.activetab {
	border-top: solid 0px black;
	border-right: solid 0px black;
	border-left: solid 0px black;
	padding: 5px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top; 0px;
	background: #BED661;
}

.deactivetab {
	border-top: dotted 0px black;
	border-right: dotted 0px black;
	border-left: dotted 0px black;
	background: #809627;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	
} 

.tabmenu {
	font-weight: bold;
	font-size: 1em;
	margin-top: 15px;
	/*border-bottom: 0px;
	margin-bottom: 0px;*/
	border: 0px;
	padding: 5px;
	width: 720px;
}

.content p, .content_wide p, .content_wide table, .content h3, .content_wide h3{
	margin: 10px;
	margin-top: 0px;
}

.content_wide img.treedetails {
	margin-left: 20px;
	margin-bottom: 10px;
}


p.info {
	margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
	border: 0px dotted gray;
	font-weight: bold;
	padding-top: 3px;
}

.alert {
	margin: 2px;
	margin-top: 0px;
	color: red;
	font-weight: bold;
	padding: 2px;
	padding-bottom: 0px;
}

.formalert {
	margin: 0px;
	margin-top: 0px;
	color: red;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
}

table.datatable {
	border: 0px
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 10px;
	margin-top: 5px;
}

table.datatable th {
	background: #a7cc95;
	padding: 5px;
	border: solid 1px grey;

}

table.datatable td {
	border: solid 1px grey;
	padding: 4px;
	background: #99b3cc;
}

table.datatable td.even {
	border: solid 1px grey;
	padding: 4px;
	background: #ececec;
}

table.datatable tr.selectedRow td {
	background: #FF9898;
	border-top: solid 2px red;
	border-bottom: solid 2px red;
}

table.datatable tr.notselectedRow td {
	color: grey;

}

table.formtable td {
	vertical-align: top;
	padding-bottom: 10px;
}

.infobubble {
	text-align: left;
	width: 300px;
}




