﻿
footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}


/* TAB MENU   
----------------------------------------------------------*/
ul.menu {
    padding: 0 0 0px;
    position: relative;
    margin: 0;
}

    ul.menu li {
        display: inline;
        list-style: none;
        padding-left: 0px;
    }

        ul.menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul.menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            color: white;
            padding: 0 7px;
            margin: 0 0px;
            line-height: 23px;
            text-align: center;
            cursor: pointer;
        }

            ul.menu li a:hover {
                text-align: left;
                text-decoration: none;
                outline: none;
                letter-spacing: normal;
                word-spacing: normal;
                color: #E5E7E4;
            }

            ul.menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul.menu li.selected a {
            background-color: #fff;
            color: #000;
        }

        ul.menu li ~ li {
            border-left: 1px solid #fff;
            padding-left: 5px;
        }




/* Odds and Ends */
.hidden {
    display: none;
}

/* ### Login Area ### */

ul.menu2 li {
    display: inline;
}

    ul.menu2 li ~ li {
        border-left: 1px solid #444;
        padding-left: 5px;
    }

    ul.menu2 li a {
        color: #222;
        font-weight: bold;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
    }

#loginArea p {
    margin: 2px 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #5E675B;
    font-family: Arial, Helvetica, Sans-Serif;
}

/* Orders */

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.block {
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.formLabel {
    background-color: lavender;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    /*height:16px;*/
    min-width: 125px;
    color: #2E3010;
    font-size: 90%;
    font-weight: normal;
    border-width: 0px;
    display: block;
    float: left;
    text-align: left;
    margin: 9px 0px 0px 0px;
    padding: 2px 0px 2px 8px;
    clear: left;
    vertical-align: middle;
}
.formLabelBold {
    font-weight: bold;
}

.texasNotice {
    font-weight: bold;
    font-size: larger;
}
.formData {
    background-color: #FFFFFF;
    width: 130px;
    margin: 9px 0px 0px 0px;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: #C5C5BC;
    color: #323415;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    display: block;
    float: left;
    padding: 1px 2px;
}

.formText {
    background-color: #FFFFFF;
    min-width: 126px;
    margin: 9px 0px 0px 0px;
    color: #323415;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    padding: 1px 2px;
}

.formMargin {
    margin: 10px 0 0 0px;
}

.disabled {
    background-color: #CCC !important;
    cursor: not-allowed !important;
}

#main button.disabled , #main button:hover.disabled {
    background-image: none !important;
    border: 1px solid #777 !important;
    border-bottom: 1px solid #777 !important;
    -webkit-box-shadow: inset 0 1px 0 0 #777 !important;
    box-shadow: inset 0 1px 0 0 #777 !important;
    text-shadow: 0 -1px 0 #777 !important;
}

.textItalic {
    font-style: italic;
}

.red {
    color: Red;
}

.fsLoan {
    border: 1px solid #DDD;
    display: inline-block;
    width: 175px;
    vertical-align: top;
    background-color: #fff;
    height: 75px;
}


    .fsLoan legend {
        padding: 0 2px;
        border: 1px solid #DDD;
        color: white;
        font-size: 90%;
        text-align: left;
        font-size: 1em;
    }

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

/* From GFE */
.checkOption {
    width: 91px;
    display: inline-block;
}

.SectionHeader {
    margin-bottom: 7px;
    margin-top: 15px;
    border-top: solid 2px Navy;
    background-color: Navy;
}

.SectionHeaderLabel {
    margin-bottom: 7px;
    margin-top: 15px;
    border-top: solid 2px Navy;
    color: White;
}

.loanInfoBlock {
    width: 49%;
    text-align: left;
    border: 0px solid #000;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    zoom: 1;
    *display: inline;
    _height: 250px;
}

.SubHeader {
    background-color: Maroon;
    color: White;
    padding-left: 4px;
}

