
body 
{
	font-size: 84%;
	font-family: verdana, sans-serif;
	padding:0;
	margin:0;
}

.button
{
	/*border:1px solid black; */
	margin-left:0px;
	margin-right:0px;	
}

#ButtonBox, .ButtonBox
{
	height: 50px;
	width: 82px;
	border: 1px solid Silver;
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

.buttonred
{
	/*border:1px solid black; */
	margin-left:0px;
	margin-right:0px;
	background-color:#FF3300;
	height:30px;
	width:40px;
	border-right:0px;
}

.buttonyellow
{
	/*border:1px solid black; */
	margin-left:0px;
	margin-right:0px;
	background-color:#ffff00;
	height:30px;
	width:40px;
	border-right:0px;
}
.buttongreen
{
	/*border:1px solid black; */
	margin-left:0px;
	margin-right:0px;
	background-color:#009900;
	height:30px;
	width:40px;
	border-right:0px;
}

.buttondisabled
{
	/*border:1px solid black; */
	margin-left:0px;
	margin-right:0px;
	background-color:#f1efe2;
	height:30px;
	width:40px;
	border-right:0px;
}


.divTextButton 
{
 width: 80px;
 text-align: center;
}

.spanTextButton 
{
 width: 80px;
 margin-top:5px;
 margin-bottom:5px;
 margin-left:1px;
 margin-right: 1px;
}

Input.buttonText 
{
 width: 30px;
 height: 30px;
}

#button1 
{
 background-color: Red;
 margin-right:-1px;
}

#button2 
{
 background-color: Yellow;
}

#button3 
{
 background-color: Green;
 margin-left:-1px;
}

div#divError  
{
	width: 36%;
	background-color: efefef;
	color: White;
	position: absolute;
	border: solid 1px black;
	left: 32%;
	top: 20%;
}

div#checkuser_divError  
{
	width: 60%;
	background-color: efefef;
	color: White;
	position: absolute;
	border: solid 1px black;
	left: 20%;
	top: 20%;
}

#tableError 
{
	font-size: 10px;
	width: 100%;
}

.validation  
{
	font-size: 10px;
	font-weight: bold;
	color: Red;
}

#divBlankTopRight 
{
	position: absolute;
	top: 75px;
	right: 1px;
	padding-right: 6px;
	width: 360px;
	background-color: white;
	text-align: right;
	font-size: 80%;
	color: #5c2845;
	font-weight: bold;
	height: 20px;
}

#tdHomePage 
{
	background-color: #F1F0E7;
}

Table.background, .tblPageTableBackground, TD.background 
{
	background-color: #F1F0E7;
	
}

Table.tblLogonTable TD, Table.x
{
	font-size: 70%
}

.tblPageTable P 
{
	font-size: 100%;
}

P 
{
	font-size: 80%;
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: justify;
	padding-right: 2px;
}

P.home 
{
	width: 400px;
}

P.what 
{
	width: 440px;
}

p.ea, p.why 
{
	width: 440px;
}

P.indent 
{
	padding-left: 6px;
}

h1, h2, h3, h4, h5, h6 
{
	font-weight:bold;
	color:#5c2845;
	margin: 0;
	padding:0;
}

h1 
{
	font-size: 2em;
	margin-bottom: 1em;
}

h2 
{
	font-size: 1.7em;
	margin-bottom: .73em;
}

h3 
{
	font-size: 1.55em;
	margin-bottom: .6em;
}

h4 
{
	font-size: 1.3em;
	margin-bottom: .6em;
	margin-top: 0.4em;
	
}

h5 
{
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}


h6 
{
	font-size: .87em;
	margin-bottom: .3em;
	margin-top: 0.8em;
}

h5.tableHeader 
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h5.links 
{
	margin-top: 1em;
	margin-bottom: 0.3em;
}

h6.indent 
{
	padding-left: 6px;
}

.highlight 
{
	color: #5c2845;
}

IMG.right 
{
	float: right;
	margin-left: 15px;
}

A 
{
	text-decoration: none;
	font-weight: bold;
	color: #5c2845;
}

A:hover 
{
	text-decoration: underline;
	color: #b2aa7d;
}

#divImageHome 
{
	position: absolute;
	top: 133px;
	left: 422px;
}

#divImageWhat 
{
	position: absolute;
	top: 133px;
	left: 462px;
}	

#divImageEA, #divImageWhy
{
	position: absolute;
	top: 133px;
	left: 460px;
}	

#divFooter

{ background: url(../images/footer.gif) right no-repeat;
 height: 92px;
 top: -64px;
 position: relative;
 text-align:right;
 width: 133px;
 float: right;
 margin-bottom: -64px;
 }
 	
#divFooter.home
{
	background: url(../images/footer2.gif) no-repeat;
}

Table.tblPageTable, Table.tblPageTableSmaller, Table.tblPageTableBackground
{
	width: 100%;
}

Table.tblPageTable TD, Table.tblPageTableBackground TD, Table.tblPageTableSmaller TD
{
	/*padding: 1px 0px 1px 0px;   wv 2006-01-22 not required, now use border*/
	padding: 0px 0px 0px 0px;
	font-size: 70%;
}

Table.tblPageTableSmaller TD 
{
	font-size:60%;
}

.subHeader, .subHeaderLight, .subHeaderStrong, .redtext 
{
    color: #5c2845;
}

.subHeader 
{
    font-size: 120%;
	font-weight: bold;
}

.subHeaderStrong 
{
	font-size: 160%;
	font-weight: bold;
}

.redtext
{
	font-weight: bold;
}

.subHeaderLight
{
	font-size: 120%;
	font-weight: normal;
}

TABLE.tblPageTable TD.subHeader, TABLE.tblPageTableSmaller TD.subHeader
{
    font-size: 90%;
    padding-left: 0px;
}

TABLE.tblPageTable Select , TABLE.tblPageTable INPUT
{
	font-size: 100%;
}

#headholder 
{
	margin: 0;
	text-align:left;
	height: 98px;
	padding:1px;
	overflow: hidden;
	width: 100%;
}

.toplink
{
	font-size: 80%;
}

#divContent
{
	border-bottom:solid 6px #B2AA7D;
	border-left:solid 6px #B2AA7D;
	border-right:solid 6px #B2AA7D;
	background-repeat: repeat-x;
	padding: 6px;
    COLOR: black;
    width:100%;
    height: 410px;
}

#divContent.home 
{
	background-color: #b2aa7d;
	color: White;
}

#divContent.home H4 
{
	color: White;
}

#divContent.home A 
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

#divContent.home A:hover 
{
	color: #5c2845;
	text-decoration: underline;
}

#divContentMenu
{
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	background-color:#B2AA7D;
	margin-bottom: 0px;
	width: 100%;
	padding-top: 6px;
	margin-top: -5px;
	height: 26px;
	
}
	
#divDownloadMap
{
	float: right;
	margin-top: -20px;
	text-align: center;
	font-size: 11px;
	display: block;
}

#divContentLeft75
{
	float: left;
	padding: 3px 1% 3px 1%;
	margin: 0px;
	width: 75%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 77%;
	}
html>body #divContentLeftSqueeze {
	width: 75%; /* ie5win fudge ends */
	}

