﻿/* Page Layout */
body  {
    margin: 0;
    padding: 0;
    background-image: url(Images/bodyBackground.gif);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
}

#page 
{
    background: #fff;
    margin: 0 20px 0px 20px;
    min-width: 950px;
}

#header {
    height: 44px;
    background-image: url(Images/headerBackground.gif);
    background-repeat: repeat-x;
    color: #fff;
}

#header a {
    color: #fff;
}

#logoContainer {
    float: left;
}
#edocsContainer 
{
    float: left;
    margin: 25px 0 0 80px;
    border: 1 solid #ffffff;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
    left: 300px;
}

#userInfoContainer 
{
    margin: 25px 10px 0 0;
    float: right;
}


#container {
    background-image: url(Images/containerBackground.gif);
    background-repeat: repeat-x;
    min-height: 56px;
    padding: 5px;
}

#menuContainer {
    background-color: #ff0000;
    margin-bottom: 5px;
}

#menuContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: auto;
}

#menuContainer li {
    float: left;
}

#content {
    margin-top: -1px;
    border: 1px solid #032b55;
    padding: 5px;
}

.documentTotals 
{
    margin: 5px 0 2px 0px; 
    border: 1px solid #000; 
    background-color: #e6ebf0;
    vertical-align: middle;
    border-radius: 0.5em;
}

.fieldTotalLabel
{
    text-align: left;
    font-weight: bold;
    padding-left: 2em;
}
.fieldTotal
{
    text-align:left;
}

.clear {
    clear: both;
}

.leftHalf {
    float: left;
    width: 49.5%;
}

.rightHalf {
    float: right;
    width: 49.5%;
}

img {
    border: none;
}

.fieldLabel {
    font-weight: bold;
}

.field-number {
    width: 50px;
}
/*Dispute*/
.required-fieldDispute::after {
    content: "*";
    color: #ff0000;
    font-weight: bold;
    font-size:larger;
}

.requiredDispute {
    color: #ff0000;
    margin-left: 2px
}

    /* Styles for validation helpers
-----------------------------------------------------------*/
    .field-validation-error {
    color: #ff0000;
}

.field-validation-success {
    color: #3f8a3f;
}

.field-message-success {
    color: #3f8a3f;
    font-size:xx-small
}
.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.documents {
}

.documentsContent {
    text-align: center;
}

.documents ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    
.documents ul li {
     display: inline;
}

.documentCountItem {
     display:inline; 
     float:left; 
     margin: 0 5px 0 5px;
}

.ui-chs-header {
    display: block; 
    font-size: 1em; 
    padding: .5em .5em .5em .7em;
}

.ui-chs-content {
    padding: 1em 2.2em;
    text-align: center;
}

.ui-chs-content-nopad {
    text-align: center;
}

.ui-chs-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-chs-content ul li {
    display: inline;
}

.numDocs {
    text-decoration: underline;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}

.docLink {
    text-decoration: underline;
    font-weight: normal;
}

.printerLink 
{
    background-color: #fff;
    margin-top: 1px;
    cursor:pointer;
}

.preferencesContainer {
    text-align: left;
}

#preferencesContainer h3 {
    font-weight: bold;
}

.separator {
    border-top: 1px dashed #999999;
    height: 1px;
    line-height: 1px; 
    margin: 15px;
}

table td{
    padding: 0 25px 5px 0;
}

fieldset {
    padding: 10px;
    margin: 0 0 10px 0;
}

legend {
    color: #032b55;
    font-size: 1em;
    font-weight: bold;
}

.center {
    text-align: center;
}

.message {
    text-align: left;
    margin: 0 0 20px 0;
}

.messageCalendar {
    float: left;
    margin: 0 10px 0 0;
    background-image: url(Images/calendar.gif);
    width: 64px;
    height: 64px;
}

.messageCalendarHeader {
    text-align: center;
    margin: 2px 0 0 0;
}

.messageCalendarBody {
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 1.5em;
}

.messageHeader {
    font-size: 1em;
    font-style: italic;
    color: #666666;
    font-weight: bold;
}
.messageBody {
    padding: 0 0 0 15px;
}

.searchContainer {
    text-align: left;
    background-color: #e6ebf0;
    border-bottom: 1px solid #032b55;
    margin-bottom: 0px;
    padding-bottom: 10px;
}



.searchResultsContainer {
    padding: 5px;
}

#helpNavigation {
    float: left;
    margin-right: 5px;
    margin-top: 20px;
}

#helpContent {
    margin-left: 160px;
}

.helpSection {
    height: 31px;
    border-bottom: 1px dashed #999999;
    width: 150px;
    padding-top: 10px;
    text-align: center;
}

.helpSection a {
    text-decoration: none;
    font-style: italic;
    color: #666666;
}

.helpSection a:visited {
    color: #666666;
}

.helpSection-active {
    margin-bottom: 5px;
    height: 31px;
    border-bottom: 1px dashed #999999;
    width: 150px;
    padding-top: 10px;
    text-align: center;
    font-size: 1.1em;
    background: #ffffff;
}

.helpSection-active a {
    text-decoration: none;
    font-style: italic;
    color: #333333;
}

.helpSection-active a:visited {
    color: #333333;
}

.helpText {
    padding: 5px 0 0 15px;
}

.formRow {
    margin-bottom: 5px;
}
.dds-radio-seperator {
    /*border-top: 1px solid #032b55;*/
    border-bottom: 1px solid #032b55;
    padding: 3px;
    margin-bottom: 3px;
}
.fieldReadOnly
{
    font-weight: bold;
    border: 0;
}

a {
    outline: 0; 
}