.block2 {
    width: 152px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.block3 {
    width: 37px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.block5 {
    width: 75px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.block6 {
    width: 300px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.block15 {
    width: 387px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.block18 {
    width: 320px;
    display: inline-block;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-right: 1px;
}

.ContentLevel2 {
    width: 520px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ContentLevel3 {
    margin-left: auto 2em;
    text-align: left;
    display: inline-block;
}

.PricingHeader {
    color: #fff;
    background: #424242;
    font-weight: bold;
    padding-left: 4px;
}

#gfeResultDiv {
    text-align: center;
    width: 620px;
    margin: 0 auto 0 auto;
}

#sourceContainer {
    width: 125px;
}

.contactMultiSelect {
    margin-top: 9px;
}


/* ==Dustin's Changes */

/* =Custom Fonts */
@font-face {
    font-family: 'osc_bold';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condbold-webfont.woff') format('woff'), url('fonts/opensans-condbold-webfont.ttf') format('truetype'), url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'osc_lightRg';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condlight-webfont.woff') format('woff'), url('fonts/opensans-condlight-webfont.ttf') format('truetype'), url('fonts/opensans-condlight-webfont.svg#open_sans_condensed_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'osc_lightIt';
    src: url('fonts/opensans-condlightitalic-webfont.eot');
    src: url('fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condlightitalic-webfont.woff') format('woff'), url('fonts/opensans-condlightitalic-webfont.ttf') format('truetype'), url('fonts/opensans-condlightitalic-webfont.svg#open_sans_condensed_lightIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Standards */
body .topElmt {
    margin-top: -10px;
}

body .floatR {
    float: right;
}

div.infoLayout {
    margin-bottom: 10px;
}

.ui-widget {
    margin-bottom: 10px;
    padding: 5px;
    width: auto;
}

* {
    outline: 0;
}

body.logOn #main {
    position: relative;
    margin-top: -25px;
}

/* =Header */
#loginArea {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

    #loginArea br {
        display: none;
    }

    #loginArea p {
        padding-top: 5px;
    }

#siteLogo {
    padding-right: 0;
    margin-right: 0;
    width: 550px;
}

    #siteLogo img {
        float: left;
    }

#header #siteLogo h1 {
    width: 300px;
    padding: 30px 25px 0;
    text-align: center;
    float: left;
    font: bold 20px/24px Arial, Helvetica, sans-serif !important;
    color: #333;
    text-shadow: 1px 1px 5px #fff;
}
/* Navigation!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media screen and (max-width: 700px) {
    #userNav {
        /*border: 1px dashed red;*/
    }

    #siteNav {
        /*border: 1px dashed blue;*/
    }

        #siteNav.level2Menu {
            /*border: 1px dashed blue;*/
        }
}
/*@media screen and (max-width: 700px){
    #userNav{
        display:none;
    }
}
@media screen and (min-width: 701px) {

        #userNav{
        display:none;
    }*/

    #siteNav {
        /*border: 1px dashed blue;*/
        height: 35px;
        width: 945px;
    }

        #siteNav ul li a {
            line-height: 35px;
        }
            #siteNav2 {
        /*border: 1px dashed blue;*/
        height: 35px;
        width: 80%;
    }

        #siteNav2 ul li a {
            line-height: 35px;
        }
    #userNav {
        /*border: 1px dashed red;*/
        height: 25px;
        margin: 0 auto;
        width: 950px;
    }

        #userNav .level2Menu {
            /*border: 1px dashed red;*/
            width: 930px;
            margin:  0 0 0 10px;
        }


/*#siteNav {
    height: 35px;
    width: 945px;
}*/

/*#siteNav ul li a {
    line-height: 35px;
}*/

/*#userNav {
    height: 25px;
    margin: 0 auto;
    width: 950px;
}

#userNav .level2Menu {
    width: 1930px;
    margin: 0 0 0 10px;
}*/

ul.menu li a:active {
    background: none;
}

/* =Main Content */
#main {
    /*width: 910px;*/
    width: 930px;
    padding: 10px 10px 0;
    margin: 0 0 0 14px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}

    #main .grid_24 {
        margin: 0;
        width: 910px;
    }

.fsLoan {
    padding: 0 10px;
    width: 199px;
}

div.filterField {
    width: auto;
    background: none;
}

    div.filterField .underline {
        cursor: pointer;
        padding-left: 18px;
        background: url("images/dsIcons.png") 0 1px no-repeat;
    }

#load_orderList {
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/ajax-loader.gif) center center no-repeat rgba(0,0,0,0.5);
    text-align: center;
    text-indent: -99999px;
    font-size: 0;
}

.redBox {
    border: solid;
    border-width: thin;
    border-color: red;
    background-color: #ffeeee;
}

