﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background:url(/images/bodyBg.jpg) top center no-repeat;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

header,
footer,
nav,
section {
    display: block;
}

ol {
    margin: 0 0 0 2em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-image: url(/images/ribbon.png);
    border-radius:3px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 9px;
    width: auto;
}

textarea {
    min-height: 75px;
}

/*
input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}*/

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

input[type="text"]:disabled {
    background: #dddddd;
}

#serviceTabs input[type=text], #serviceTabs textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

    #serviceTabs input[type=text]:focus, #serviceTabs textarea:focus, #serviceTabs select:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgba(81, 203, 238, 1);
    }

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    float: left;
    margin-top: 6px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    margin: 0 0 0 2em;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* FieldSet format */
.fsStyle { width: 400px; }
.fsStyle > legend { width: 98%; }
.fsStyle > legend div { margin: 0.3em 0.5em; }
.fsStyle .field { margin: 0.5em; padding: 0.5em; }
.fsStyle .field label { margin-right: 0.4em; }

.loanDetail
{
    width:100%;
}

#loanDetail tr, #loanDetail td, #loanDetail th
{
    padding:0 0 0 0;
    vertical-align:top;
}

#loanDetail th
{
    font-weight:bold;
}

.loanDetailFieldSet
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.tabStyle
{
    background-color: #E8EEF4 !important;
}

.serviceDetail
{
    width:400px;
    display:inline;
    background-color:White;
}
.serviceDetail span.dataField, .serviceDetail span.dataLabel
{
    width:125px;
}
.attachmentContainer
{
    display:inline-block;
    width:410px;
    font-size:1em;
    vertical-align:top;
    background-color:White;
}
.commentContainer
{
    display:inline-block;
    font-size:1em;
    vertical-align:top;
    background-color:White;
}

.commentTable
{
    width:98%;
    margin-left:auto;
    margin-right:auto;
}

.comments
{
    width:98%;
    margin-left:auto;
    margin-right:auto;
}

.serviceHeader
{
    font-weight:bolder;
    font-size:1.2em;
}
.askQuestionButton
{
    font-size:.8em;
    margin:0 0 0 0;
    float:right;
}

.dataTable th
{
    background-color:#82A6CE;
}

/* Filter */
.dateFieldFilter
{
    width:70px;
}

div.infoLayout
{
    display:inline;
    float:left;
}
.dataLabel
{
    width: 125px;
}

.dataLabel1
{
    vertical-align:top;
    font-weight:bolder;
    text-align:right;
    display: block;
    width: 4em;
    float:left;        
    padding-right:8px;
}

.dataField
{
    width: 125px;
}

.dataField1
{

}

.formEnclosure
{
}

.filterField
{
    background:#DADBE6;
    width:285px;
    border-bottom-right-radius: 40px 35px;
    border-bottom-left-radius: 40px 35px;
    text-align:center;
}



/* Menu 2 */
.level2Menu 
{
    margin-bottom: 7px;
    margin-top: 0px;
    background-color: #003E7E;
    width:930px;
}

/* Footer */
.nlsFooter
{
    height: 46px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color:#003e7e;
    text-align:right;
}

.nlsFooter a ,.nlsFooter .copyright
{
    color:#adadad;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
}
.nlsFooter .copyright
{
    color:#D6D6D6;
}

.nlsFooter .footerTextContainer
{
    padding-right:15px;
}

/* Vertical Tabs */

#vtab {
    margin-left:auto;
    margin-right:auto;
    width: 98%;
}
#vtab > ul > li {
    width: 110px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#vtab > ul > li.home {
    background: url('home.png') no-repeat center center;
}
#vtab > ul > li.login {
    background: url('login.png') no-repeat center center;
}
#vtab > ul > li.support {
    background: url('support.png') no-repeat center center;
}
#vtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #E8EEF4 !important;
    position: relative;
    font-weight:bolder;
}
#vtab > ul {
    float: left;
    width: 110px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 30px;
}
#vtab > div {
    background-color: #E8EEF4;
    margin-left: 110px;
    border: 1px solid #ddd;
    padding: 12px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
}
#vtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}

 .tpOrderNumber
 {
     display:none;
 }
 
 #communicationDialog .tpOrderNumber
 {
     display:table-cell;
 }

 .contactTableBody label {
     width: 100%;
 }
 .contactTableBody div {
     margin: 9px 0 0 0;
 }
 /* --- Change password partial*/
#ChangePassword .field-validation-error {
    float:none;
}

#RescheduleClosingDialog {
    display:none;
}