body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.footer {
	position: fixed;
	bottom: 0px;
	background-color: #C7C7AF;
	height: 31px;
	line-height: 15px;
	z-index: 600;
}

.header {
	background-color: #c7c7af;
	width: 100%;
	height: 75px;
	font-size: 10pt;
	left: 0px;
	top: 0px;
	border: 1px solid black;
	border-width: 0px 0px 1px 0px;
}

.headerTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
}

.headerTitleText {
	font: 32pt Arial;
	letter-spacing: 7px;
	font-weight: bold;
	top: -12px;
	position: relative;
	margin-left: 15px;

}

.sectionTitle {
	font-size: 16pt;
	letter-spacing: 3px;
}

.headerLogin {
	line-height: 12px;
	margin: 0px 5px 0px 0px;
	border-spacing: 0px;
	border-width: 0px;
	padding: 2px;
	width: 350px;
	font-size: 10pt;
	float: right;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:13px;
	font-family: serif;
}

.tableTitle {
	height: 22px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-color: #758279;
	font-size:13px;
	text-decoration:none;
	width: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:20px;
	text-align: center;
}

.tableTitle a, .tableTitle a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	height: 22px;
}

.tableTitle a:hover {
	background-color: #555E58;
	color: #FFF;
}

.content {
	width: 100%;
	left: 0px;
}

#overDiv {
	position:absolute; 
	visibility:hidden; 
	z-index:1000; 
	filter: alpha(Opacity=100); 
	-moz-opacity:1.0;
}
#overDiv * {
	filter: alpha(Opacity=100); 
	-moz-opacity:1.00;
}

.selectHighlight {
	background:red;
}

a.tab {
	border-collapse: collapse;
	border-style: solid solid solid solid;
	border-color: black, black, black, black;
	border-width: 1px 1px 1px 1px;
	background-color: #CCCCCC;
	padding: 2px 3px 0px 3px;
	font-family: arial;
	text-decoration: none;
}
a.tab:hover {
	border-collapse: collapse;
	border-style: solid solid solid solid;
	border-color: black, black, black, black;
	border-width: 1px 1px 1px 1px;
	background-color: #C7C7AF;
	padding: 2px 3px 0px 3px;
}

a.explorer_tab {
	border-collapse: collapse;
	border-style: solid solid solid solid;
	border-color: black, black, black, black;
	border-width: 1px 1px 0px 1px;
	background-color: #CCCCCC;
	font-size: 10pt;
	padding: 1px 2px 0px 2px;
	text-decoration: none;
}

a.explorer_tab:hover {
	border-collapse: collapse;
	border-style: solid solid solid solid;
	border-color: black, black, black, black;
	border-width: 1px 1px 0px 1px;
	background-color: #C7C7AF;
	padding: 1px 2px 0px 2px;
}

a.explorer_enlarge {
	font-size: 10pt;
	padding: 1px 0.5em 0px 0.5em;
	text-decoration: none;
}

a.explorer_enlarge:hover {
	padding: 1px 0.5em 0px 0.5em;
}

.panel {
	border-style: none none solid solid;
	background-color: #C7C7AF;
	padding: 1px;
	height: 402px;
	overflow: auto;
	border-color: black;
	border-width: 1px;
}

.explorer_panel {
	align: left;
	border-style: solid solid solid solid;
	background-color: #C7C7AF;
	padding: 1px;
	height: 175px;
	width: 275px;
	overflow: none;
	border-color: black;
	border-width: 1px;
	overflow: auto;
}

.explorer_map_panel {
	border-style: solid solid solid solid;
	background-color: #FFFFFF;
	padding: 1px;
	height: 175px;
	width: 275px;
	overflow: none;
	border-color: black;
	border-width: 1px;
	overflow: none;
}


.bottomPanelStyle {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: black;
	background-color: #C7C7AF;
	overflow: none;
	padding: 0px;
}

A {
	color: #1D1D1D;
	font-weight: bold;
}

A:hover {
	color: #454545;
	font-weight: bold;
}

.menubouter {
	width: 200px;
	z-index: 100;
	align: right;
}

div#menub {
	width: 180px; 
	z-index: 100;
	align: right;
	display: block;
}

div#menub a, div#menub a:visited {
	margin: 0px;
	text-align: center;
	font-size:13px;
	text-decoration:none; 
	color:#fff; 
	width:140px; 
	height:20px; 
	border:1px solid #c7c7af; 
	border-width: 0px 0px 1px 0px;
	background:#758279;
	line-height:18px;
	letter-spacing: 1px;
	display: block;
	overflow: none;
	padding: 1px;
}

