﻿body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px 0px 0px 0px;
}
a {
	color: #2e3192;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.layout {
	width: 980px;
	min-height: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/layout_bg.png);
	background-repeat: no-repeat;
}
div.side {
	width: 300px;
	height: 100%;
	float: left;
}
div.side_boxes {
	padding: 0px 0px 0px 25px;
}
div.content {
	float: left;
	width: 600px;
	margin: 45px 0px 0px 40px;
	text-align: justify;
}
div.copyright {
	margin: 45px 0px 0px 40px;	
	width: 900px;
	font-size: 9px;
	text-align: justify;
	vertical-align: bottom;
	float: left;
	color: #898989;
}
.top_logo {
	margin: 6px 0px 0px 23px;
}
div.graybox {
	background-image: url(images/graybox_middle.png);
	background-repeat: repeat;
	width: 258px;
	margin: 25px 0px 0px 0px;
}
div.graybox_top {
	background-image: url(images/graybox_top.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 15px;
}
div.graybox_content {
	width: 258px;
	padding: 3px 0px 0px 15px;
}
div.graybox_bottom {
	background-image: url(images/graybox_bottom.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 15px;
}
a.menulink {
	line-height: 1.75;
	font-weight: bold;
	font-size: 13px;
	color: #2e3192;
	text-decoration: none;
}
a.menulink:hover {
	text-decoration: underline;
}
.login_header {
	color: #448ccb;
	font-weight: bold;
	margin-bottom: 4px;
}
.smalltext {
	font-size: 10px;
}
.textbox {
	border: solid 1px #e4e4e4;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	height: 18px;
}
.textboxlabel {
	margin: 5px 0px 0px 0px;
}
.btn {
	border: solid 1px #2e3192;
	font-size: 11px;
	font-weight: bold;
	color: #2e3192;
	background-color: Transparent;
	padding: 2px 2px 2px 2px;
	}
.login_buttonbox {
	margin: 4px 0px 0px 0px;
	width: 219px;
	text-align: right;
}
.login_forgotpass {
	font-size: 10px;
	color: #2e3192;
	margin-right: 15px;
}
.login_firsttime {
	font-size: 10px;
	color: #2e3192;
	margin-right: 102px;
}
.editrenewalcc {
	font-size: 10px;
	color: #2e3192;
	margin-left: 15px;
}
.seal {
	margin: 25px 0px 0px 0px;
}
.addressblock {
	width: 245px;
	margin: 25px 0px 0px 5px;
	text-align: center;
}
.headertext {
	color: #448ccb;
	font-size: 20px;
	font-weight: bold;
	padding-top: 45px;
	text-align: left;
}
.noborder {
	border: none;
}
.installer {
	float: right;
	margin: 0px 0px 0px 5px;
	width: 100px;
	height: 125px;
	padding: 0px 28px 0px 0px;
}
.homeboxtext {
	text-align: left;
	font-size: 10px;
	width: 230px;
	text-align: justify;
}
.homebox_header {
	color: #448ccb;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}
.hometext {
	margin: 25px 0px 0px 0px;
}
.hometext_header {
	color: #448ccb;
	font-weight: bold;
	font-size: 16px;
}
.appstatus {
	width: 590px;
	height: 25px;
	padding: 12px 0px 0px 10px;
	background: #fafafa;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	color: #a1a1a1;
}
.greenstatus {
	color: #44b934;
}
.orangestatus {
	color: #f79223;
}
.returnlogin {
	width: 590px;
	height: 48px;
	padding: 8px 0px 0px 10px;
	background: #fafafa;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	color: #000000;
}
.error {
	color: Red;
	font-weight: bold;
}
.success {
	color: Green;
	font-weight: bold;
}
.fieldname {
	color: Gray;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #ffffff;
	border: solid 3px Gray;
	padding: 3px;
	width: 300px;
}
.appInfo {
	font-size: 11px;
	color: #898989;
}
