﻿/* DEFAULTS
----------------------------------------------------------*/

body 
{
    background-color: #fafafc;
    font-size: 11pt;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #201e21;
}


#bg_left
{
    position:fixed;
    width:50%;
    height:100%;
    right:50%;
    background:url("../Images/bg.jpg");
    z-index:-100;
}

#bg_right
{
    position:fixed;
    width:50%;
    height:100%;
    left:50%;
    background:url("../Images/bg.jpg");
    z-index:-100;   
}

/*a:link, a:visited
{
    color: #253a7d;
}

a:hover
{
    color: #253a7d;
    text-decoration: none;
}

a:active
{
    color: #253a7d;
}*/

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


input[type="submit"], input[type="button"] {
    background: url("../Images/bg_button.png") scroll left top transparent;
    background-size: 100%;
    color: #fff;
    width: 100px;
    height: 24px;
    border: none;
    font-weight: bold;
}

input[type="submit"].btn_small
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../Images/bg_button_small.png') no-repeat left top;
    color: #fff;
	font-weight: bold;
	height:25px;
	width: 98px;
	/*border-radius: 10px;*/
}

/* HEADINGS   
----------------------------------------------------------*/

h1 {color: #0f2140; font-size: 20px; line-height: normal; font-weight: normal; font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif; margin:0 0 5px 0;}
h2 {color: #201e21; font-size: 18px; line-height: normal; font-weight: normal; font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;}
h3 {color: #0f2140; font-size: 12px; line-height: normal; font-weight: bold; font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
	padding-top: 165px;
	padding-bottom: 100px;
	margin-bottom: 90px;
	min-height: 500px;
}

.header
{
    background: url("../Images/bg_header.jpg");
	position: fixed;
	width: 960px;
	height: 165px;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	z-index:100;
}

.header_cab
{
    background: url("../Images/bg_header_cab.jpg");
	position: fixed;
	width: 960px;
	height: 165px;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	z-index:100;
}

.progress
{
    text-align: center;
    margin: 5px 0px 20px 0px;
}

.progress span
{
    height: 20px;
    color: black;
    padding: 3px 5px;
    margin: 1px 10px;
    text-decoration: underline;
    /*background-color: silver;*/
}

.progress .active
{
    background: url("../Images/bg.gif") repeat-x scroll left top transparent;
	color: White;
    text-decoration: none;
}

.main
{
    min-height: 100px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background:#ff9600;
    color: #37383d;
    padding: 8px 0px 10px 0px;
    text-align: center;
    line-height: normal;
	position: fixed;
	width: 960px;
	left: 50%;
	bottom: 18px;
	margin-left: -480px;
}

.copyright
{
    background:#fff;
    color: #243980;
    text-align: center;
	position: fixed;
    height: 18px;
	width: 960px;
	left: 50%;
	bottom: 0px;
	padding-top: 3px;
	font-size: 8pt;
	font-weight: bold;
	margin-left: -480px;
}

.wizard-footer
{
    background-color: #fff/*#e8e8e8*/;
    padding: 10px;
    height: 27px;
}

.wizard-footer-container
{
    /*margin-bottom: 10px;*/
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a
{
    height: 20px;
    color: black;
    display: block;
    line-height: 1.35em;
    padding: 4px 7px 0px 7px;
    /*text-decoration: none;*/
    white-space: nowrap;
    /*border-radius: 5px;*/
    
}

div.menu ul li a:hover,
div.menu a.selected,
div.menu ul li a:active
{
    /*border: solid 1px black;*/
	background: url("../Images/bg.gif") repeat-x scroll left top transparent;
	color: White;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    height: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}


.title-agent
{
    font-size: 12px;
}

.title-client
{
    font-weight: 700;
    color: #007DC2;
    margin-bottom: 10px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.doc-field-label
{
    width: 30%;
    text-align: left;
    padding: 2px 5px 0px 0px;
}

.login-form
{
    width: 500px;
    margin: 100px auto 100px auto;
    border: 2px solid silver;
    background-color: #ffffff;
    overflow: auto;
}

.login-form-pane
{
    width: 40%;
    padding: 10px;
}

.login-field
{
    width: 160px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.login-title
{
    font-size: 28px;
    margin: 10px;
    font-weight: 700;
    color: #332b33;
}

.login-error
{
    color: Red;
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;
}

.upload-panel
{
    width: 850px;
    margin: 15px auto;
    padding: 18px;
    background-color: #fcd882;
    border-radius: 10px;
    text-align: center;
}

.upload-docname
{
    font-weight: bold;
    padding: 3px;
}

.upload-filename
{
    color: Navy;
    padding: 7px;
}

.upload-status-good
{
    color: Green;
    padding: 7px;
}

.upload-status-bad
{
    color: red;
    padding: 7px;
}

.upload-action-panel
{
    padding: 5px 3px;
    text-align:center; 
}

a.upload-action-button
{
    text-decoration: none;
    padding-top: 9px;
    text-align:center;
    color: white;
    display: block;
    /*background-color: #007DC2;    
    border-radius: 3px;*/
    background: url("../Images/btn_attach.png") no-repeat;
    width: 190px;
    height: 34px;
}

.wizard-error
{
    color: Red;
}

#step_header1
{
    margin: 0px;
    width: 960px;
    height: 96px;
    background: url("../Images/step1.jpg") no-repeat;
}

#step_header2
{
    margin: 0px;
    width: 960px;
    height: 96px;
    background: url("../Images/step2.jpg") no-repeat;
}

#step_header3
{
    margin: 0px;
    width: 960px;
    height: 96px;
    background: url("../Images/step3.jpg") no-repeat;
}

#step_header_final
{
    margin: 0px;
    width: 960px;
    height: 96px;
    background: url("../Images/stepfinal.jpg") no-repeat;
}

#step_content
{
    margin: 0px;
    width: 960px;
    min-height: 270px;
    background: url("../Images/bg_step.jpg") repeat-y;
    padding: 20px 40px;
}

#step_footer
{
    margin: 0px;
    width: 960px;
    height: 15px;
    background: url("../Images/step_footer.jpg") no-repeat;
}

.loginLbl
{
    display: inline-block;
    float: left;
    width: 90px;
    text-align:left;
}

#btnLogin
{
    margin-left:50px;    
}

.tab
{
    width:150px;
    height:50px;    
    margin-top:2px;
    padding-left:10px;
    background: #f2f2f2;
}

.tab:hover
{
    width:150px;
    height:50px;    
    margin-top:2px;
    padding-left:10px;
    background:#ffbf80;
    cursor:pointer;
}

.tab-sel
{
    width:150px;
    height:50px;    
    background:#ff9600;
    margin-top:2px;
    padding-left:10px;
}

.tbl_docs
{
    border-collapse: collapse;
    width: 100%;
}

.tbl_docs td
{
    border: 1px solid black;
    padding: 3px;
    text-align:center;
}

.tbl_docs th
{
    border: 1px solid black;
    padding: 3px;
    background: #f2f2f2;
}

.tbl_docs tr
{
    height: 50px;
}

.tddiv
{
    height:100%;
    width:100%;
    margin: 0;
    padding-top:17px;
}