div#menubselected a, div#menubselected a:visited {
	color: #000;
	background: #949e7c;
	width: 140px;
	display: block;
}


div#menub a:hover {
	color: #FFF;
	background: #949e7c;
	width: 160px; 
	display: block;
}

.projectTable {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	text-align: center;
	margin: auto; 
	min-width: 750px;
	width: 80%;
}

.WatershedName {
	height: 28px;
	padding: 0px;
	margin: 0px;
	font-size:24px;
	text-decoration:none;
	width: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:24px;
	text-align: center;
	border: 1px solid black;
	background: #C6C6AE;
}

.ImageLink {
	border: 1px solid Black;
}

.ImageNoLink {
	border: 1px solid gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
}

.padOut {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rightSideBorder {
	border-right: 1px solid Black;
	vertical-align: bottom;
}

.projectImage {
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
	margin-top: 10;
}

.errormessage {
	width: 100%;
	background: #DD0917;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.warning {
	width: 100%;
	background: YELLOW;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.message {
	width: 100%;
	background: #16DB09;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.breadcrumb {
	font: 10pt arial bold;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 6px 0px;
	display: block;
	width: 100%;
	border: 0px solid gray;
	border-bottom-width: 1px;
	text-indent: 10px;
	letter-spacing: 1px;
}

.wqr {
	border: 1px solid; 
	text-align: center; 
	font-size: 8pt;
}
.wqr-title {
	border-bottom: 1px solid; 
	text-align: center; 
	font-size: 10pt;
	vertical-align: bottom;
}
.wqr-title2 {
	background: #FFFFFF;
	border-bottom: 1px solid; 
	text-align: center; 
	font-size: 10pt;
	vertical-align: bottom;
}

.OMRow {
	border-top-color: black; 
	border-top-width: thin; 
	border-top-style: solid;
	border-spacing: 0px;
	vertical-align: top;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.OMLabel {
	white-space: nowrap; 
	background-color: #CCCCCC;
}

.OMERow {
	width: 50%;
	border-bottom-color: black; 
	border-bottom-width: thin; 
	border-bottom-style: dashed;
	vertical-align: top;
	height: 25px;
}

.OMEImg {
	background: #FFFFFF; 
	padding: 2px;
	white-space: nowrap;
}

.OMEImg img{
	border: 0px;
}

.STbl {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.STd {
		width: 40px;
		vertical-align: top;
}

.HelpTitle {
	height: 25px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-color: #758279;
	font-size:22px;
	width: 700px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height:22px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.HelpContent {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

.HelpChildren {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	width: 80%;
}

.HelpChildrenTitle {
	font-weight: bold;
	font-size: 14pt;
	margin-left: 5px;
}
.HelpChildrenItem {
	margin-left: 15px;
}

iframe {
	border: 1px solid black;
}

.Bump {
	border-top: 1px solid #777777; 
	border-left: 1px solid #777777; 
	border-right: 1px solid #222222; 
	border-bottom: 1px solid #222222;
}

.oddRow {
	background-color: #EEEEEE;
}

ul.oddRow, ul.evenRow {
	height: 18px;
}

.evenRow:hover, .oddRow:hover {
	background-color: #CCCCCC;
}

.ActionButton {
	background-color: #444444;
	color: #FFFFFF;
	border: 1px solid white;
	cursor: pointer;
	font-size: 10pt;
	list-style: none;
	width: 50px;
	display: inline;
}
.Strike {
	text-decoration: line-through;
}


		#dtable {
            margin: auto;
            text-align: left;
            border-top: 1px solid #CCC;
            overflow:auto;
        }
        #dtable ul {
            list-style: none;
            clear: both;
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
            padding: 0px;
            margin: 0px;
        }
        #dtable ul li {
            float: left;
            border-left: 1px solid #CCC;
			width: 50px;
			height: 18px;
			overflow: hidden;
			margin: 0px;
            padding: 0px 2px 0px 2px;
        }
        #dtable ul.dheader {
            height: 195px;
            overflow: hidden;
            background: #FFFFFF;
        }
        #dtable ul.dheader li {
        	height: 195px;
        	vertical-align: bottom;
            text-align: center;
            font-weight: bold;
            font-size: 10pt;
            padding-top: 1px;
            padding-bottom: 0;
        }
        ul.color:hover {
        	background: #BAD4EB;
        }
.footerDiv {
	position: fixed;
	bottom:0px;
	height:31px;
	right:0px;
	width:100%;
}
