.body{margin: 0px; background: #e3e3e3 url('img/bodybg.png') repeat-x; background-position: top left; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, Arial;}
td{vertical-align: top; font-size: 13px;}
img{border: 0}

h1{font-size: 26px; font-weight: normal; color: #000; margin: 20px 0px 25px 0px;}
h2{font-size: 20px; margin-top: 20px; margin-bottom: 10px; font-weight: normal;}
h3{font-size: 18px; margin: 10px 0px; font-weight: normal; color: #404040}
h4{font-size: 16px; margin: 5px 0px;}
h5{font-size: 14px; font-weight: normal; margin: 5px 0px;}

a{color: #648cb5; font-weight: bold; text-decoration: none;}
a:hover{color: #000;}
a img{vertical-align: middle; margin-top: -2px;}

form{margin: 0; padding: 0}
form input{font-size: 13px; vertical-align: middle; padding: 4px; border: 1px solid #d0d0d0; border-radius: 5px;}
form input:focus{border-color: #648cb5;}
form textarea{font-size: 13px; font-family: arial; vertical-align: middle; padding: 4px; border: 1px solid #d0d0d0; border-radius: 5px;}
form textarea:focus{border-color: #648cb5;}
form select{font-size: 13px; vertical-align: middle; padding: 4px; border: 1px solid #d0d0d0; border-radius: 5px;}
form select:focus{border-color: #648cb5;}

li{list-style: square;}

#banner{
	background: transparent url("img/banner.jpg") no-repeat;
	vertical-align: bottom;
	padding: 0px;
}

#bodytop{
	background: #0e76bc url("img/navbarbg.png") repeat-x;
	vertical-align: middle;
	padding: 0px 25px;
	text-align: left;
	font-size: 11px;
	color: #fff;
}
#bodycontainer{
	background: #fff url("img/watermark.jpg") no-repeat;
	background-position: center center;
	padding: 25px;
}
#body{
	height: 500px;
	font-size: 13px;
	line-height: 25px;
}
#bodyportal{
	height: 500px;
	background: #fff url("img/watermark.jpg") no-repeat;
	background-position: 200px;
	font-size: 13px;
}

#footer{
	background-color: #333333;
	font-size: 11px;
	color: #a0a0a0;
	line-height: 25px;
}
#footer a{color: #e3e3e3;}
#footer a:hover{color: #fff;}
#footerbody{padding-top: 15px;}

.preload{visibility: hidden; position: absolute; top: -999px; left: -999px;}
li.nobullets{list-style: none !important}
.nomargin{margin: 0 !important}
.required{color: #ff0000 !important;}

.lgray{color: #f0f0f0 !important}
.mgray{color: #c0c0c0 !important}
.dgray{color: #808080 !important}
.yellow{color: #ffc000 !important}
.lblue{color: #73c7ff !important}
.blue{color: #0e76bc !important}
.lgraybg{background-color: #f0f0f0 !important}
.mgraybg{background-color: #c0c0c0 !important}
.dgraybg{background-color: #808080 !important}
.yellowbg{background-color: #ffc000 !important}
.lbluebg{background-color: #73c7ff !important}
.bluebg{background-color: #0e76bc !important}
.whitebg{background-color: #fff !important}

#formbox{width: 100%; padding: 10px; background-color: #fff5d8; border: 1px solid #ffe492; border-radius: 10px;}
#tokenbox{margin: 8px 0px; padding: 5px; background-color: #ffe492; border-radius: 5px; font-size: 12px; text-align: right;}

.tblOnlineForm td{font-size: 12px}
.tdFormField{text-align: right; padding-right: 10px;}

div.success{width: 100%; display: block; margin: 10px 0px; background-color: #f0ffc2; border: 1px solid #d0e78a; border-radius: 5px; font-weight: bold; text-align: center;}
div.error{width: 100%; display: block; margin: 10px 0px; background-color: #ffc2c2; border: 1px solid #e78a8a; border-radius: 5px; font-weight: bold; text-align: center;}
div.info{display: block; margin: 10px 0px; background-color: #d2eef6; border: 1px solid #a5cfdc; border-radius: 5px; font-weight: bold; text-align: center;}
div.msg{padding: 5px 10px;}
input.error{background-color: #ffdede !important; color: #000 !important}
textarea.error{background-color: #ffdede !important; color: #000 !important}
select.error{background-color: #ffdede !important; color: #000 !important}
span.success{width: 100%; display: block; margin: 10px 0px; padding: 5px 10px; background-color: #f0ffc2; border: 1px solid #d0e78a; font-weight: bold;}
