
* {
	font-family:Arial, Helvetica, sans-serif;
}
th {
	color: #666;
}
form {
	padding:0;
	margin:0;
}
#banner {
	width: 750px;
	height: 150px;
	background-color:#069;
	background-image:url(/images/esr/cen_banner.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#banner #text1 {
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
	position:absolute;
	top:31px;
	left:230px;
}
#banner #text2 {
	font-size:35px;
	text-transform: capitalize;
	color:#FFF;
	position:absolute;
	top:80px;
	left:20px;	
}
#maincontent {
	width: 750px;
	padding:20px;
}
#maintable {
}
#maintable tr#r0 {
	display:none;
}
#maintable td {
	padding-bottom:9px;
}
#leftnav {
	width: 200px;
	margin-bottom: 10px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#999;
	margin:0;
	padding:0;
	margin-top: 10px;
	margin-bottom: 11px;
}
#footer {
	width: 750px;
	height: 50px;
	background-image:url(/images/apl/app_footer.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-top: 20px;
	margin-bottom: 20px;
}

textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 4px;
	resize: none;
	width: 500px;
	height: 60px;
	margin-bottom:20px;
	color: #777;
	font-size:11px;
}

label {
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #888;
	font-size:10px;
	padding-bottom:5px;
	text-align:left;
}

label[for="checkbox"] {
	font-weight:normal;
	padding-bottom:0;
}

.myText {
	margin-right:15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 4px;
	font-family:Verdana, Geneva, sans-serif;
	color: #777;
	font-size:11px;
}

.myText:focus {
	background-color: #E6EAEE;
}

input[type=text] {
	margin-right:15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 4px;
	font-family:Verdana, Geneva, sans-serif;
	color: #777;
	font-size:11px;
	background-image:url(mandatory.png);
	background-repeat:no-repeat;
	background-position: top left;
}

input[type=text]:focus {
	background-color: #E6EAEE;
}

input[name=c1041] {
	width: 40px;
	text-align:right;
}

select[name=c1011] {
	width: 185px;
}

#maintable select, #maintable input {
	margin-left:5px;
}

#maintable th {
	padding:0 5px;
}

#maintable {
	margin-left:-5px;
}

select {
	margin-right:15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 3px;
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
	font-size:11px;
}


select:focus, textarea:focus {
	background-color: #E6EAEE;
}

.mySelectMandatory {
	margin-right:15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 3px;
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
	font-size:11px;
	background-image:url(mandatory.png);
	background-repeat:no-repeat;
	background-position: top left;
}

.mySelectMandatory:focus {
	background-color: #E6EAEE;
}

#myDiv {
	margin-bottom:9px;
	float:left;
}

#myDivFloat {
	float:left;
}

#confirmbox {
	padding: 10px;
	width: 520px;
	background-color: #F0F0F0;
	margin:16px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #777;
}

.checkLabel {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-left:7px;
	color:#777;
}

.checkInput {
	margin-left:0;
	padding-left: 0;
	vertical-align: sub;
}

.mySubmit {
	margin-top:25px;
	margin-bottom:25px;
}

#mandatory {
	width: 520px;
	background-image:url(mandatory.png);
	background-repeat:no-repeat;
	background-position: top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888;
	padding-left:7px;
	margin-top:14px;
}

a.addrow {
	color: #777;
	font-size:11px;
	padding-top:7px;
}

a.addrow .plus {
	color: #0a0;
	text-decoration:none;
} 