#gbox_orderList {
    padding: 0;
    border: none;
}

    #gbox_orderList, #gbox_orderList .ui-jqgrid-titlebar, #gbox_orderList .ui-corner-bottom {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

        #gbox_orderList .ui-jqgrid-bdiv {
            border: 1px solid #eee;
            border-top: none;
        }

        #gbox_orderList .ui-widget-header {
            padding: 6px 3px 4px 7px;
            border: none;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            font: normal 18px/18px 'osc_bold', sans-serif;
            text-transform: uppercase;
            background: #1f64a8; /* Old browsers */
            background: -moz-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f64a8), color-stop(100%, #003e7e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #1f64a8 0%, #003e7e 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a8', endColorstr='#003e7e', GradientType=0 ); /* IE6-9 */
        }

        #gbox_orderList .ui-jqgrid-htable th {
            border: none;
            border-right: 1px solid #ddd;
            border-left: 1px solid #fff !important;
            border-bottom: 1px solid #ccc;
            color: #333;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
        }

            #gbox_orderList .ui-jqgrid-htable th:hover {
                background: #f7f7f7; /* Old browsers */
                background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f7f7f7 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f7f7f7 0%, #dddddd 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f7f7f7 0%, #dddddd 100%); /* IE10+ */
                background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0 ); /* IE6-9 */
            }

            #gbox_orderList .ui-jqgrid-htable th:active, #gbox_orderList .ui-jqgrid-htable th:focus {
                background: #dddddd; /* Old browsers */
                background: -moz-linear-gradient(top, #dddddd 0%, #f7f7f7 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #dddddd 0%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #dddddd 0%, #f7f7f7 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #dddddd 0%, #f7f7f7 100%); /* IE10+ */
                background: linear-gradient(to bottom, #dddddd 0%, #f7f7f7 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7', GradientType=0 ); /* IE6-9 */
            }

        #gbox_orderList .ui-jqgrid-labels th * {
            line-height: 22px;
            height: 22px;
        }

        #gbox_orderList .ui-jqgrid-hdiv {
            border-bottom: none;
            border-left: 1px solid #eee !important;
            border-right: 1px solid #eee !important;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
        }

#main .ui-jqgrid-htable {
    margin-left: -1px;
}

#main .ui-jqgrid tr.ui-row-ltr {
    background: #fff;
    color: #333;
    border: none;
}

    #main .ui-jqgrid tr.ui-row-ltr:nth-child(odd) {
        background: #f5f5f5;
    }

    #main .ui-jqgrid tr.ui-row-ltr:hover {
        background: #ebf8f0;
        color: #000;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
        cursor: pointer;
    }

    #main .ui-jqgrid tr.ui-row-ltr:active, #main .ui-jqgrid tr.ui-row-ltr:focus {
        background: #666;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
    }

        #main .ui-jqgrid tr.ui-row-ltr:active a, #main .ui-jqgrid tr.ui-row-ltr:focus a {
            color: #fff;
        }

        #main .ui-jqgrid tr.ui-row-ltr:active td, #main .ui-jqgrid tr.ui-row-ltr:focus td {
            border-color: #555;
        }

    #main .ui-jqgrid tr.ui-row-ltr td {
        padding: 3px 7px;
        border-color: #eee;
        background: none;
    }

#gbox_orderList .ui-corner-bottom {
    background: #999;
    border: none;
    padding: 2px 0 !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}

    #gbox_orderList .ui-corner-bottom .ui-icon:hover {
        border: none;
    }

body.logOn fieldset {
    margin-bottom: 10px;
    padding: 0 15px;
}

    body.logOn fieldset .editor-label, body.logOn fieldset .editor-field {
        float: left;
        margin: 13px 0;
    }

    body.logOn fieldset .editor-label {
        margin-right: 5px;
    }

    body.logOn fieldset .editor-field {
        margin-right: 30px;
    }

    body.logOn fieldset input[type=submit] {
        margin-top: 9px;
    }

/* =Loan UI */
.loanContainer .formEnclosure {
    background: none !important;
    border: none;
    padding: 0;
}

.loanContainer input, .loanContainer textarea {
    color: #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

    .loanContainer input:hover, .loanContainer textarea:hover, .loanContainer input:active, .loanContainer textarea:active, .loanContainer input:focus, .loanContainer textarea:focus {
        color: #333;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .loanContainer input:active, .loanContainer textarea:active, .loanContainer input:focus, .loanContainer textarea:focus {
        border-color: #999;
    }

.loanContainer .ui-widget-header {
    background: none;
    border: none;
    padding: 0;
    font: normal 24px/30px 'osc_bold', sans-serif;
    font-size: 24px !important;
    color: #333;
}

.loanContainer .formLabel {
    color: #444;
    font: bold 12px/27px Helvetica, Arial, sans-serif;
    text-align: right;
    background: none !important;
    padding: 0 5px 0 0;
}

.loanContainer .formMargin, .loanContainer .formData {
    margin: 12px 0 0;
}

.loanContainer #sourceContainer {
    font: bold 14px/18px Helvetica, Arial, sans-serif;
    color: #003e7e;
    width: auto;
    margin-top: 14px;
}

.loanContainer fieldset {
    border: none;
}

.loanContainer #SubjectProperty > div input {
    margin-bottom: 5px;
}

.loanContainer #SubjectProperty span {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 24px;
}

    .loanContainer #SubjectProperty span ~ span {
        margin-right: 12px;
    }

.loanContainer #Borrowers th {
    background: none;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

.loanContainer #Borrowers tr ~ tr {
    border-top: 1px dotted #ddd;
}

.loanContainer #Borrowers td {
    line-height: 22px;
    padding-right: 0;
}

    .loanContainer #Borrowers td ~ td {
        padding-right: 5px;
    }

