/*==== Printing specific style below  ==================================================================*/
#searchform, #topnav {display: none}
#searchformvalues {display: block}


/*==== Standard style below  ==================================================================*/
/* Copy of regular style sheet below todo: need to figure out how to not have a duplicate of this */
BODY, P, H1,H2,H3, A, TH,TD,INPUT,SELECT
{
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size:8pt;
		color : black;
}

BODY { 
	background : white; 
	margin : 3;
}


H1 { font-size : 14pt; }
H2 { font-size : 12pt; }
H3 { font-size : 10pt; }

A { color: Navy; text-decoration: underline; font-weight:bold; }
A:link { color: Navy; }
A:hover { color: Black; }
/*
A:visited { color: #0000BB; }
*/

A.menuitem { color:#0000CC; font-weight:bold; }
A.mainline { font-size:9pt; }
A.menuheader {
		color: #0000FF;
		font-size: 10pt;
        text-decoration: underline;
}
.tempstyle {
		font-size: 8pt;
        font-weight : bold;
		color: #0000FF; 
}
.menuheader {
		font-size: 10pt;
        font-weight : bold;
        text-decoration: underline;
		color:#990033; 
}

.big { font-size: 10pt; }
.small { font-size: 6pt; }
.bold { font-weight: bold; }
.boldul { font-weight: bold; text-decoration: underline; }

.red { color: #FF0000; font-weight: bold; }
.pink { color: #990099; }
.yellow { color: #FFCC00; font-weight: bold;}
.green { color: #00CC00; }
.bigblue {font-size: 12pt; color: Navy; font-weight: bold;}
.smallblue {font-size: 8pt; color: Navy; font-weight: bold;}
.instructions { color: Navy; font-weight: bold; font-size: 9pt;}
.error { color: #FF0000; }

.biglight { font-size: 10pt; color: white; font-weight: bold; }
.bigbold { font-size: 10pt; font-weight: bold; }
.biglabel { color: #990033; font-weight: bold; font-size:11pt; }	
.bigerror { font-size: 10pt; color: #990033; font-weight: bold; }
.label { color: #990033; font-weight: bold; }	
.label_required { color: #990033; font-weight: 900; text-decoration: underline; }	
TH { background-color: Navy; font-size:10pt; font-weight:bold; color:white;}
TD.mainline { background-color: #EEEEEE; }
HR.big { border : thick double Navy; }


#stbmenubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	left: 4px;
	top: 60px;
	background-color: #0A86AA;
	padding: 20;
	border-width: 1px;
	border-style: solid;
	border-color: #3344ee #000033 #000033 #3344ee ;
	clear: both;
	z-index: 200;
	white-space: nowrap;
}
.stbbuttons{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	color: #ddeeff;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	background-color: #0B83BF;
	border-color:  #222299;
	float: left;
	display: block;
	padding: 1px 6px 1px 6px;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
	z-index: 300;
	font-weight: 900;
}
.stbbuttonsOver{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #006699;
	padding: 1px 6px 1px 6px;
	margin: 1px;
	border-color: #3344ee #000033 #000033 #3344ee;
	cursor: default;
	font-weight: 900;
}
.stbbuttonsDown{
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	z-index: 300;
	color: #eef;
	background-color: #0A60A0;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
	border-color: #3344ee #000033 #000033 #3344ee ;
	cursor: default;
	font-weight: 900;
}

.stbmenuItem, .stblabel{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: transparent;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;
	width: 100%;
}
.stblabel{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px;
}
a.stbmenuItem:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #0A60A0;
}
.stblabelOver{
	font-size: 12px;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: #0A60A0;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px; 
}
.stbmenu {
	font-family: verdana, arial, helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #09569C #000033 #000033 #09569C ;
	position: absolute;
	top: 24px;
	background-color: #0B83BF;
	visibility: hidden; 
	z-index: 1000;
	padding: 4px 0;
}
.stbmenu * {
	cursor: default;
}
.stbseparator{
	margin:10px 0;
}


