@charset "utf-8";
/* CSS Document */

#curPage {

background-color: #94baa5;

}



.bannerbg {

background-color: #eff5f2;

}



.cgibar {

font-family: sans-serif;

font-size: 14px;

text-align: right;

}



.cgibar ul {

list-style-type:none;

margin:0;

padding-right: 20px;

border:none;

background-color: #94baa5;

}



.cgibar ul li a {

color: black;

}



.cgibar ul li a:visited {

color: black;

}



.chromestyle{

/* width: 95%; */

font-family: sans-serif;

font-weight: bold;

font-size: 14px;

margin:0 auto;
padding:5px 0;

/*border-width:1px 0 0 0;

border-style:solid;

border-color:#e6e6e6;*/

}



.chromestyle ul {

list-style-type:none;

margin:0;

padding: 2px 0 2px 0;

border:none;

/*background-color: #185a4a;*/

}



.chromestyle li{

/*

border: 1px solid #BBB; */

display: inline;

}



.chromestyle ul li a{

/*

color: #494949;

*/

color: #FFFFFF;

/*padding: 2px 19px 2px 19px;*/
padding:5px 16px;

margin: 0px -2px 0px -2px;

text-decoration: none;

border-right: 1px solid #DADADA;

/*

background-color: #94baa5;

*/

}



.chromestyle ul li a:visited{

color: #FFFFFF;

text-decoration: none;

}



.chromestyle ul li a:hover{

/* background: url(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/ 

/* color: #494949; */

background-color: #94baa5;

text-decoration: none;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/* content: " v";*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #BBB; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 12px sans-serif;

line-height:18px;

z-index:100;

background-color: #185a4a;

width: 40px; /* Drop Down Default Width */

visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: bold;

color: white;

}



.dropmenudiv a:visited{

color: white;

text-decoration: none;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #94baa5;

color: white;

text-decoration: none;

}










div.topwrapper {
	position: relative;
}

.menu2 {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 180px;
	font-family: helvetica, arial;
	font-size: 12px;
}

.contentArea {
	border: 1px solid #cccccc;
	margin: 25px 10px 10px 190px;
	padding: 5px;
	font-family: helvetica, arial;
	min-height: 400px;
}

/* Hides from non-ie: the holly hack \*/
* html .adminConsoleWorkArea {
	zoom: 1.00;
	display: inline;
}
/* End hide from non-ie */