.loanContainer input.ui-button {
    margin-top: 15px;
}

.loanContainer input.ui-button, #main button, .ui-dialog .ui-dialog-buttonpane button, #searchmodfbox_orderList .ui-state-default, body.logOn fieldset input[type=submit] {
    background-color: #c9322d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9322d), color-stop(100%, #aa2c26));
    background-image: -webkit-linear-gradient(top, #c9322d, #aa2c26);
    background-image: -moz-linear-gradient(top, #c9322d, #aa2c26);
    background-image: -ms-linear-gradient(top, #c9322d, #aa2c26);
    background-image: -o-linear-gradient(top, #c9322d, #aa2c26);
    background-image: linear-gradient(top, #c9322d, #aa2c26);
    border: 1px solid #aa2c26;
    border-bottom: 1px solid #961812;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 0 0 #d94f4a;
    box-shadow: inset 0 1px 0 0 #d94f4a;
    color: #fff;
    font: normal 15px/18px 'osc_bold', sans-serif;
    padding: 1px 10px 2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 -1px 0 #d94f4a;
}

    .loanContainer input.ui-button span, #main button span, .ui-dialog .ui-dialog-buttonpane button span, #searchmodfbox_orderList .ui-state-default span {
        padding: 0;
    }

    .loanContainer input.ui-button:hover, #main button:hover, .ui-dialog .ui-dialog-buttonpane button:hover, #searchmodfbox_orderList .ui-state-default:hover, body.logOn fieldset input[type=submit]:hover {
        background-color: #aa2c26;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa2c26), color-stop(100%, #c9322d));
        background-image: -webkit-linear-gradient(top, #aa2c26, #c9322d);
        background-image: -moz-linear-gradient(top, #aa2c26, #c9322d);
        background-image: -ms-linear-gradient(top, #aa2c26, #c9322d);
        background-image: -o-linear-gradient(top, #aa2c26, #c9322d);
        background-image: linear-gradient(top, #aa2c26, #c9322d);
        -webkit-box-shadow: inset 0 1px 0 0 #D94F4A;
        box-shadow: inset 0 1px 0 0 #D94F4A;
        cursor: pointer;
    }

    .loanContainer input.ui-button:active, #main button:active, .ui-dialog .ui-dialog-buttonpane button:active, #searchmodfbox_orderList .ui-state-default:active, body.logOn fieldset input[type=submit]:active {
        border: 1px solid #aa2c26;
        border-bottom: 1px solid #c9322d;
        -webkit-box-shadow: inset 0 0 8px 4px #961812, 0 1px 0 0 #eeeeee;
        box-shadow: inset 0 0 8px 4px #961812, 0 1px 0 0 #eeeeee;
    }

#contactInfo button.ui-multiselect {
    width: 150px !important;
}

.loanContainer legend {
    font: 24px/26px 'osc_bold',sans-serif !important;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    width: 100%;
}

.loanContainer #serviceTabs fieldset {
    margin-bottom: 20px;
}

ul.ui-tabs-nav .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_666666_256x240.png");
}

    ul.ui-tabs-nav .ui-state-active .ui-icon:hover {
        background-image: url("images/ui-icons_000000_256x240.png");
    }

#appraisalAttachment .attachmentContainer {
    width: 100%;
}

#appraisalAddAttachment {
    float: right;
}
/* Title */
.titleLeft {
    float: left;
    width: 60%;
}

.titleRight {
    float: right;
    width: 38%;
}

#titleAttachment table, .commentContainer table {
    width: 100%;
}

    .commentContainer table tr {
        border-bottom: 1px solid #eee;
    }

    .commentContainer table th ~ th ~ th ~ th {
        width: 450px;
    }

#titleAttachment th, #titleAttachment ~ .commentContainer th {
    background: #ccc;
}

#titleAttachment #titleAddAttachment {
    clear: both;
}

body #titleAttachment .attachmentContainer {
    margin: 0 0 5px;
    width: 100%;
}

.attachmentContainer table tr {
    border-bottom: 1px solid #eee;
}

.loanContainer .formLabel + input.textfield, .loanContainer .formLabel + input.textData {
    margin: 9px 0;
}

.appraisal.sectionLeft {
    width: 330px;
}

    .appraisal.sectionLeft .formLabel {
        width: 140px;
    }

.appraisal.sectionRight {
    width: 400px;
    margin-left: 30px;
}

    .appraisal.sectionRight .formLabel {
        width: 205px;
    }

#InteriorAccessMethod {
    max-width: 130px;
}

.appraisal.contentBtm, .appraisal.contentBtm table {
    width: 100%;
}

    .appraisal.contentBtm .formData, .appraisal.contentBtm .formMargin {
        margin: 0;
    }

    .appraisal.contentBtm #AccessContactIdentityType {
        margin-right: 10px;
    }

    .appraisal.contentBtm th {
        background: #ccc;
    }

