@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#innerLeft {
	background-color: #040707;
	float: left;
	height: 226px;
	width: 577px;
	padding: 0;
	clear: left;
}
#innerRight {
	background-color: #FFF;
	margin-left: 577px;
	height: 226px;
	width: 223px;
	clear: both;
}
#MainPic {
	margin: 0;
	padding: 0;
}
#container #mainContent #innerRight table tr td #clientContent #frmLogin #ClientLogin {
	font-size: 14px;
	font-weight: bold;
}
#TopBorder {
	background-image: url(images/top-shadow-bar.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#BottomBorder {
	background-image: url(images/bottom-shadow-bar.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#Logo {
	float: right;
	margin-right: 105px;
	margin-bottom: 20px;
}
#Logo img{
	border: none;
}
#LeftSide {
	background-image: url(images/left-side-shadow.gif);
	background-repeat: repeat-y;
	width: 17px;
}
#RightSide {
	background-image: url(images/right-side-shadow.gif);
	background-repeat: repeat-y;
	width: 11px;
}
a:focus, a:hover, a:active { 
	outline: none;
}
#FeatureBox {
	float: left;
}
#ClientLoginBox {
	background-color: #77a030;
	color: #000;
	text-align: left;
	padding-left: 15px;
	height: 77px;
	line-height: 1.5;
}
#container #mainContent table tr td #TabbedPanels1 .TabbedPanelsContentGroup #ClientLoginBox #frmLogin label #accessNumber {
	color: #FFF;
	background-color: #c7c8cb;
	margin: 0px;
	padding: 0px;
	height: 22px;
	border: none;
}
#container #mainContent table tr td #TabbedPanels1 .TabbedPanelsContentGroup #ClientLoginBox #frmLogin label #Submit {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background-color: #77A02F;
	border: none;	
	outline: none;
	vertical-align: middle;
}
.AlertMessage {
	color: #900;
}