﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc url(../Images/background.png) repeat fixed 0 0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

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;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;   
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    min-width: 960px;
}

.header, .headerTitle, .headerNav
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 960px;
}

.headerTitle
{    
    background: #4b6c9e;
    /*background-color: #000066;*/
}

.headerNav
{
    background-color:#3a4f63;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 16px 8px;
    min-height: 420px;
    min-width: 918px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    background-color: #b1b1b1;
    border-left: 1px solid #496077;
    border-right: 1px solid #496077;
    border-bottom: 1px solid #496077;
    /*padding: 8px 0px 0px 0px;*/
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width: 960px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 10000;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 10000;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index: 10000;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 10000;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ccc;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

fieldset.login
{
    padding-top: 1em;
    margin: 1em 0px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

fieldset.subFieldset legend
{
    font: bold 11px tahoma, arial, helvetica, sans-serif;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 240px !important;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 240px !important;
    border: 1px solid #ccc;
}

.multilineTextEntry
{
    width: 648px !important;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 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;
}

.failureNotificationPanel
{
    background-color: #FFF4BA;
    border: 1px solid #FF0000;
    padding: 10px;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.accountDropDownList
{
    width: 244px;
}

.accountColumnSeparator
{
    width: 8px;
}

.fieldLabelSeparator
{
    width: 8px;
}
        
.fieldColumnSeparator
{
    width: 16px;
}
        
.fieldLabel
{
    text-align: right;
    width: 140px;
}

.inputTable
{
    color: #000;
}
        
.inputTable TD
{
    padding: 2px 0px 2px 0px;
}

textArea.textEntry
{
    width: 100% !important;
    border: 1px solid #ccc;
}

.accountEditorMultipage
{
    border: 1px solid #CCC;
    padding: 4px;
}

.claim_notetext
{
    color: #000;
    padding: 8px;
}

.claim_missingdocuments
{
    color: #000;
}

.claim_additionalinfo_pageview, .claim_ewtinfo_pageview
{
    color: #000;
    padding: 8px;
}

.claim_additionalinfo_pageview td
{
    word-break: break-word;
    hyphens: none
}

.claim_additionalinfo_label
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 25ch;
}

.claim_ewtinfo_header, .featuretransaction_header
{
    background-color: #4A6AA5;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.claim_td, .claim_td_centered, .claim_td_right
{
    color: #000;
	font-size: 11px;
}

.claim_td_centered
{
    text-align: center;
}

.claim_td_right
{
    text-align: right;
}

.featuretransaction_summary
{
    font-weight: bold;
    border-top: 1px solid #000;
}

.claim_details_label
{
    text-align: right;
    width: 110px;
}

/********** Begin V2 Styles ***********/
.textinput_300
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 19px;
    width: 300px !important;
}

.textinput_300_readonly
{
    height: 21px;
    width: 302px;
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    color: #000000;
}

.textinput_300_readonly div
{
    margin-left: 1px;
    margin-top: 1px;
}

.selectinput_300
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 23px;
    width: 304px !important;
}

.fileinput_300
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 23px;
    width: 304px !important;
}

.textinput_250
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    color: #000000 !important;
    height: 19px;
    width: 250px !important;
}

.textinput_250_readonly
{
    width: 252px;
    color: #000000;
}

.textinput_250_new
{
    color: #000000;
    width: 250px;
}

.textinput_250_readonly_new
{
    color: #000000;
    width: 252px;
}

.selectinput_250
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 23px;
    width: 254px !important;
}

.textinput_200
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 19px;
    width: 200px !important;
}

.textinput_200_readonly
{
    height: 21px;
    width: 202px;
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    color: #000000;
}

.textinput_200_readonly div
{
    margin-left: 1px;
}

.selectinput_200
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    height: 23px;
    width: 204px !important;
}

.textareainput
{
    border: 1px solid #B8B8B8;
    border-top: 1px solid #8E8E8E;
    color: #000000 !important;
}

.validator
{
    color: #E00122;
}

.forgotPassword a
{
    font-size: 12px;
    text-decoration: none;
    color: #0000FF;
}

.forgotPassword a:hover
{
    text-decoration: underline;
    color: #FF0000;
}

.fieldset_1, .fieldset_2
{
    border: 1px solid #ccc;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

.fieldset_1 legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #000000;
}

.fieldset_2 legend
{
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.newItemLink
{
    color: #FF0000;
    font-size: 1.1em;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
}

.newItemLink a:link, .newItemLink a:visited
{
    color: #FF0000;
}

.newUserAccountWizard
{
    border: 1px solid #CCCCCC;
    width: 402px;
}

.rblBorder, .cblBorder
{
    border: 1px solid #CCCCCC;  
}

.footerContainer
{
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    /*background-color: #b1b1b1;*/
}

.footerContainer a
{
    white-space: nowrap;
    text-decoration: none;
}

.footerContainer .pipe
{
    color: rgb(125, 125, 125);
    padding-right: 0.4em;
    padding-left: 0.4em;
}

.h3Header
{
    font-weight: bold;
    line-height: 140%;
    clear: both;
    font-family: "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    height: 26px;
    overflow: hidden;
    margin-bottom: 10px;
    white-space: nowrap;
    position: relative;
    font-size: 125%;
    background-image: url("/images/H3HeaderBackground.png");
    background-attachment: scroll;
    background-repeat: repeat-x;
    padding-top: 5px;
    color: #260859;
    background-color: rgb(232, 232, 232);
    font-variant: normal;
}