#appraisalSave {
    float: right;
}

#appraiserTop .commentContainer {
}

#LegalDescription {
    width: 725px;
}

#MailingAddressSameAsProperty {
    margin: 14px 3px 12px 0;
}

#MailingAddress input {
    margin: 0 5px 10px 0;
}

#MailingAddress1, #MailingAddress2 {
    width: 400px;
}

.dataTable th {
    background: #ccc;
}

#appraiserTop {
    margin-bottom: 10px;
}

#appraiserLeft, #appraiserLeft > .serviceDetail {
    width: 425px;
}

    #appraiserLeft ~ .attachmentContainer {
        float: right;
        width: 425px;
    }

        #appraiserLeft ~ .attachmentContainer table {
            width: 100%;
        }

    #appraiserLeft .dataLabel {
        text-align: right;
    }

    #appraiserLeft .serviceDetail div {
        float: left;
    }

        #appraiserLeft .serviceDetail div div {
            width: 50%;
        }

            #appraiserLeft .serviceDetail div div span {
                width: 100px;
                padding: 0;
            }

                #appraiserLeft .serviceDetail div div span ~ span {
                    padding-left: 2px;
                }

#titleDetails .floatLeft#titleContact .floatLeft {
    width: 100%;
}

#titleDetails > .floatLeft {
    width: 50%;
}

#titleDetails .formText, #titleDetails .formLabel, #titleContact .formText, #titleContact .formLabel {
    line-height: 16px;
}

.appDiv {
    float: left;
    width: 50%;
}

    .appDiv .formLabel {
        min-width: 100px;
    }

#titleDetails .appDiv .formText {
    width: 150px;
}

#titleDetails .formText, #titleContact .formText {
    width: 120px;
    min-width: 120px;
}

.commentContainer {
    width: 100%;
}

    .commentContainer .dataTable th {
        width: 110px;
    }

        .commentContainer .dataTable th ~ th {
            width: 75px;
        }

            .commentContainer .dataTable th ~ th ~ th {
                width: 100px;
            }

                .commentContainer .dataTable th ~ th ~ th ~ th {
                    width: 100px;
                }

                    .commentContainer .dataTable th ~ th ~ th ~ th ~ th {
                        width: 450px;
                    }

.statusMenu {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

    .statusMenu h4 {
        color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        font: normal 20px/30px 'osc_bold',sans-serif;
        text-align: center;
        background: #1f64a8; /* Old browsers */
        background: -moz-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f64a8), color-stop(100%, #003e7e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1f64a8 0%, #003e7e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a8', endColorstr='#003e7e', GradientType=0 );
    }

    .statusMenu table {
        margin: 5px;
        width: 323px;
    }

        .statusMenu table td ~ td {
            padding-left: 0;
        }

#askQuestionButton {
    float: right;
    margin: 5px;
}
/* Title Loan */
#loanDetails {
    width: 100%;
}

    #loanDetails fieldset > div {
        width: 50%;
    }

#updateLoanDiv #updateLoanDiv {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

#updateLoanDiv h4 {
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font: normal 20px/30px 'osc_bold',sans-serif;
    text-align: center;
    background: #1f64a8; /* Old browsers */
    background: -moz-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f64a8), color-stop(100%, #003e7e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1f64a8 0%, #003e7e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a8', endColorstr='#003e7e', GradientType=0 );
}

#updateLoanDiv table {
    margin: 5px;
    width: 323px;
}

    #updateLoanDiv table td ~ td {
        padding-left: 0;
    }


/* =lightbox */
body > .ui-dialog, body .ui-jqdialog {
    background: #fff;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 5px 0px #000;
}

    body > .ui-dialog .ui-dialog-buttonpane, body .ui-jqdialog-buttonpane {
        background: #fff;
    }

    body > .ui-dialog .ui-dialog-titlebar, body .ui-jqdialog-titlebar {
        border: none;
        color: #fff;
        text-transform: uppercase;
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
        font: normal 18x/22px 'osc_bold', sans-serif;
        border-color: #003e7e;
        background: #1f64a8; /* Old browsers */
        background: -moz-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f64a8), color-stop(100%, #003e7e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1f64a8 0%, #003e7e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a8', endColorstr='#003e7e', GradientType=0 );
    }

body .ui-widget-overlay {
    background: url(../images/grey.png) top center repeat;
    opacity: 1 !important;
}

#addAttachment .formLabel {
    background: none;
    margin: 3px 3px 0 0;
    text-align: right;
    min-width: 60px;
}

#addAttachment #subTypeId, #addAttachment #comment, #addAttachment #def {
    margin-top: 3px;
}

#addAttachment #comment {
    width: 325px;
}

.fm-button-icon-left {
    padding-left: 20px !important;
}

