﻿
    /*FIRST OF ALL, RESET THE STYLESHEET*/

/* ----------------------------------------------------------------------------------------- */
/* --------------------------------------- RESET CSS --------------------------------------- */
/* ----------------------------------------------------------------------------------------- */



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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #464340;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------- END OF RESET ---------------------------------- */
/* --------------------------------------------------------------------------------------- */

/*************************** GENERAL STYLES *****************************/

body
{
	background: #DFDCD9;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

a
{
	color: #1a67b4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page
{
	margin: 0 auto;
	width: 740px; /* 620px */
	background: #fff;
	text-align: left;
}

#inner_wrap
{
	width: 720px; /* 600px */
	background: #fff;
	float: left;
	padding:  0 10px 10px 10px;
}

#header
{
	background: none repeat scroll 0 0 #0a1e59;
    height: 100px;
    padding-left: 10px;
    width: 710px;
}

#logo { font-size: 0; background: url(../img/hd_logo_white.png) no-repeat top left; width: 164px; height: 100px; float: left; }
#area_name { font-size: 0;  background: url(../img/logon_hd_bg_area_title.png) no-repeat top left; width: 166px; height: 22px; float: left; margin: 38px 0 0 104px/*60px*/ }

#main_wrapper
{
	float: left;
	background: url(../img/bg_mainwrapper.gif) repeat-y top left;
	width: 100%;
}

#main_content
{
	padding: 18px 10px 0 0;
	float: left;
	width: 470px;/* 420px */
	color: #464340;
}

#main_content a
{
	color: #1a67b4;
/*	font-size: 0.9em;*/
}

#main_content h2
{
	color: #232120;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 6px 10px;
}

#main_content h3
{
	background: url("../img/logon_hd_bg.gif") no-repeat scroll left bottom #0a1e59;
    clear: right;
    color: #fff;
    float: left;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 10px 10px 15px;
}

#main_content .input_textbox
{
	border: 1px solid #8b867f;
	height: 21px;
	width: 154px;
	padding: 2px;
	float: left;
}

/*#main_content p
{
	width: 460px; *//* 410px */
/*	padding: 10px 0 10px 10px;
	float: left;
}*/

.small { font-size: 0.8em; }
.large { font-size: 1.5em; }
.orange { color: #ee5811; }

.input_form_row, .input_button_row, .input_link_row, .input_disclaimer_row
{
	float: left;
	width: 100%;
	min-height: 35px;
	margin: 2px 0;
}

.input_disclaimer_row
{
	height: auto;
}

.input_button_row, .input_link_row
{
	width: 75%;
	padding-left: 25%;
}

.input_button_row
{
	margin: 20px 0;
    padding-left: 31.3%;
    width: 70%;
}

.field_asterix { color: #0a1e59; }

.input_form_row label
{
	width: 30%;
	float: left;
	display: block;
	padding-top: 7px;
	color: #464340;
	font-size: 1em;
}

.error_message_wrapper
{
	/*float: left;
	width: 175px;
	height: 23px;
	padding: 7px 0 0 0;*/
}

.field_error_message
{
	font-size: 0.9em;
	color: #0a1e59 !important;
	width: 100%;
	float: left;
	height: 23px;
	padding: 7px 0 0 0;
}

.logon_error
{
	font-size: 0.9em;
	color: #0a1e59 !important;
	display: block;
	width: 450px; /* 400px */
	float: left;
	padding: 10px 0;
}

.logon_sections
{
	float: left;
	padding: 0 0 0 10px;
	width: 460px; /* 410px */
	/*background: url(../img/logon_divider.gif) repeat-x bottom left;*/
	padding-top: 20px;
}


.text_area
{
	width: 400px;
	height: 150px;
	margin-top: 10px;
}


/* New class added to add line below submit button. */
.closingLine {
    background:url(../img/logon_divider.gif) repeat-x bottom left !important;
    height:0px !important;
    width:100% !important;
    float: left !important;
}


.help_content
{
	float: left;
	width: 210px;
	background: #efedec;
	padding: 10px;
	font-size: .9em;
	line-height: 1.3em;
	color: #464340;
}

.help_content h2
{
		font-size: 1.4em;
		line-height:1.3em;
		padding: 5px 0 4px;
}

.help_content h3 {
		font-size: 1.4em;
		line-height:1.3em;
		padding: 5px 0 4px;
	}

.help_content p
{
	padding: 10px 0;
	padding:2px 0 10px;
}

.help_content .span_as_link
{
	color:#1A67B4;
	cursor: pointer;
}

.help_content .span_as_link:hover
{
	color:#1A67B4;
	text-decoration: underline;
}

#ButtonApplicationValidate {
    background: none repeat scroll 0 0 #1a67b4;
    border: medium none;
    color: #fff;
    font-size: 12px;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}

#ButtonApplicationValidate:hover {
    opacity: 0.7;
    transition: all 0.4s ease 0s;
}

.input_button_row > input {
    background: none repeat scroll 0 0 #1a67b4;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}

.input_button_row > input:hover {
    opacity: 0.7;
    transition: all 0.4s ease 0s;
}