#divContentLeftSqueeze
{
	float: left;
	padding: 3px 1% 3px 1%;
	margin: 0px;
	width: 29%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 27%;
	}
html>body #divContentLeftSqueeze {
	width: 25%; /* ie5win fudge ends */
	}

#divContentRightStretch
{
	float: right;
	padding: 3px 1% 3px 1%;
	margin: 0px;
	width: 75%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 73%;
	}
html>body #divContentRightStretch {
	width: 70%; /* ie5win fudge ends */
	}
	
	
	#divListMenu
{
	
	margin-left: 20px;
	padding-top: 0px;
	position: static;
	top: 100px;
	padding-bottom: 1px;
}

#divListMenu A
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	padding-right: 4px;
}

#divListMenu A.hover
{
	padding-top: 10px;
	margin-top: 10px;
	
}

#divListMenu A.subMenu:hover 
{
	text-decoration: underline;
}

#divListMenu A.hover:hover

{	background: url(../images/menumarker_mhm.gif) no-repeat;
	background-position: center -8px;	
}


#nav, #nav ul {
	
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 2px;	

	padding-bottom: 1px;
	list-style: none;	
	text-align: center;
	color:White;
	font-weight: bold;
	
}

#nav a 
{
	
	list-style: none;	
	color:White;
	font-weight: bold;
	padding: 2px;
	border: #5c2845;
	border-width:  0;

}


