HTML {
	background-color: #BED0E2;
}
BODY, TABLE, INPUT, TEXTAREA, OPTION, DIV, SELECT, BUTTON {
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: black;
}
BODY {
	background-color: #BED0E2;
	margin: 0px; border: 0px; padding: 0px;
}
BODY.sidebarright {
	padding: 3px 0px 0px 3px;
}
FORM { display: inline; margin: 0px; border: 0px; padding: 0px; }
.scr-bg { background-color: #BED0E2; }
.strong { font-weight: bold; }
.smallBreak { font-size: 3pt; }
#headerContent { padding:0px; margin:0px; height:65px; }
.companyTitle { color:black; font-size:12pt; font-weight:bold; }
.headerMain {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 7ex;
	color: #000000;
	background-color: #ffffff;
	vertical-align: middle;
}
.headerMain TD { vertical-align: middle; }
.headerStripe {
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	padding: 0;
	width: 100%;
	/* background-color: #999999; */
	background-color: #336699;
	color: white;
}
.headerStripe a { color: white; }
.alert { color: red; }
.error { color: red; }
.note { font-size: smaller; font-style: italic; }
.hotkey { text-decoration: underline; }
/* NavTable */
.scr-nt-table {}
.scr-nt-row { cursor: default; }
.scr-nt-selectedrow { background-color: #cccccc ! important; }
.scr-nt-activerow { background-color: #9999ff ! important; }
.scr-nt-odd { background-color: #ffffff; }
.scr-nt-even { background-color: #eeeeee; }
.scr-nt-selectedcell { background-color: #cccccc ! important; }
.scr-nt-activecell { background-color: #9999ff ! important; }

/* buttons */
DIV.scr-bs {
	width: 100%;
	background:url(../Images/menubar_background.gif) left center;
	border: 0px;
	empty-cells: show;
}
DIV.scr-bs ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
DIV.scr-bs LI {
	float:left;
    display:inline;
	border-style: outset;
	border-width: 1px;
	padding: 1px 4px;
	text-align: center;
}
DIV.scr-bs LI.scr-bs-depressed {
	border-style: inset;
}
DIV.scr-bs LI.scr-bs-spacer {
	border-style: none;
}
.linkButton {
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}
/*.opt, .button, .varyButton, .dropDownButton {*/
.opt, .varyButton, .dropDownButton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #336699;
	color: white;
	cursor: pointer; 
}
/*.opt, .button, .dropDownButton {
	width: 12ex;
}*/
.dropDownButton { 
   padding-right: 12px; 
   background-image: url(../images/dropdownWhite.gif); 
   background-position: right; 
   background-repeat: no-repeat; 
}
