/* CSS Document */
/*-------ELEMENTS---------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	height: 100%;
}

/* Header */
#divHeader  {
	background-color: #E5E5E5;
	color: #001851;
	text-decoration: none;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	height: 122px;
	text-align: left;
	clear: right;
	z-index: 1;
}

/* Navigation Drop-Down */
#divHeader #nav, #divHeader #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #d4d8cd;
}

#divHeader #nav a {
	display: block;
	color: #fff;
	padding: 8px;
        font-family: verdana;
        font-weight: bold;
        font-size: 9px;
}

#divHeader #nav a:hover {
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}
#divHeader  #navigationbar  {
	color: #b5bfa4;
	background-color: #001851;
	height: 29px;
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

#divHeader #nav li {
	float: left;
	width: 125px;
	height: 30px;
	background-image: url(../images/NavTab_03.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-color: #CCC;
}

#divHeader #nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
}

#divHeader #nav li:hover {
	left: auto;
	background-color: #6C184D;
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}

#divHeader #nav li:hover ul {
	left: auto;
	background-color: #003;
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}

#divHeader #nav li:hover ul, #divHeader #nav li.sfhover ul {
	left: auto;
	background-color: #003;
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}
#divHeader #nav li:hover ul a:hover {
	background-color: #003;
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}

#divHeader #nav li:hover ul, #divHeader #nav li.sfhover ul a:hover {
	background-color: #003;
	color: #e5e5e5;
	background-image: url(images/fade-3.gif)
}


/* More Header Stuff */

#logoleft  {
	width: 500px;
	clear: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 70px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
#logoleft a {
	display: inline;
	padding: 5px;
	font-weight:bold;
}
#logoright  {
	color: #001851;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 70px;
	width: 200px;
	text-align: right;
	border: 0;
	float: right;
}

#logoright a.light  {
	padding: 8px;
	margin: 0;
	display: inline;
    color:  #402009;
	font-weight: normal;
}

#divHeader a {
	color: #402009;
	text-decoration: none;
	font-weight: bold;
}

#divHeader a:hover {
	color: #541439;
}
#divHeader .menu a:link {
	color: #122100;
}
#divHeader .menu a:hover {
	color: #001851;
}
#divCont #divHeader #navigationbar {
	top: 100px;
}

/* Home Page */

#home-insert {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	z-index: 0;
	display: block;
	
}

#home-insert td.background {
	background-color:#333333;
	opacity:.5;
	filter: alpha(opacity=50);
	 -moz-opacity: 0.5;
}

#home-insert-close-bar {
	background-color: #541439;
	width: 370px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 15px;
}

#home-insert-close-bar a:link {
	color: #FFFFFF;
}

#home-insert-close-bar a:active {
	color: #FFFFFF;
}

#home-insert-close-bar a:visited {
	color: #FFFFFF;
}

#home-insert-close-bar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#home-insert-ad {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
}

#home-insert-ad h2 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

#home-insert-ad a {
	font-size: 16px;
	font-weight: normal;
	color: #b5bfa4;
}

#homeContent {
	clear: both;
	width: 1000px;
	height: 500px;
	background-color: #fff;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #122100;
}

/* Sidebar */
#sidebar {
	width: 180px;
	color: #FFF;
	background-color: #6C184D;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	height: 100%;
	margin-right: 0px;
	margin-top: 1px;
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar h3 {
	padding-top: 10px;
	color: #e5e5e5;
}

#sidebar a {
	display: inline;
	font-weight: inherit;
        color: #ccc;
}

#sidebar a:visited {
	color: #ccc;
}

#sidebar a:hover {
	color: #fff;
	font-weight: bold;
}

/* Other Pages */

#Content {
	float: left;
	width: 780px;
	height: 580px;
	color: #122100;
	padding: 0;
	margin-left: 10px;
}
div #GeoTable p {
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#GeoTable {
	padding-left: 10px;
	padding-top: 10px;
}

#Content h4 {
	padding-top: 10px;
}

#Content a {
	display: inline;
	padding: 2px;
	font-weight: bold;
	color: #122100;
}

#Content a:visited {
	display: inline;
	padding: 2px;
	font-weight: bold;
	color: #122100;
}

#Content a:hover {
	color: #541439;
}

#Content a.test {
	display: inline;
	padding: 2px;
	color: #122100;
	font-weight: bold;
}

#Content a.test:hover {
	color: #e5e5e5;
}

/* Formerly text.css */

