/***** Style Sheet for eReports Login and Registration pages *****/

body  {
	font: 70% Verdana, Helvetica, sans-serif;
	background-image: url(Images/bg-stripes-blue.gif); /* This style is not being read in the stylesheet so it has been added reproduced inline in the body tag */
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
#skiplinks 
{
    background-color: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
#form1 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	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. */
}
#maincontent {
    border-top: black 1px solid;
    width: 100%;
}
#maincontent td {
    vertical-align: top;
}
#HeaderTitle
{   
    height: 22px;
    background-color: transparent;
    background-image: url(Images/bg_topnav.gif); /* This style is not working in the stylesheet so it has has been reproduced inline in the HeaderBar div */
    background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	/* font-size: 110%;
	font-weight: bold; */
	padding-bottom: 2px;
	padding-top: 3px;
	margin-left: 7px;
}
.HeaderTitleText {
    font-size: 110%;
    font-weight: bold;
}
h1 {
	color: #3C5E81;
	font-size: 110%; 
	margin-bottom: 10px; 
	padding: 0px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%; 
	margin-bottom: 10px; 
	padding: 0px;
}
h3 {
	color: #3C5E81;
	margin-bottom: -4px;
	padding-top: 5px;
	font-size: 90%;
	font-weight: bold;
}	
h4 {
	color: #000;
	font-size: 80%; 
	font-weight: bold;
	margin-bottom: 10px; 
	padding-top: 5px;
}
h5 {
	color: #3C5E81;
	font-size: 70%;
	font-style:italic;
	margin-bottom: -5px; 
	padding-top: 5px;
}
h6 {
	color: #272571;
	font-size: 65%; 
	font-weight: bold;
	margin-bottom: -5px; 
	padding-top: 5px;
}
a {
	color: #3C5E81; 
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #C9243B;
	text-decoration: underline;
}
td.right {
    text-align: left;
}
textarea
{
	voice-family: "\"}\"";
	voice-family: inherit;
	border: 1px solid #6387A5;
	background-color: #F4F8FB;
}

/********** Banner **********/

#banner {
	padding: 0px;
	margin: 0px 0px 4px;
	width: 100%;
}
#banner td {
	background-color: white;
}
#banner td.topLeft { /* This style round the top left corner of the banner */ 
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0px;
	background-position: left 50%;
	background-image: url(Images/tl_curve.gif);
	background-repeat: no-repeat;
}
#banner td.topRight { /* This style round the top right corner of the banner */
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0px;
	background-position: right 50%;
	background-image: url(Images/tr_curve.gif);
	background-repeat: no-repeat;
}
#bannerright {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#bannerright div {
	float: right;
	text-align: left;
	width: 120px;
	margin: 0px;
	padding: 3px 1px 3px 3px;
}
#bannerright div ul {
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	margin: -3px 0px -3px 0px;
}
#bannerright div ul li
{
	padding: 0px;
	margin: 0px 0px 2px 1px;
	padding-left: 10px;
	background-position: 0px 5px;
	background-image: url(Images/bullet-star-red.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
#bannerright div ul li a {
	text-decoration: none;
	color: #272571;
}
#bannerright div ul li a:hover {
	text-decoration: underline;
	color: #C9243B;
}

/********** Side Navigation **********/

#sidebartable {
	width: 80px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar #linklist {
    list-style-type: none;
    margin-left:0px;
    margin-top:0px;
    padding-left:0px;
}
#sidebar #linklist a {
	color: black;
	background: #E7E9E8;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
	border-width: 1px;
	border-color: #FFFFFF #CCCCCC #CCCCCC #E7E9E8;
	border-style: solid;
	width: 123px;
}
#sidebar #linklist a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}
#Default #linklist #nav-Default,
#ResetPwd #linklist #nav-ResetPwd,
#Register #linklist #nav-Create,
#ChangePwd #linklist #nav-ChangePwd,
#Update #linklist #nav-Update,
#ReviewProfile #linklist #nav-ReviewProfile,
#ChangePwd #linklist #nav-ChangePwd,
#Update #linklist #nav-Update,
#Report #linklist #nav-Report {
	background-color: white;
	color: black;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	display: block;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: #E7E9E8 1px solid;
	border-bottom: #CCC 1px solid;
}
#sidebar h3, #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/********** footer **********/

#footer { 
	padding: 0;
	background:#FFFFFF;
	font-size: 11px;
	text-align: center;
}
#footertable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: #CCCCCC 1px solid;
	border-bottom: white 1px solid;
	background-color: #F5F7F7;
}
#footer a {
	color: #272571;
	text-decoration: none;
}
#footer a:hover {
	color: #C9243B;
	text-decoration: underline;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/********** Login box **********/

.loginbox
{
    background: #ECF3F9;
    border: solid 0.1em #7C98AE;
    float: left;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;	
    width: 235px;
}
.loginbox h2
{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #527085;
	margin-top: 1em;
	padding-top: 1em;
	border-top: dashed 0.1em #7C98AE;
}
.loginbox ul#FAQ
{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	list-style-type:none;
}
.loginbox ul ul
{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 2.0em;
	list-style-type: disc;
}
.loginbox ul a, .loginbox ol a
{
	text-decoration: none;
}
.loginbox ul a:hover, .loginbox ol a:hover
{
	text-decoration: underline;
}
.loginbox li, .loginbox li li
{
	margin-left: 0.2em;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0
}
.loginbox li a
{
	margin-bottom: 0;
}
.loginbox li p
{
	margin-bottom: 0;
	margin-top: 0;
}
.loginbox p.hidden
{
    color: #ECF3F9;
    font-size: 0.1%;
    margin: 0 0 0 -100px;
}
#logintable td.bottom
{
    padding-bottom: 0.1em;
}
#btnCreateAcct 
{
    float: right;
}

/********** FAQs **********/

div#FAQ_Q h2 {
    border-bottom: solid 2px #000000;
    margin-bottom: .5em;
    padding-bottom: .2em;
}
div#FAQ_Q ul {
    margin-bottom: 1.5em;
}
div#FAQ_A {
    background-color: #ECF3F9;
	border: 0.1em solid #7C98AE;
	margin-top: 0;
	margin-right: 0.2em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 1em;
	padding-left: 1em;
}
div#FAQ_A h2 {
    border-bottom: solid 2px #000000;
    margin-bottom: .5em;
    padding-bottom: .2em;
}
div#FAQ_A p.question {
    font-weight: bold;
}
div#FAQ_A p.answer {
    padding-left: 1.5em;
}

/********** Miscellaneous classes for reuse **********/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.disabled { /* this class is used to set the background color for disabled form fields */ 
    background-color: #DDDDDD;
}
.errors { /* this class is used to set the text color for error messages */
    color: #FF0000;
}
#label {
    font-weight: bold;
}
.rptlinks {
    text-align: center;
}
.ValidationSummary
{
	margin-top: 10px;
	font-size: small;
}