
/* Layout Stylesheet  
* { border:solid #000000;	
border-width:0.063em 0 0.063em 0;}
*/
body {
    margin: 1.25em;
    background: white;
    color: #333333;
    text-align: center;
    padding: 0 0 0 0;
    font-family: Verdana;
    font-weight: normal;
    font-size: 0.875em;
}

/*a:link
{
    text-decoration: none;
    color: Maroon;
}
a:visited
{
    color: Maroon;
}
a:hover
{
    color: Maroon;
}
a:active
{
    color: Maroon;
}*/

h1 {
    /*text-align: left;*/
}

h2 {
    /*text-align: center;*/
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
}

#outer {
    text-align: left;
    /*border: 0.063em solid #000000;*/
    width: 100%;
}

#hdr /*not using*/ {
    /*text-align: center;
    height: 100%;
    width: 100%;
    background: #eeeeee;
    color: #333333;*/
}

#bar /*not using*/ {
    /*width: 100%;
    height: 100%;
    background: #c0c0c0;
    color: #333333;
    border: 0.063em solid #000000;
    float: right;*/
}

#nav {
    width: 50%;
    margin: 0 auto;
    /*float: left;
    width: 100%;
    background-color: #dcdcdc;
    color: #333333;
    border: 0.063em solid #000000;*/
}



#bodyblock {
    /*border: 0.063em solid #000000;*/
    float: none;
    /*float: left;
    background-color: #dcdcdc;
    color: #333333;
    padding: 0 0 0 0;
    border: 0.063em solid #000000;*/
}

#cont {
    /*float: left;
    width: 100%;
    text-align: left;
    background: #ffffff;
    color: #333333;*/
}

#PageInfo {
    border-style: solid;
    border-width: 0.063em;
    background: #dcdcdc;
    /*font-weight: normal;
    font-style: oblique;*/
    font: 0.875em Verdana, Geneva, sans-serif;
    width: 50%;
    padding: 0em 0.313em;
    margin: 1%;
}

#PageDisclaimer {
    border-style: solid;
    border-width: 0.063em;
    background: #dcdcdc;
    padding: 0.313em;
    /*font-weight: bold;*/
    /*font-size: xx-small;
    font-style: normal;*/
    font: 0.625em Verdana, Geneva, sans-serif;
    width: 50%;
    margin: 1%;
}

#ftr {
    /*float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #c0c0c0;
    color: #333333;
    border: 0.063em solid #000000;*/
}

.Menu {
    font: 0.875em Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin: 0em;
    /*padding-bottom: 1em;*/
}

    .Menu ul {
    }

    .Menu li {
        list-style-type: none;
        padding: 0.188em;
        text-align: left;
        background-color: #d7d7d7;
        color: black;
        width: 20.688em;
        /*margin-top: 1em;
    margin-bottom: 1em;
    padding: .5em .5em .5em .5em;
    border-style: solid;
    border-width: 0.063em;
    background-color: #eeeeee;
    display: block;
    float: left;*/
    }

        .Menu li:hover {
            color: #ED1C24;
        }

    .Menu a {
        text-decoration: none;
    }

.Links {
    font: 0.875em Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
}

    .Links ul {
        list-style-type: none;
    }

    .Links li {
        list-style-type: none;
        text-decoration: none;
        text-align: left;
        background-color: #d7d7d7;
        color: black;
        width: 20.688em;
        padding: 0.375em 0.188em;
        /*cursor: hand;
    font-size: small;
    border-style: solid;
    border-width: 0.063em;
    background-color: #eeeeee;
    display: block;
    float: right;
    padding: .1em .1em .1em .1em;*/
    }

        .Links li:hover {
            color: #ED1C24;
        }

    .Links.Left li {
        /*float: left;*/
    }

.username {
    width: 12.5em;
}

.password {
    width: 12.5em;
}

.usertext {
    width: 12.5em;
}

#txtTerms {
    height: 18.75em;
    width: 37.5em;
}

.blackBorder {
    /*border-right: solid 0.063em black;
    border-top: solid 0.063em black;
    border-left: solid 0.063em black;
    border-bottom: solid 0.063em black;*/
}

.errorMessage {
    color: Red;
}

.LargeLabel /* not using*/ {
    /*font-weight: bold;*/
}

.Terms {
    width: 31.25em;
    height: 18.75em;
}

#cover {
    width: 100%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 0;
    /*visibility: hidden;*/ /*this is problematic*/
    overflow: hidden;
    /*opacity: 0.75;*/ /*looks weird with that opacity so i am removing it*/
    filter: alpha(opacity=75);
}

.Heading1 > h1 {
    color: rgb(157,165,171);
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 3em;
    /*font-size: small;*/
    /*text-indent: 0.5em;*/
    margin: 0px 0px 0px 0px;
}

.Heading2 {
    color: rgb(237,28,36);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    /*font-size: smaller;*/
    margin: 0px 0px 0px 0px;
}

.StandardButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    text-indent: 0;
    border: 0.063em solid #dcdcdc;
    display: inline-block;
    color: #777777;
    height: 1.563em;
    line-height: 1.563em;
    /*width:3.313em;*/
    padding: 0em 0.625em;
    text-decoration: none;
    text-align: center;
    text-shadow: 0.063em 0.063em 0em #ffffff;
    /*Font*/
    font-family: arial;
    font-size: 0.938em;
    font-weight: bold;
    font-style: normal;
    /*Shadow*/
    -moz-box-shadow: inset 0em 0.063em 0em 0em #ffffff;
    -webkit-box-shadow: inset 0em 0.063em 0em 0em #ffffff;
    box-shadow: inset 0em 0.063em 0em 0em #ffffff;
    /*Rounded Corners*/
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    border-radius: 0.75em;
}

    .StandardButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .StandardButton:active {
        position: relative;
        top: 0.063em;
    }

.logo {
    width: 18em;
    padding: 1.25em 0em 0em .5em;
    margin: 1.25em 0em 0 2.0em;
    left: 33%;
}

#social {
    width: 12.5em;
    padding-top: 3.25em;
    padding-left: 0em;
    margin: 0 auto;
}
a.social-link-top {
    float: left;
    display: block;
    width: 1.25em;
    height: 1.25em;
    margin-left: 0.625em;
    background-size: 1.3em !important;
}

a.social-link-yt {
    float: left;
    display: block;
    width: 1.25em;
    height: 1.25em;
    margin-left: 0.625em;
    background-size: 0.980em 0.980em !important;
}

a.facebook-but {
    background: url(/ILSWeb/images/facebook.png) no-repeat;
}


    a.facebook-but:hover {
        background: url(/ILSWeb/images/facebook.png) no-repeat left bottom;
    }

a.twitter-but {
    background: url(/ILSWeb/images/twitter.png) no-repeat left top;
}

    a.twitter-but:hover {
        background: url(/ILSWeb/images/twitter.png) no-repeat left bottom;
    }

a.google-plus-but {
    background: url(/ILSWeb/images/google-plus.png) no-repeat left top;
}

    a.google-plus-but:hover {
        background: url(/ILSWeb/images/google-plus.png) no-repeat left bottom;
    }

a.pinterest-but {
    background: url(/ILSWeb/images/pinterest.png) no-repeat left top;
}

    a.pinterest-but:hover {
        background: url(/ILSWeb/images/pinterest.png) no-repeat left bottom;
    }

a.rss-but {
    background: url(/ILSWeb/images/rss.png) no-repeat left top;
}

    a.rss-but:hover {
        background: url(/ILSWeb/images/rss.png) no-repeat left bottom;
    }

a.youtube-but {
    background: url(/ILSWeb/images/youtube.gif) no-repeat left bottom;
}

    a.youtube-but:hover {
        background: url(/ILSWeb/images/youtube.gif) no-repeat left top;
    }


.clear {
    clear: both;
}

.link-title {
    display: none;
}


.Footer {
    display: table;
    margin: 0 auto;
    font-family: Verdana, Geneva, sans-serif;
    /*font-size: 0.625em;*/
    font-size: xx-small;
}

    .Footer ul {
        text-align: center;
    }

    .Footer li {
        display: inline-block;
    }

        .Footer li:before {
            content: '\ffed';
            margin-right: 1em;
            margin-left: 1em;
        }

.MenuStyle {
    margin: 0;
    text-align: left;
    color: black;
    background-color: #d7d7d7;
    width: 21.063em;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0 2.5em;
}

.MenuItemStyle {
    font: 0.875em Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: black;
    padding: 0.375em 0.125em;
}

.MenuHoverStyle {
    color: #ED1C24;
}

.MenuSelectedStyle {
    color: white;
    background-color: #9DA5AB;
}

.TextHelp {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.75em;
}

.TextHelpNumbers {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.875em;
    color: rgb(234, 16, 16);
}

/*print content alignment terms and condition*/

#hdr, input[type="submit"], input[type="button"], label[for="ctl00_MPContent_txtRegularPayment"], label[for="ctl00_MPContent_txtAddPrin"], .WhiteTextInv, button[type="button"], #ctl00_MPContent_LoanPaymentPanel .ValidationItem.Hide {
    display: none;
}

#PageInfo, .Footer, .Terms {
    width: 100%;
    height: auto;
    font-size: 1.2em;
    text-align: justify;
    margin: 20px 0 0 0px;
    line-height: 1.5em;
}

.Heading1 {
    /*font-size: 3em;*/
}

.Footer {
    position: absolute;
    font-size: 1em;
    left:0;
    margin:0 auto;
}

div {
    margin: 10px 0 !important;
}

.Heading2 {
    /*font-size: 1.2em;*/
}
#cont table tbody tr td {
    padding:0!important;
    min-width:0!important;
}

/*print content alignment : Loan Details, Recurring Online Payment, Online Payment Request*/

#ctl00_MPContent_dlLoanDetail .LoanInfo .DataList tr td {
    font-size:1.8em;
}
#ctl00_MPContent_dlLoanDetail_ctl00_gvEscrow {
    font-size: 0.6em;  
}

#ctl00_MPContent_LoanPaymentPanel table table tr td {
    width:auto;
}
#PageDisclaimer {
    width:100%;
    font-size:1.2em;
    margin:0;
}
.BorderWhite {
    border: white; 
}
#ctl00_MPContent_LoanPaymentPanel, #ctl00_MPContent_masterDataGrid {
    font-size: 1.2em;
}
#ctl00_MPContent_LoanPaymentPanel table table {
    border-spacing: 5px 15px;
}