html, body {
	font-family: Verdana;
	font-size: 9pt;
	color: #555555;

	margin: 0px;
	padding: 5px;

	background-color: #7590AB;
}

table {
	font-family: Verdana;
	font-size: 9pt;
	
	margin: 0px;
	padding: 0px;
}

table.sidebar-box {
	border: 0px solid #000000; 
	width: 196px; 
	font-size: 8pt;
}

td {
	vertical-align: top;
}

div#main {	
	width: 800px;
	min-height: 100% !important;
	* height: 100%;

	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

div#menu {
	width: 800px;
	height: 25px;

	position: absolute;
	left: 0px;
	top: 265px;
	font-family: Verdana;
	font-size: 13pt;

	color: #FFFFFF;	
/*	background-color: #996600; 
	border-bottom: 1px solid #996600;
*/
	background-color: #4169E1;
	border-bottom: 1px solid #4169E1;
}

div#top {
	width: 100%;
	height: 55px;
	margin-top: 10px;
}

div#top-img {
	width: 100%;
	height: 200px;
	scroll: none;
}

div#content {
	width: 800px;
	min-height: 400px !important;
	height: auto;

	margin-top: 10px;
	padding: 0px;
		
        position: relative;
        overflow: hidden;
}

div#content-left {
	margin-right: 200px;
	margin-left: 10px;
	padding: 5px;
	height: auto;
			
	border-right: 1px solid #CCCCCC;
}

div#content-right {
	width: 200px;
	padding: 0px;
	float: right;
	
	display: block;
	position: absolute;
	top: 0px;	
	left: 300px;
	
	font-family: Verdana;
	font-size: 8pt;
}

div#footer {
	width: 800px;
	height: 20px;
	padding: 20px;
	text-align: center;
	background-color: #FFFFFF
	
	font-family: Verdana;
	font-size: 7pt;

	position: absolute;
	bottom: 0px;
}

div#blank {
	width: 100%;
	height: 20px;
}

font.title {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000099;
}

font.sub-title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
}

img.border {
	border: 5px solid #BBBBBB;
}

img.border-black {
	border: 1px solid #000000;
}

img.border-gray {
	border: 1px solid #CCCCCC;
}

img.border-white {
	border: 1px solid #FFFFFF;
}

hr.underline {
	border: 1px solid #000099;
	color: #000099;
	width: 95%; 
	position: relative; 
	top: -10px;
	text-align: left;
}

.img_button {
	border: none;
	cursor: pointer;
}

.img_button:hover {
	border: none;
	cursor: pointer;
}

a img {
        border: 0px none #FFFFFF;
}

a {
	color: #0C28A1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #091C6E;
	text-decoration: underline;
}

a:visited {
	color: #0C28A1;
	text-decoration: none;
}

.gray {               
        color: #AAAAAA;
        text-decoration: none;
}

a.gray:visited {
	color: #AAAAAA;
	text-decoration: none;
}

.img-shadow {
	float:left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

input {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

/* MENU STYLE */
#menu a {
	padding: 0px 10px;

	color: #FFFFFF;	
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;
}

#menu a:hover {
	background-color: #CC9933;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;
}

input,textarea {
	border: 1px solid #777777;
}

/* MAP STYLE */
div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}
