body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

.mainFrame {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #333333;
/* text-align: justify */
}

.plainwhite {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #FFFFFF
}
td.plainwhite a:link {
	color: White;
	text-decoration: underline
}

td.plainwhite a:visited {
	color: #eeeeee;
	text-decoration: underline
}

td.plainwhite a:hover {
	color: #66CCFF
}

a:link {
	color: #0033CC;
	text-decoration: underline
}

a:visited {
	color: #003366;
	text-decoration: underline
}

a:hover {
	color: #0066FF
}

bluetitle {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0033CC}
.bluetitle {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #003399}
.plainred { font: 9pt Arial, Helvetica, sans-serif; color: #FF0000}
.mainblue { font: 9pt Arial, Helvetica, sans-serif; color: #003366}
.plainblue { font: 10pt Arial, Helvetica, sans-serif; color: #CCFFFF}



/* added by Shubov */
.red {
    color: red;
}
.error {
    color: #ee2222;
    vertical-align: middle;
    padding: 15px 10px 15px 10px;
    max-width: 400px;
}
.error li { 
	list-style-type: circle;
	text-align: justify;
	text-indent: 4px;
	border-bottom: dotted 1px #ffffff;
	min-height: 20px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
}
/* form page */
.center {
	text-align: center;
}
table.mainTable td.tblHeader, td.tblHeader {
	font: 11pt Arial, Helvetica, sans-serif; 
	color: #003366;
	height: 36px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.mainTable td.tblNotes, td.tblNotes {
	font: 8pt Arial, Helvetica, sans-serif; 
	color: #333333;
	height: 24px;
	padding: 5px 5px 15px 20px;
}

td.tblNotes {
	padding: 0px;
}

table.mainTable td.lblRes, td.lblRes {
	width: 45%;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*	font-weight: bold; */
	padding: 5px 15px 5px 0px;
	white-space: normal;
}
table.mainTable td.lbl, td.lbl {
	width: 30%;
	height: 24px;
	text-align: right;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	white-space: normal;
}
table.mainTable td.lblReq {
	width: 30%;
	height: 24px;
	text-align: right;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 5px;	
	vertical-align: middle;
}
.textDrp {
	width: 150px;
}
td.spacerV {
	height: 15px;
}
td.input {
	width: 30%;
	padding-right: 50px;
	vertical-align: middle;
	white-space: nowrap;
}
td.Res {
	width: 5%;
	text-align: right;
	padding: 5px 10px 5px 0px;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
}
table.mainTable {
	border: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	
}
.bgOfBody {
	background-color: #002c58;
	margin: 0px;
	padding: 0px;
}
table.mainTable td {
	text-align: left;	
	margin: 0px;
	font-size: 9pt;
}	
td.whiteTd {
	background-color: #ffffff;
}
td.width50 {
	width: 50%;
}
.bigfont {
	font-size: 12pt;
}
.bold {
	font-weight: bold;
}
#pager {
	border-top: 1px dotted #00008B;
	padding-top: 3px;
	margin-top: 12px;
	margin-bottom: 10px;
	float: right;
	color: #52668C;
}

.butt {
	color: #52668C;
	padding: 1px 3px 1px 3px;
	border: 1px solid #5b6c97;
	background-color: #f3f3f3;
	cursor: pointer;
}
.pagerField {
	border: 1px solid #406778;
	padding: 2px 3px 2px 3px;
	color: #52668C;
	height: 19px;
	width: 150px;
	vertical-align: middle;
}
.searchField {
	border: 1px solid #406778;
	padding: 2px 3px 2px 3px;
	height: 19px;
	width: 150px;
	vertical-align: middle;
}
.Cur {
	color: #f0f0f0;
	font-weight: bold;
}
a.Cur {
	text-decoration: none;
}

table.nowrap th {
	white-space: nowrap;
}

.textField {
	width: 120px;
	color: #52668C;
	padding: 1px 3px 1px 3px;
	border: 1px solid #9e9e9e;
	height: 20px;
}