#nav li {
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	

}

#nav li a 
{
	display: block;
	width: 10em;
	padding: 5px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	margin: -2px 0px 0px -32px;
/*	opacity: .95;
*/
}
/* This is to make opacity work in IE. */
/*
* html #nav li ul {
	background-color: transparent;
}
* html #nav li li {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
}
*/

#nav li li {
	width: 12em

}

#nav li ul a {
	width: 10em;
	padding: 6px 3px 4px 3px;	
	color: White;
}
#nav li ul a:hover {	
	width: 10em;
	color:  #5c2845;
 
}
#nav li ul ul {
	margin: -1.75em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}

#nav li:hover, #nav li.sfhover {
	color:  #5c2845;
}

#nav li ul li a
{
	background-color: #B2AA7D;
}


/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position:   absolute;
	/* account for the border */

	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }


#tblLoginBox, .tblLoginBox
{
	height: 83px;
	border: 2px solid #b2aa7d;
	margin-top: 0px;
}

#tblLoginBox, .tblLoginBox TD.field 
{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	padding-bottom: 0px;
}

#tblLoginBox, .tblLoginBox TD.value 
{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-indent: 4px;

}

#tblLoginBox, .tblLoginBox TD.value SPAN
{
	background-color: #ffffff;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	margin:1px;
	font-size: 10px;
	padding-top: 2px;
}

tr.gridHighlightedRow:hover, tr.over td
{
	background-color: #DCDCDC;
}

#size330 
{
	float: left;
	padding: 0px;
	margin: 0px;
	width:25% 
}

#size100p
{
	float: left;
	padding: 0px;
	margin: 2px;
	border: 2px solid #fff;
	height: 75%;
}

/* fixed font for logged on */
.FixedFont
{
	font-family: Courier New;
}

.topMenuRight 
{
 float: right;
 padding-right:5px;
 padding-top:0px;
 color:White;
}

.disabled
{
	color: black;
	background-color: whitesmoke;
	
}

.disablednumber
{
	color: black;
	background-color: whitesmoke;
	text-align: right;
	
}

#divWrapper 
{
 margin-top:100px;
 margin-left: 1px;
 margin-right: 1px;
 border: solid 5px #b2aa7d;
 border-top: solid 13px;
 padding: 5px;
 min-height: 400px;
}

.divPopup 
{
	border: 1px solid black;
	background-color: White;
	width:300px;
	height:200px;
	padding: 2px;
	position: absolute;
	left:50%;
	margin-left:-150px;
	top: 50%;
	margin-top:-100px;
}

.divPopup .divPopupHeader 
{
	background-color: black;
	color: White;
	padding: 2px;
	margin-bottom:10px;
}

.divPopup .divPopupFooter 
{
	font-size: 0.8em;
	margin-top: 10px;
	padding: 2px;
}

.divPopup .divPopupFooter .divPopupFooterButton
{
	float:right;
	width:80px;
	background-color: Black;
	color: White;
	font-size:1em;
}

.divPopup .divPopupText 
{
	padding: 2px;
	text-align:justify;
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.grdTableDisplay 
{
	font-size: 0.9em;
}

.grdTableDisplay TD 
{
	height:25px;
}

.grdTableDisplay .header TD
{
	background-color: Black;
	color:White;
	font-weight:bold;
}

.cssHide 
{
	display:none;
}