h1 {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 24px;
	color: #122100;
	font-weight: bold;
	line-height: 27px;
}
h2 {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 18px;
	color: #001952;
	line-height: 21px;
} 
h3 {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #541439;
}
h4 {
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}
h5 {
	font-size: 10px;
	color: #001851;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
h6 {font-size: 10px;
	color: #001851;
	line-height: 13px;
}

p {
	margin-top: 4px;
}

a:link {
	color: #122100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b5bfa4;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #001851;
}
a:active {
	text-decoration: none;
}

/* Footer */

#divFooter {
	background-color: #001851;
	color: #b5bfa4;
	clear: both;
	font-size: 9px;
	font-family: "Trebuchet MS", Optima, Helvetica, sans-serif;
	vertical-align: text-bottom;
	margin: 0;
	padding: 6px 0;
	float: left;
	width: 1000px;
	text-align: center;
}

#divFooter a {
	display: inline;
	padding: 0;
	margin: 0;
}
#divFooter a:link,a:active,a:visited {
	color: #e5e5e5;
	padding: 0;
	margin: 0;
}

#divFooter a:hover {
	color: #FFF;
	padding: 0;
	margin: 0;
}

H1 {
	float: left;
	height: 32px;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	color: #54256C;
}
HR {
	border: 0;
	width: 100%;
	color:#54256C;
	background-color:#54256C;
	height: 8px;
}
TABLE {
	border-collapse:collapse;
}

TR {
	font-family:Verdana;
	font-size:10pt;
	color: #333333;	
}

A:LINK {
	font-family:Verdana;
	font-size:10pt;
	color:Navy;
	text-decoration:underline;
}
A:VISITED {
	font-family:Verdana;
	font-size:10pt;
	color:Navy;
	text-decoration:underline;
}
A:HOVER {
	font-family:Verdana;
	font-size:10pt;
	color:Red;
	text-decoration:underline;
}

/*----------Classes-------------*/

.listtable {
	background-color:White;
}

.listtable tr:hover {
	background-color: #efefef;
}

.listtable td {
	color: #330099;
	padding: 3px;
	font-size: 11px;
}

.listtable .header td {
	color:#FFFFCC;
	background-color:#54256C;
	font-weight:bold;
}

.listtable .footer td {
	background-color:#FFFFCC;
}

.listtable .pager td {
	background-color:#FFFFCC;
	text-align:center;
}

.listtable .selected td, .listtable .selected {
	background-color:orange;
}

.edittable 
{
	border: solid 2px #E1C8AE;
}

.edittable table td
{
	border: none;
}

.edittable td
{
	color: #333333;
	background-color: #F7F5F4;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 1px white;
}
.edittable th
{
	color: #954D37;
	text-align: left;
	border: dashed 1px #B6B6B6;
	vertical-align: top;
	padding: 3px 6px 3px 6px;
	font-weight:normal;
	font-weight: bold;
}

/*----------Tool Boxes-----------*/

.toolboxleft, .toolbox {
	background: #F7F7F7;
	border: solid 1px #B6B6B6;
	width: 124px;
	margin: 4px;
	font-size: 11px;
}
.toolboxleft, .toolbox {
	margin-bottom: 8px;
}
.toolboxleft TD, .toolbox TD{
	font-size: 11px;
}

.toolbox {
	width: 155px;
}

.toolbox .textbox {
	font-size: 10px;
}

.toolbox TH, .toolboxleft TH{
	background: url(gfx/mibgnav.gif) #54256C;
	color: #FFFFFF;
	font-size: 10px;
}
.toolbox SELECT, .toolboxleft SELECT{
	width: 100% !IMPORTANT;
	font-size: 11px;
}
.toolbox .label, .toolboxleft .label{
	float: left;
	text-align: right;
	padding-right: 2px;
}
.toolbox .select, .toolboxleft .select {
	float:left;	
}
.buttonTrackZoom,
.buttonReCenter,
.buttonDragPan,
.buttonSelectFeatures,
.buttonSelectMapShapes,
.buttonInfo,
.buttonTrackPoint,
.buttonRectangle,
.buttonCircle,
.buttonEllipse,
.buttonPolygon,
.buttonRadius
 {
	font-size: 11px !IMPORTANT;
	width: 120px;
	height: 24px;
	text-align: left;
	padding-left: 23px;
}

.button {
	background: url(gfx/buttonbg.gif) left top;
	font-size: 11px;
}

.buttonWide {
	width: 100%;
	background: url(gfx/buttonbg.gif) left top;
	font-size: 11px;
}

.buttonWide_d {
	width: 100%;
	background: url(gfx/buttonbg.gif) left bottom;
	color: #54256C !IMPORTANT;
	font-weight: bold;
	border-style: inset;
	font-size: 11px;
}