.fm-button-icon-right {
    padding-right: 20px !important;
}

/* =Loan */
.loanContainer > div.loanDetailFieldSet, .loanContainer > div.loanDetailFieldSet div, #serviceTabs .tabStyle {
    background: none !important;
}

.loanContainer #loanDetail {
    margin: 10px 0;
}

.loanContainer div.fsLoan {
    padding: 5px;
    background: #eee;
    min-height: 110px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

    .loanContainer div.fsLoan ~ div.fsLoan {
        margin-left: 10px;
    }

    .loanContainer div.fsLoan .ui-widget-header {
        margin: 0 0 5px;
        font-size: 16px !important;
        line-height: 24px;
        border-bottom: 1px solid #ccc;
    }

#serviceTabs {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

    #serviceTabs ul.ui-tabs-nav {
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 80%, #dddddd 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #eeeeee), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 80%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 80%, #dddddd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 80%, #dddddd 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 80%, #dddddd 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0 ); /* IE6-9 */
    }

        #serviceTabs ul.ui-tabs-nav li {
            border-color: #003e7e;
            background: #1f64a8; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmNjRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNlN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #1f64a8 0%, #003e7e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f64a8), color-stop(100%,#003e7e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #1f64a8 0%,#003e7e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #1f64a8 0%,#003e7e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #1f64a8 0%,#003e7e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #1f64a8 0%,#003e7e 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a8', endColorstr='#003e7e',GradientType=0 ); /* IE6-8 */
        }

            #serviceTabs ul.ui-tabs-nav li a {
                color: #fff;
                text-shadow: 0 1px 1px rgba(0,0,0,0.2);
                font-weight: normal;
                font-size: 14px;
                line-height: 20px;
                padding: 5px 10px 7px;
                letter-spacing: 0.02em;
            }

            #serviceTabs ul.ui-tabs-nav li.ui-state-active, #serviceTabs ul.ui-tabs-nav li.ui-state-hover.ui-state-active {
                background: #fff;
                border-color: #ddd;
            }

                #serviceTabs ul.ui-tabs-nav li.ui-state-active a, #serviceTabs ul.ui-tabs-nav li.ui-state-hover.ui-state-active a {
                    color: #666;
                    text-shadow: none;
                    font-weight: normal;
                }

            #serviceTabs ul.ui-tabs-nav li.ui-state-hover {
                border-color: #003e7e;
                background: #003e7e; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2U3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjY0YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #003e7e 0%, #1f64a8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003e7e), color-stop(100%,#1f64a8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #003e7e 0%,#1f64a8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #003e7e 0%,#1f64a8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #003e7e 0%,#1f64a8 100%); /* IE10+ */
                background: linear-gradient(to bottom, #003e7e 0%,#1f64a8 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e7e', endColorstr='#1f64a8',GradientType=0 ); /* IE6-8 */
                text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
            }

                #serviceTabs ul.ui-tabs-nav li.ui-state-hover a {
                    color: #fff;
                    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
                }

            #serviceTabs ul.ui-tabs-nav li.ui-state-default .ui-icon {
                float: right;
                cursor: pointer;
            }

.statusBar {
    width: 311px;
    overflow: hidden;
}

#serviceTabs .ui-progressbar {
    margin: 0;
    width: 278px;
    text-indent: 282px;
    line-height: 22px;
    display: block;
    padding: 0;
    background: #eeeeee; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}

#serviceTabs .ui-progressbar-value {
    margin: 0;
    background: #7fbf4d; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYmY0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2E2MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7fbf4d 0%, #63a62f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7fbf4d 0%, #63a62f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7fbf4d 0%, #63a62f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7fbf4d 0%, #63a62f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbf4d', endColorstr='#63a62f', GradientType=0 ); /* IE6-8 */
}

#serviceTabs .ui-progressbar span {
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    letter-spacing: 0.02em;
}

form#appraisalForm[target=fileUpload] .formLabel {
    background: none;
    min-width: 50px;
    padding-right: 5px;
    text-align: right;
}

form#appraisalForm[target=fileUpload] #subTypeId, form#appraisalForm[target=fileUpload] #comment, form#appraisalForm[target=fileUpload] #def {
    margin-top: 8px;
}

/* =GFE Results */
#gfeResultDiv {
    width: 100%;
}

.SectionHeader {
    clear: both;
    border: none;
    background: none;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
}

.SectionHeaderLabel {
    border: none;
    margin: 0;
    padding: 0;
    color: #333;
    font: normal 24px/26px 'osc_bold', sans-serif;
}

.loanInfoBlock {
    font-size: 12px;
}

.loanInfoLabel {
    font-weight: bold;
    padding-right: 3px;
}

