body
{
	margin-left: 10px;
	margin-top: 10px;
	background-image: none;
	background-color: #dcdcdc;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

td
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

a, a:visited, a:active
{
	color: #2f4093;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

#tblMain
{
	width: 100%;
}

#divMain
{
	width: 743px;
	background-color: #ffffff;
	border: 2px solid #2f4093;
}

#divMainAO
{	
	background-color: #ffffff;
	border: 2px solid #2f4093;
}

#divHeader
{
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
}

#divHeaderAO
{
	background-color: #ffffff;
	border-bottom: 2px solid #2f4093;
}

#tdLogo
{
	text-align: center;
	vertical-align: text-middle;
}

#tdLogo img
{
	border: 0px
}

#tdNavbar
{
	background-color: #2f4093
}

.spanStep
{
	font-size: 14px;
	font-weight: bold;
}

.tdNavbarButton
{
	vertical-align: text-middle;
}

.tdNavbarButton img
{
	border: 0px;
}

#tdNavbarRight
{
	width: 100%;
	padding-right: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}

#tdContentLeft
{
	width: 100%;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
}

#tdContentLeftNoJustify
{
	width: 100%;
	padding: 15px;
	vertical-align: top;
	line-height: 20px;
}

#tdContentRight
{
	width: 132;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 20px;
}

#divTitle
{
    margin-bottom: 15px;
    font-size: 24pt;
    color: #2f4093;
    font-family: 'Times New Roman' , Arial;
}

#divFooter
{
	background-color: #2f4093;
	padding: 5px;
}

#divFooter td
{
	font-size: 10px;
	color: #ffffff;
}

#divFooter a, #divfooter a:visited, #divFooter a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#divFooter a:hover
{
	text-decoration: none;
}

#tdFooterLeft
{
	width: 30%;
	text-align: left;
}

#tdFooterRight
{
	width: 70%;
	text-align: right;
}

.blueBG
{
	background-color: #2f4093;
}

.grayBG
{
    background-color: #dcdcdc;
}

.frmLogon
{
	width: 55px;
	height: 20px;
	font-size: 10px;
}


.frmLogon2
{
	width: 105px;
	height: 18px;
	font-size: 14px;
}

.divAddress
{
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
}

.divError
{
	color: red;
	font-weight: bold;
}

.divMsg
{
	color: green;
	font-weight: bold;
}

.clientMenu
{
	background-color: #dcdcdc;
	padding: 5px;
	font-weight: bold;
	line-height: 20px;
}

.tdColHeader
{
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.tdColHeaderRed
{
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-right: 5px;
    vertical-align: top;
    color: red;
}
.tdRowData
{
	white-space: nowrap;
	line-height: 18px;
	padding-right: 10px;
}

.tdRowDataUnsubmitted
{
	white-space: nowrap;
	line-height: 18px;
	padding-right: 10px;
	color: #b22222;
}

.tdRowDataUnsubmitted a, .tdRowDataUnsubmitted a:visited, .tdRowDataUnsubmitted a:active
{
	color: #b22222;
}

.unsubmitted
{
	color: #b22222;
}

.tdFieldHeader
{
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
}

.tdField
{
	vertical-align: top;
}

.dontShow
{
	display: none;
}

.disabled
{
	enabled: false;
}

.tdSectionHeader
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 24px;
}

.requiredDesc
{
	font-size: 12px;
	color: red;
	font-weight: bold;
	padding-left: 10px;
}

.required
{
	font-size: 12px;
	color: red;
	font-weight: bold;
	padding-left: 5px;
}
/*---------- bubble tooltip -----------*/
a.info
{
    position: relative;
    z-index: 24;
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}

a.info:hover
{
    z-index: 25;
    background-color: #2f4093; /*#C8E2F5*/
    color: White;
}

a.info span{display: none}

a.info img
    {
        border: none;
    }
a.info:hover span
{
    /*the span will display just on :hover state*/
    white-space: normal;
    display: block;
    position: absolute;
    top: 2em;
    left: -10em;
    width: 25em;
    background-color: #2f4093;
    color: White;
    text-align: center;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 75%;
    text-decoration: none;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
/*---------- end bubble tooltip -----------*/

/*---------- start autocompleter -----------*/

div.auto_complete 
			{
        width: 350px;
        background: #72f068;
        font-size: 9pt;
        color: #2f4093;
        font-family: arial;
      }
      div.auto_complete ul 
      {
        border:1px solid #888;
        margin:0;
        padding:0;
        width:100%;
        list-style-type:none;
      }
      div.auto_complete ul li
{
    margin: 0;
    padding: 3px;
}
      div.auto_complete ul li.selected 
      {
        background-color: #2f4093;
        color: #fff;
      }
      div.auto_complete ul strong.highlight 
      {
        color: #800; 
        margin:0;
        padding:0;
      }		
/*---------- end autocompleter -----------*/