.buttonTrackZoom_d,
.buttonReCenter_d,
.buttonDragPan_d,
.buttonSelectFeatures_d,
.buttonSelectMapShapes_d,
.buttonInfo_d,
.buttonTrackPoint_d,
.buttonRectangle_d,
.buttonCircle_d,
.buttonEllipse_d,
.buttonPolygon_d,
.buttonRadius_d
 {
	color: #54256C !IMPORTANT;
	background: url(gfx/buttonbg.gif);
	font-size: 11px !IMPORTANT;
	width: 120px;
	height: 24px;
	text-align: left;
	padding-left: 23px;
	border-style: inset;
	font-weight: bold;
}
.buttonZoomIn, .buttonZoomOut {
	width: 60px !IMPORTANT;
	height: 50px;
	padding-top: 30px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 9px !IMPORTANT;
	float: left;
}
/*
.buttonViewMap, .buttonViewGrayscale, .buttonViewColor {
	background: url(gfx/viewmap.gif) !IMPORTANT;
	width: 39px;
	height: 33px;
	float:left;
	padding-top: 30px;
}
.buttonViewGrayscale {
	width: 40px;
}
*/
.buttonUpdate {
	background: url(gfx/update.gif);
	text-align: center;
	width: 100%;
	font-size: 11px;
	height: 24px;
}

.buttonZoomIn {background: url(gfx/zoomin.gif) !IMPORTANT;}
.buttonZoomOut {background: url(gfx/zoomout.gif) !IMPORTANT;}
.buttonTrackZoom {background: url(gfx/trackzoom.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonTrackZoom_d {background: url(gfx/trackzoom.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonReCenter {background: url(gfx/recenter.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonReCenter_d {background: url(gfx/recenter.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonDragPan {background: url(gfx/pan.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonDragPan_d {background: url(gfx/pan.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonSelectFeatures {background: url(gfx/selectfeatures.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonSelectFeatures_d {background: url(gfx/selectfeatures.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonSelectMapShapes {background: url(gfx/selectfeatures.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonSelectMapShapes_d {background: url(gfx/selectfeatures.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonInfo {background: url(gfx/info.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonInfo_d {background: url(gfx/info.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonTrackPoint {background: url(gfx/point.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonTrackPoint_d {background: url(gfx/point.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonRectangle {background: url(gfx/rectangle.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonRectangle_d {background: url(gfx/rectangle.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonCircle {background: url(gfx/circle.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonCircle_d {background: url(gfx/circle.gif) 0 -20px no-repeat !IMPORTANT;}	
.buttonEllipse {background: url(gfx/ellipse.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonEllipse_d {background: url(gfx/ellipse.gif) 0 -20px no-repeat !IMPORTANT;}
.buttonPolygon {background: url(gfx/polygon.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonPolygon_d {background: url(gfx/polygon.gif) 0 -20px no-repeat !IMPORTANT;}		
.buttonRadius {background: url(gfx/point.gif) 0 0 no-repeat !IMPORTANT;}
	.buttonRadius_d {background: url(gfx/point.gif) 0 -20px no-repeat !IMPORTANT;}

.linkDownloadImage {
	width: 100%;
	padding: 3px 0 3px 27px;
	background:url(gfx/downarrow.gif) 8px 50% no-repeat;
	
}

/*----------End Tool Boxes--------------*/


#imgChart {
	border: solid 1px #B6B6B6;
}
.logout {
	width: 80px;	
}
.logout A:link, .logout A:visited, .logout A:hover {
	background: url(../images/midelete.gif) 5px 50% no-repeat ;
	padding-left: 23px;
	color: #FFFFFF;
	text-decoration: none;
}
.help {
	width: 4px;
}
.globalnav {
	background: url(gfx/mibgnav.gif) #54256C;
	width: 100%;
	color: #A9122A;
}

.mapHeader {
	width: 100%;
	background: url(gfx/buttonbg.gif) 0 bottom;
}
#tblMain {
	border: solid 1px #B6B6B6 !IMPORTANT;
	background: url(gfx/buttonbg.gif) 0 bottom repeat-x #F3F2F0;
	/*background: url(gfx/bghash.gif) 0 0 #F3F2F0;*/
}
.mapContainer {
	border: solid 1px #B6B6B6 !IMPORTANT;
	background: #FFFFFF !IMPORTANT;
}
.mapContainer div 
{
	/*border: none !IMPORTANT;*/
	padding: 0px;
	margin: 0px;
	cursor: crosshair !IMPORTANT;
	
}


/*-------List Menu ----------------*/

/* All <ul> tags in the menu including the first level */
.menulist {
	position:relative;
	z-index:9999;
	padding-left:50px;
}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font: 13px/20px sans-serif;
 text-align:left;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 left: 0px;
 width: 150px !IMPORTANT;
 z-index:999;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 195px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: url(gfx/mibgnav.gif) left top repeat-x #54256C;
 border-left: 1px solid #56618C;
 border-right: 1px solid #56618C;
 margin-right: -1px;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 width: 200px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a:link, .menulist a:visited {
 display: block;
 padding: 0px 5px 0px 5px;
 color: #FFFFFF !IMPORTANT;
 font-size: 12px;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF !IMPORTANT;
 background-color: #56618C;
}
.menulist a.highlighted {
 color: #FFFFFF !IMPORTANT;
 background-color: #402052;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

