.header {
	font-size: 15px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: #ffffcc;
	background-color: #003473;
}

.headerCenter {
	font-size: 15px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: #ffffcc;
	background-color: #003473;
	text-align : center;
	padding : 5px 0 5px 0;
	border-bottom : thin solid #cccccc;
}
	
.required {
	color: red;
}
	
.labelRight {
	font-size: 13px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: black;
	background-color: #EDEDED;
	text-align : right;
	padding : 0 5px 0 0;
}
.labelCenter {
	font-size: 13px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: black;
	text-align : center;
	padding : 0 5px 0 0;
}
.labelCenter2 {
	font-size: 13px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: black;
	text-align : center;
	padding : 0 5px 0 0;
	background-color: #EDEDED;
}
.btn {
	font-size: 11px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: #000000;
}
.formItem {
	font-size: 13px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: normal;
	color: black;
}
.formItemCenter {
	font-size: 13px;
	font-Family: Verdana, Arial, Helvetica, sans-serif;
	font-Weight: normal;
	color: black;
	text-align: center;
}
.formItemBG1 {
	background-color: #EDEDED;
}
.formItemBG2 {
	background-color: #d3d3d3;
}

input.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
label.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
.error {
	color: red;
	FONT-SIZE: 12px; 
}


.editModeBorder {
	width: 100%;
	border: 2px dashed;
}