.ContentLevel2 {
    float: left;
    width: 416px;
    border: 1px solid #c7c7c7;
    margin: 0 10px 20px;
    display: block;
    text-align: left;
}

    .ContentLevel2 .contentHeader {
        width: auto;
        margin: 0;
        padding: 7px 10px;
        text-transform: uppercase;
        font: normal 16px/18px 'osc_bold',sans-serif;
        background: #c7c7c7;
        text-shadow: 0 1px 0 #fff;
    }

    .ContentLevel2 .textRight {
        float: right;
        padding: 0 0 0 10px;
        clear: both;
    }

    .ContentLevel2 .padLeft {
        padding-left: 20px;
    }

    .ContentLevel2 ul {
        list-style: none;
    }

        .ContentLevel2 ul li {
            width: 396px;
            margin: 5px 10px;
            padding-bottom: 5px;
            border-bottom: 1px dotted #ccc;
            font-size: 12px;
            font-weight: bold;
        }

            .ContentLevel2 ul li.subHead {
                text-transform: uppercase;
                font-weight: bold;
            }

            .ContentLevel2 ul li li {
                width: 300px;
                border-bottom: 1px dashed #ddd;
                margin-left: 20px;
                font-size: 11px;
                font-weight: normal;
            }

            .ContentLevel2 ul li.last {
                border: none;
            }

#gfeResultDiv .assumptionsSection {
    font-size: 10px;
    line-height: 16px;
    float: left;
    width: 416px;
    margin: 0 10px 20px;
}

.finalBtns {
    clear: both;
    text-align: right;
}

#gfeExtra {
    float: left;
    text-align: left;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    margin-bottom: 12px;
}

    #gfeExtra .textLeft {
        font-style: italic;
    }

    #gfeExtra ul {
        list-style: none;
    }

        #gfeExtra ul li ~ li {
            margin-top: 5px;
        }

        #gfeExtra ul li br {
            display: none;
        }
/* Form */
.gfeFormRight {
    margin: 15px 0 0 50px;
}

    .gfeFormRight div {
        vertical-align: top;
        margin-bottom: .5em;
    }

    .gfeFormRight input[type=checkbox] {
        margin: 4px 5px 0 0;
        float: left;
    }

    .gfeFormRight input[type=text] {
        margin: 0 15px 0 5px;
    }

    .gfeFormRight text {
        font-size: 12px;
    }

#gfeInputDiv ul.layoutList {
    list-style: none;
}

    #gfeInputDiv ul.layoutList li {
        margin: 0 0 10px;
    }

.loanContainer .formLabel + span.formText {
    font: 12px/26px Helvetica, Arial, sans-serif;
    margin: 9px 0 0;
    color: #000;
    padding: 0;
}
/* =Appraisal */
#infoBlock ~ button {
    margin-right: 88%;
}

#infoBlock {
    width: 48%;
    padding-right: 2%;
    float: left;
}

.infoBlock fieldset > div {
    float: left;
}

#infoBlock.right {
    padding-right: 0;
}

#infoBlock.fullWidth {
    width: 100%;
    padding: 0;
}

    #infoBlock.fullWidth fieldset > div {
        width: 18%;
    }

#infoBlock fieldset {
    margin-bottom: 10px;
}

    #infoBlock fieldset > div {
        float: left;
        width: 48%;
        padding-right: 2%;
    }

    #infoBlock fieldset#SubjectProperty > div {
        width: 100%;
        padding: 0;
    }

#infoBlock .formLabel {
    float: left;
    padding: 0;
    margin: 0;
    width: auto;
    text-align: left;
    font: 10px/12px Arial, Helvetica, sans-serif;
}

#infoBlock input {
    float: left;
    margin-top: 2px;
    width: 90% !important;
    padding: 3px 5px;
    clear: left;
}

    #infoBlock input[type="checkbox"] {
        width: auto !important;
        margin-right: 5px;
    }

#addCheckBox {
    font-weight: bold;
    margin: 5px 0 0;
}

#addValidation {
    margin-top: 5px;
    color: #f00;
    font-style: italic;
}

    #addValidation div {
        margin-top: 5px;
        font-weight: bold;
        color: #696969;
        font-style: normal;
    }

#infoBlock #City, #infoBlock #StateAbbr, #infoBlock #ZipCode {
    width: 28% !important;
    margin-right: 1%;
    clear: none;
    float: left;
}

#infoBlock fieldset#SubjectProperty span {
    width: 28% !important;
    margin: 0 4% 0 0;
    clear: none;
    font-size: 10px;
}

    #infoBlock fieldset#SubjectProperty span ~ span {
        margin-right: 0;
    }

#infoBlock fieldset#SubjectProperty > span {
    font-size: 12px;
}

#infoBlock legend, #propBlock fieldset > legend, #otherBlock legend {
    margin-bottom: 10px;
    padding: 0 0 5px;
}
/* Prop Block */
#propBlock {
    width: 100%;
    float: left;
    clear: both;
}

    #propBlock .tblLeg {
        margin: 0;
    }

