@charset "UTF-8";
/* Reset - thanks Eric Meyer. You da bomb.
***************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
textarea {
	margin: 0;
	padding: 0;
}
/* General Styles - default html element styles
***************************************************************************************************/
body {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f3f2;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
h1 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 36px;
}
h2 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	line-height: 27px;
}
h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 10px;
	line-height: 30px;
}
h4 {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
}
h5 {
	font-weight: bold
}
p {
	color: #333;
	margin: 0 0 20px 0;
}
ul {
	padding-left: 20px;
	overflow: hidden;
}
li {
	margin: 0 0 10px 20px;
	list-style: outside disc;
}
a {
	color: #71c233;
}
hr {
	height: 1px;
	border: none;
	border-top: solid 1px #d6d6d5;
	display: block;
	margin: 0;
}
input:focus, textarea:focus {
	background-color: #FFFFE0;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px auto 20px auto;
	width: 100%;
}
th {
	padding: 5px 7px 3px 7px;
	font-weight: bold;
	background-color: #71c233;
	background-image: url(../Images/PortalLogon/thBg.gif);
	color: #fff;
	border-left: 1px solid #b1de88;
	white-space: nowrap;
}
td {
	padding: 3px 7px;
	background-color: #F1F3F2;
	border: 1px solid #ddd;
}
tr {
}
caption {
	color: #999;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
strong {
	font-weight: bold;
}
/* Helper Styles - forms, notifications/errors, consistent items with normally just one class 
***************************************************************************************************/
#formPortalLogOn {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#formPortalLogOn li {
	margin: 0 0 10px 0;
	list-style: none;
}
#formPortalLogOn li.last {
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#formPortalLogOn label {
	display: block;
	margin-bottom: 5px;
}
#formPortalLogOn select {
	display: block;
}
#formPortalLogOn input[type="text"], #formPortalLogOn input[type="password"] {
	height: 20px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
	width: 268px;
}
#formPortalLogOn input[type="image"] {
	vertical-align: middle;
	margin-right: 10px;
}
#formPortalLogOn .required {
	background-image: url(../Images/PortalLogon/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: 237px 2px;
}


#formPortalLogOn2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#formPortalLogOn2 li {
	margin: 0 0 10px 0;
	list-style: none;
}
#formPortalLogOn2 li.last {
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#formPortalLogOn2 label {
	display: block;
	margin-bottom: 5px;
}
#formPortalLogOn2 select {
	display: block;
}
#formPortalLogOn2 input[type="text"], #formPortalLogOn input[type="password"] {
	height: 20px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
	width: 268px;
}
#formPortalLogOn2 input[type="image"] {
	vertical-align: middle;
	margin-right: 10px;
}
#formPortalLogOn2 .required {
	background-image: url(../Images/PortalLogon/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: 237px 2px;
}


input.error {
	background-color: #FFDFDF;
}
.formError {
	background-color: #FFDFDF;
	border: solid 1px #F00;
	padding: 5px;
	font-size: 12px;
	background-image: url(../Images/PortalLogon/iconError.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 27px;
	display: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
/* Page Structure - header, footer and the generic layout blocks
***************************************************************************************************/
#divHeader {
	position: relative;
	z-index: 1;
	background-position: 0 0;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#divBody {
	background-color: #fff;
	background-image: url(../Images/PortalLogon/logonBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#divBody2 {
	background-color: #fff;
	background-image: url(../Images/PortalLogon/logonBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#divLogOnForm {
	width: 320px;
	margin-left: 20px;
	float: left;
}
#divLogOnForm2 {
	width: 650px;
	margin-left: 20px;
}
#divLogOnForm2 p
{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 6px;
	margin-left: 10px;
}
/** Control Layout **/
.PadControls
{
	margin-left: 5px;
}
.PadControlsRight
{
	margin-right: 5px;
}
/* Terms & Conditions */
.termsAndConditions 
{
	/*height: 600px;*/
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	overflow-x: hidden;
}
.imageButtonMargin
{
	margin-left: 10px;
}
#divExplanation {
	float: left;
	width: 300px;
	margin-left: 20px;
	font-size: 12px;
	text-align: justify;
}
#divAnnouncement
{
	float: left;
	width: 300px;
	margin-left: 20px;
}
#divAnnouncement h4
{
	margin-top: 0;
	margin-bottom: 2px;
}
#divAnnouncement p
{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 6px;
}
#divFooter {
	font-size: 11px;
	color: #666;
	background-image:url(../Images/PortalLogon/logonFooterBg.gif);
	background-repeat:no-repeat;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Page Components - most of your styles will be in here 
***************************************************************************************************/
#divHeader span {
	display: none;
}
#divHeader img {
	display: block;
}
#divBody h1 {
	text-indent: -9999px;
	background-image: url(../Images/PortalLogon/logonHero.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 110px;
}
#divBody h2 {
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: solid 1px #cfd0cf;
	padding-bottom: 10px;
}
#divBody2 h1 {
	/*text-indent: -9999px;*/
	/*background-image: url(../Images/PortalLogon/logonHero.gif);
	background-repeat: no-repeat;*/
	width: 700px;
	/*height: 110px;*/
	font-size: 20px;
}
#divBody2 h2 {
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: solid 1px #cfd0cf;
	padding-bottom: 10px;
}
#divLogOnForm ul {
	border-right: solid 1px #cfd0cf;
}
#divLogOnForm2 ul {
	border-right: solid 1px #cfd0cf;
}
#divExplanation img {
	float: left;
	margin-right: 10px;
}

/* Overrides - you shouldn’t need to use this very much
***************************************************************************************************/
#divExplanation img{
border-right: solid 1px #cfd0cf;
}
#divExplanation img {
	float: left;
	margin-right: 10px;
}
/* Overrides - you shouldn’t need to use this very much
***************************************************************************************************/
