/* global stuff */
BODY 
{
	margin: 0;
	background-color: #eee;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

INPUT 
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

BUTTON 
{
	font-size: 11px;
	padding: 3px;
}

SELECT 
{
	font-size: 11px;
	font-weight: normal;
}

H1 
{
	color: #bbbbbd;
	font-size: 17px;
	margin: 10px 0 12px 0;
}

H1 a 
{
	color: #bbbbbd;
	text-decoration: none;
}

H2 
{
	font-size: 20px;
	margin: 0 0 10px 0;
}

H5 
{
	font-size: 10px;
	margin: 0 0 4px 0;
}

H6 
{
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 4px 0;
}

FIELDSET 
{
	border: solid 1px #999;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

LEGEND 
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	margin-bottom: 6px;
}

TABLE 
{
	font-size: 11px;
}

FORM 
{
	margin: 0px;
}

TEXTAREA 
{
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
}

HR 
{
	height: 1px;
	color: #ccc;
}

TH a 
{
	text-decoration: none;
}

A 
{
	color: #009;
}

.nohref 
{
	color: #009;
}

   
/* tab stuff */
#topnav 
{
	height: 22px;
	background-color: #018EAF;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}

#topnav UL 
{
 
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#topnav LI 
{
 
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	background-color: #018eaf;
	border-left: 1px solid #fff;
	border-right: 1px solid #015a6f;
}

#topnav A 
{
 
	font-weight: bold;
	color:#000;
	display:block;
	width:auto;
	text-decoration:none;
	margin:0;
	padding: 4px 12px;
	border-top: solid 1px #6fbfd1;
	border-bottom: solid 1px #00242d;
}

#topnav A:hover, #topnav A:active 
{
	color: #fff;
}

#topnav A.here:link, #topnav A.here:visited, #topnav LI A:hover
{
 
	color: #fff;
	background-color: #00576d;
}


/* secondary tabs */
#subnav 
{
 
	height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	margin:0;
	padding: 0 0 3px 0;
	background-color: #00576d;
	border-top: solid 1px #6e9fac;
	border-bottom: solid 1px #00161b;
}

#subnav UL 
{
	list-style: none;
	margin: 2px 0 0 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}

#subnav LI 
{
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}

#subnav A 
{
	color:#fff;
	display:block;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding: 2px 10px 2px 10px;
}

#subnav A.here:link, #subnav A.here:visited, #subnav LI A:hover
{
	color:#45cf00;
}


/* tertiary tabs */
#subsubnav 
{
	height: 14px;
	text-transform: uppercase;
	font-size: 10px;
	margin:0;
	padding: 0 0 1px 0;
	background-color: #eee;
}

#subsubnav UL 
{
	list-style: none;
	margin: 2px 0 0 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}

#subsubnav LI 
{
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}

#subsubnav A 
{
	color:#009;
	display:block;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding: 1px 12px 1px 10px;
}

#subsubnav A.here:link, #subsubnav A.here:visited, #subsubnav LI A:hover
{
	color:#009;
	text-decoration: underline;
}

#subsubnav BR, #subnav BR, #topnav BR 
{
	clear:both;
}


/* tab stuff */
.topnav 
{
	height: 22px;
	background-color: #018EAF;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}

.topnav UL 
{
 
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.topnav LI 
{
 
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	background-color: #018eaf;
	border-left: 1px solid #fff;
	border-right: 1px solid #015a6f;
}

.topnav A 
{
 
	font-weight: bold;
	color:#000;
	display:block;
	width:auto;
	text-decoration:none;
	margin:0;
	padding: 4px 12px;
	border-top: solid 1px #6fbfd1;
	border-bottom: solid 1px #00242d;
}

.topnav A:hover, #topnav A:active 
{
	color: #fff;
}

.topnav A.here:link, .topnav A.here:visited, .topnav LI A:hover
{
 
	color: #fff;
	background-color: #00576d;
}


/* secondary tabs */
.subnav 
{
 
	height: 18px;
	text-transform: uppercase;
	font-size: 10px;
	margin:0;
	padding: 0 0 3px 0;
	background-color: #00576d;
	border-top: solid 1px #6e9fac;
	border-bottom: solid 1px #00161b;
}

.subnav UL 
{
	list-style: none;
	margin: 2px 0 0 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}

.subnav LI 
{
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}

.subnav A 
{
	color:#fff;
	display:block;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding: 2px 10px 2px 10px;
}

.subnav A.here:link, .subnav A.here:visited, .subnav LI A:hover
{
	color:#45cf00;
}


/* tertiary tabs */
.subsubnav 
{
	height: 14px;
	text-transform: uppercase;
	font-size: 10px;
	margin:0;
	padding: 0 0 1px 0;
	background-color: #eee;
}

.subsubnav UL 
{
	list-style: none;
	margin: 2px 0 0 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}

.subsubnav LI 
{
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}

.subsubnav A 
{
	color:#009;
	display:block;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	padding: 1px 12px 1px 10px;
}

.subsubnav A.here:link, #subsubnav A.here:visited, #subsubnav LI A:hover
{
	color:#009;
	text-decoration: underline;
}

.subsubnav BR, #subnav BR, #topnav BR 
{
	clear:both;
}



      
/* links */
a.tablink 
{
	color: #00c;
	text-decoration: none;
}

a.tablink:active 
{
	color: #900;
	text-decoration: none;
}

/* ids */
div#banner 
{
	background-color: #fff;
	border-right: solid 50px #018EAF;
}

div#window 
{
	background-color: #fff;
	border-right: solid 50px #bbbbbd;
	border-top: solid 1px #fff;
	padding: 0px 10px 20px 10px;
}

div#footer 
{
	clear: both;
	border-top: solid 1px #00576D;
	padding: 5px;
	color: #999;
	text-align: right;
}

div#message 
{
	margin-bottom: 12px;
	background-color: #d1f6c0;
	padding: 5px;
	border: 1px solid #B9DAA8;
	font-weight: bold;
	background-image: url('/images/icon_information_green.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;	
}

table#message 
{
	margin-bottom: 12px;
	background-color: #d1f6c0;
	padding: 5px;
	font-weight: bold;
}

div#messageError 
{
	margin-bottom: 12px;
	background-color: #ffc;
	border: 1px solid #E1E2B5;
	padding: 5px;
	color: #600;
	font-weight: bold;
	background-image: url('/images/icon_attention.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}

div#narrative 
{
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #999;
}

div#required 
{
	margin-bottom: 12px;
	font-size: 10px;
}


li#logout 
{
	border-right: solid 1px #fff;
	background-color: #0053a2;
}

li#logout A 
{
	color: #46dc03;
}

 
li#logout A:hover, li#logout A:active 
{
	color: #fff;
}

 
ul#noNavigation 
{
	margin-left: 596px;
}

/* classes */
.lowercase 
{
	text-transform: lowercase;
}

.pv_only_label
{
	font-weight: bold;
	padding: 4px 0 4px 0;
	color: #A00;
}

.label 
{
	font-weight: bold;
	padding: 4px 0 4px 0;
	color: #333;
}

td.wizardLeft 
{
	width: 380px;
	padding-right: 15px;
	border-right: solid 1px #46dc03;
}

td.wizardRight 
{
	padding-left: 15px;
}

.wizardDescription 
{
	border-bottom: solid 1px #46dc03;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.required 
{
	color: #46dc03;
	text-align: top;
}

.actions 
{
	background-color: #fff;
	padding-left: 10px;
}

/* buttons and inputs */
.checkbox 
{
	margin: -2px;
}

.button 
{
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	margin-top: 3px;
}

.icon 
{
	margin: 0 3px 0 3px;
}

.odd td
{
	background-color: #eee;
}

/* standard table thingy */
.table 
{
	font-size: 11px;
	border-right: solid 1px #ccc;
}

.table th 
{
	background-color: #ddd;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

.table td 
{
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.table td.header 
{
	background-color: #ddd;
	text-align: center;
	font-weight: bold;
}

.table td.bold 
{
	font-weight: bold;
}

/* Report Engine Fonts */
.small 
{
	font-family: verdana;
	font-size: 9px;
	color: #232323;
}

.smallgreen 
{
	font-family: verdana;
	font-size: 9px;
	color: #44AC00;
}

.normal 
{
	font-family: verdana;
	font-size: 10px;
	color: #232323;
}

.normalblue 
{
	font-family: verdana;
	font-size: 10px;
	color: #1C0F79;
}

.normalwhite 
{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.normalwhitebold 
{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.normalbold 
{
	font-family: verdana;
	font-size: 10px;
	color: #232323;
	font-weight: bold;
}

.normalboldblue 
{
	font-family: verdana;
	font-size: 10px;
	color: #1C0F79;
	font-weight: bold;
}

.normallarge 
{
	font-family: verdana;
	font-size: 11px;
	color: #232323;
}

.normalitalic 
{
	font-family: verdana;
	font-style: italic;
	font-size: 10px;
	color: #44AC00;
}

.normalgreen 
{
	font-family: verdana;
	font-size: 10px;
	color: #44AC00;
}

.normalgrey 
{
	font-family: verdana;
	font-size: 10px;
	color: #818181;
}

.large 
{
	font-family: verdana;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
}

/* Report Engine Fonts */
#iframe 
{
	background-color: #fff;
}

/* Dynamic Menu */
.hiddenCategory 
{
	font-family: verdana;
	font-size: 10px;
	color: #44AC00;
	display: none;
	cursor: hand;
}

.shownCategory 
{
	font-family: verdana;
	font-size: 10px;
	color: #44AC00;
	display: block;
	cursor: hand;
}

/* funky rollover stuff */
div.help 
{
 
}

div.help a 
{
 
}

div.help a:hover 
{
	margin: 0px;
}

div.help a span 
{
	display: none;
}

div.help a:hover span 
{
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	margin-left: 15px;
	margin-top: -15px;
	color: #000;
	background-color: #eee;
	border: solid 1px #000;
	font-size:10px;
	text-align: left;
	text-decoration: none;
}

  
#product_selector UL
{
	/* padding: 3px 0; jb change */
	padding: 15px 0px 2px 0px;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-sarif;
	margin-bottom: 0px; /* jb addition */
	margin-left: 0;
	margin-top: 0px; /* jb addition */
	margin-right: 0;
}
#product_selector UL LI
{
	margin: 0;
	list-style: none;
	display: inline;
}
#product_selector UL LI A
{
	/*padding: 3px 0.5em; jb change */
	padding: 2px 0.2em;
	margin-left: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #eeeeee;
	text-decoration: none;
}
#product_selector UL LI A:link
{
	color: #036;
}
#product_selector UL LI A:visited
{
	color: #036;
}
#product_selector UL LI A:hover, #product_selector UL LI A:visited:hover
{
	color: black;
	background-color: #9accd8;
	border-color: #227;
}
#product_selector UL LI A#current
{
	background-color: #E5EDF7;
	border-bottom: 1px solid #E5EDF7;
}


#sub_product_selector UL
{
	/* padding: 3px 0; jb change */
	padding: 15px 0px 2px 0px;
	border-bottom: 1px solid #778;
	font: bold 10px Verdana, sans-sarif;
	margin-bottom: 0px; /* jb addition */
	margin-left: 0;
	margin-top: 0px; /* jb addition */
	margin-right: 0;
}
#sub_product_selector UL LI
{
	margin: 0;
	list-style: none;
	display: inline;
}
#sub_product_selector UL LI A
{
	/*padding: 3px 0.5em; jb change */
	padding: 2px 0.2em;
	margin-left: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #eeeeee;
	text-decoration: none;
}
#sub_product_selector UL LI A:link
{
	color: #036;
}
#sub_product_selector UL LI A:visited
{
	color: #036; 
}
#sub_product_selector UL LI A:hover, #product_selector UL LI A:visited:hover
{
	color: black;
	background-color: #9accd8;
	border-color: #227;
}
#sub_product_selector UL LI A#current
{
	background-color: white;
	border-bottom: 1px solid white;
}

#side_nav_bar_inner
{
	height: 100%; 
	background-color: white; 
	border-bottom: solid #778 1px; 
	border-left: solid #778 1px; 
	border-right: solid #778 1px;
}

#side_nav_bar_outer_left
{
	float: left;
	height:460px;
	width: 25em;
}
#center_outer
{
	float: left;
	height:460px;
	width: 33em;
	background-color: white;
}
#side_nav_bar_outer_right
{
	float: right;
	height:460px;
	width: 25em;
}

#inner_section
{
	margin: 4px;
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid gray;
	background-color: white;
}

#inner_section table tr td
{
	text-align: left;
}

#section_header
{
	font-weight: bold;
	background-color:#036;
	color:#FFFFFF;
	padding-left: 0.5em;
	border-bottom: 1px solid gray;
	text-align:left;
	font-size:11px;
}

image.spacer
{
	margin: 0px;
	padding: 0px;
	width: 2px;
	height: 2px;
	border: 0px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.labelcell
{
	font-weight: bold;
	font-color: #333;
	width: 160px;
}

.labelcell select, .labelcell input
{
	font-weight: bold;
	font-color: #333;
	width: 150px;
}

.valuecell
{
	width: 270px;
}

.valuecell input, .valuecell select
{
	width: 260px;
}

/* Hides from IE5-mac \*/
* html #messageError {height: 1%;}
* html #message {height: 1%;}
/* End hide from IE5-mac */