#main #propBlock fieldset {
    width: 100%;
    margin: 0;
}

#propBlock div {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

    #propBlock div.left, #propBlock div.right {
        width: 47%;
    }

    #propBlock div.left {
        padding-right: 2%;
        margin: 0 1.9% 20px 0;
        border-right: 1px dashed #ddd;
    }

    #propBlock div.right #Access {
        max-width: 60%;
    }

    #propBlock div.right p {
        float: left;
        padding-left: 33%;
        margin: 2px 0 0;
    }

#propBlock .chckBox #MailingAddressSame {
    margin: 0;
}

#propBlock .chckBox .formLabel ~ .formLabel {
    width: 65%;
    text-align: left;
    padding: 0;
    clear: none;
    padding-top: 2px;
}

#propBlock div div .formLabel {
    width: 30%;
    min-width: 75px;
    padding: 4px 3% 0 0;
    margin: 0;
    font: 14px/18px Arial,Helvetica,sans-serif;
}

#propBlock div div .subHead {
    padding: 0 0 5px;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-radius: 0;
}

#propBlock div div .formData {
    margin: 0;
}

#propBlock div div.descText {
    padding: 0;
}

#propBlock #HouseStyle {
    float: left;
}

    #propBlock #HouseStyle ~ input {
        margin-left: 10px;
        width: 25%;
    }

#propBlock table {
    width: 100%;
    margin-bottom: 20px;
}

    #propBlock table th {
        background: #ddd;
    }

    #propBlock table .addBorder {
        border-bottom: 1px dotted #ccc;
    }

    #propBlock table input {
        width: 90%;
        margin: 0;
    }
/* Other Blcok */
#otherBlock {
    width: 100%;
    clear: both;
}

.cntEven {
    width: 49%;
    float: left;
    padding: 0;
}

    .cntEven label {
        height: 17px;
        overflow: hidden;
        display: block;
        font-weight: bold;
        color: #333;
    }

.cntLeft {
    padding-right: 2%;
}

.cntEven textarea {
    padding: 1%;
    width: 98% !important;
}

#otherBlock ~ button {
    float: right;
    margin-bottom: 15px;
}

/* Question */
#askQuestion .formLabel {
    background: none;
    padding: 0;
    margin: 0;
}

#askQuestion textarea {
    float: left;
    width: 98%;
    height: 125px;
}

/* =Footer */
#footer {
    background: none;
    width: 930px;
    margin: 0 0 20px 15px;
    padding: 0;
}

.nlsFooter {
    padding: 10px 0;
    height: auto;
}

/* Webkit Browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #gbox_orderList .ui-jqgrid-bdiv > div {
        width: 883px !important;
        overflow: hidden;
    }

    .loanContainer legend {
        margin-left: 0;
    }
}

/* IE Specific */
.ie .loanContainer input.ui-button, .ie #main button, .ie .ui-dialog .ui-dialog-buttonpane button, .ie #searchmodfbox_orderList .ui-state-default {
    background-image: none;
}

.ie #serviceTabs ul.ui-tabs-nav li.ui-state-active, .ie #serviceTabs ul.ui-tabs-nav li.ui-state-hover.ui-state-active {
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.ie .ContentLevel2 .textRight {
    color: #362b36;
}

.ie input[type="checkbox"] {
    padding: 0;
    border: none;
}

.ie .loanContainer legend {
    margin-left: 0;
}

#ie7 .loanContainer legend {
    margin-left: -7px;
}

#ie8 .statusMenu, #ie7 .statusMenu {
    border: 1px solid #ccc;
}

#ie8 #load_orderList, #ie7 #load_orderList {
    background: url("images/ajax-loader.gif") no-repeat scroll center center #000000;
    filter: alpha(opacity = 80);
}

#ie7 .loanContainer div.fsLoan {
    float: left;
}

#ie7 button span {
    padding: 0 !important;
}

#ie7 .clearFix {
    clear: both;
}

#ie7 .finalBtns button {
    height: 32px;
    margin: 0 0 0 5px;
}

#ie7 #statusWrapper {
    float: left;
}

#ie7 #appraiserLeft {
    clear: left;
}

    #ie7 #appraiserLeft .serviceDetail div div {
        clear: none;
    }

#commTable td {
    max-width: 600px;
    overflow: auto;
}

#InspectionOrderDialog .appDiv {
    width: 100% !important;
    min-width: 270px;
}

/* Property Preservation*/
.bid-header {
    border: 1px;
    border-style: solid;
    border-color: darkblue;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 10px;
    background-color: darkblue;
    background: linear-gradient(to bottom, #1f64a8 0%, #003e7e 100%);
}