/*Anything changed in this document must be duplicated in all three applications! */

body {
	background-color: #666666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: justify;
	color: #666666;
}
.mainBody {
	position: relative;
	float: left;
	background: #CCCCCC;
	width: 770px;
	border: thin solid #000000;
	margin: 5px;
}
.divPageBanner {
	background:  #FFFFFF;
	position: relative;
}
.divNavModule {
	position: relative;
	text-align: right;
}
.divSystemName {
	position: relative;
	width: 105px;
	float: left;
	text-align: right;
	margin-left: 2px;
	clear: left;
}
.divRightBarContentArea {
	float: right;
	position: relative;
	margin-right: 2px;
	margin-top: 1px;
}
.divContentArea {
	background: #FFFFFF;
	width: 638px;
	position: relative;
	float: left;
	margin-bottom: 15px;
	margin-left: 4px;
}
.divPageFooter {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	float: left;
}
textarea, select, input {
	font-size: 10px;
	color: #770000;
}
fieldset {
	margin: 2px;
	padding: 0px;
}
legend {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	color: #cc0000;
}
.section_header {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}
.item_header {
	font-size: 12px;
	color: black;
}
.item_subheader {
	font-style: italic;
	color: #666666;
}
.item_description {
	font-size: 10px;
}
.divWhatIsThisPage {
	position:absolute; 
	right:0px; 
	bottom:0px;	
	width: 250px;
	margin-right: 4px;
	margin-bottom: 2px;
}
fieldset.whatisthispage {
	border-color:#CC0000;
	border-width:1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	color: #000000;
}
legend.whatisthispage {
	position: relative;
	background: #000000;
	padding: 2px;
	border: 1px solid #cc0000;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.divGreyBar {
	background: #CCCCCC;
	position: relative;
	float: left;
	width: 100%;
	height: 15px;
	
}
.divUserLogin {
	position: relative;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
.divNewUserReg {
	float: right;
	position: relative;
	margin-top: 5px;
	width: 300px;
	margin-right: 5px;
}
.divSystemStatus {
	position: relative;
	float:left;
	width: 80%;
	margin-top: 30px;
	margin-left: 30px;
}
.fsDeviceConfig {
	width: 90%;
	margin-left: 5%;
	float: left;
}
.lblProfileItem {
	position: relative;
	float: left;
	width: 125px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.divProfileItems {
	position: relative;
	float:left;
	width: 335px;
	float: left;
}
.divFormLoading {

}

.FormLoadingGraphic {
	position:absolute;
	z-index: 99;
}
