﻿body 
{
	font-family:Arial;color:White; font-size:small; background-color:  #333366;
}

:focus {
	outline: 0;
}


#rightpanel
{
	position:absolute;
	width:280px;
	top:153px;
	left: 812px;
	background-color:#dde2e7;
	z-index: 999;
	border-left: solid 1px #333366;	
}

#about, .solid
{
	font-family:Arial;
	color:White; 
	font-size:small;
	background-color:#333366;
	width:100%;
	overflow:hidden;
}

#about A:link {
	COLOR: yellow; TEXT-DECORATION: underline
}
#about A:active {
	COLOR: silver; TEXT-DECORATION: underline
}
#about A:visited {
	COLOR: yellow; TEXT-DECORATION: underline
}

#ddlMode
{
	font-size: x-small; width: 150px;
}

#DETAILNODE, #RESULTSNODE
{
	font-family:Arial,sans-serif;
	font-size: 0.9em;
	color:Black;
	background-color:white;
}

.searches 
{
	font-family:Arial;		
	padding-top: 15px;	
	padding-left: 5px;
	background-color:#dde2e7;
	color:Black;
	font-size: 0.9em;
}

#scalebar, #mapcoords
{
	color: #990000;
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	background-color: Gray;
}

#modalBackground
{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:9998;
}

#dialog, #mailDialog
{	
	position:relative;
	-moz-border-radius: 10px;	
	background-color: White;
	border: solid 1px #333366;
	z-index: 9999;
	padding: 40px; width: 500px;
	margin: 100px auto;
}

#terms
{
	border: 0; padding: .5em; background: none; overflow: auto; zoom: 1; height: 90%; width: 95%;	
}

.error
{
	color:Red;
	font-style:italic;
}

.red 
{
	color:Red;	
}

.measval 
{
	color:Red;
	font-size:small;	
}

.r1, .r1 tr, .r1 td, .r1 div
{
	background-color:#c3ccd5;
	color:Black;
	font-size: 10px;
}

.r2, .r2 tr, .r2 td, .r2 div
{
	background-color:White;	
	color:Black;
	font-size: 10px;
}



.example
{
	font-size: 0.9em;
	font-style: italic;
	color: #333333;
}

.note
{
	font-size: 0.9em;
	color: #333366;
}

.gray 
{
	font-family:Arial;		
	background-color:#dde2e7;
	color:Black;
}

.bold-text
{
	font-size: 12px;
	font-weight:bold;
}

.ovmap-focus-div {
	position: absolute;
	display: none;
	z-index: 99;
}
