/***** Start of font-face rules  *****/
/* Regular */
 @font-face {
      font-family: "Open Sans";
        src: url('../fonts/OpenSans-Regular-webfont.eot');
        src: url('../fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
        url('../images/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
/***** End of font-face rules  *****/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

p { line-height: 1.35em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ### Start Master Page Content CSS ### */

html {
    font-size: 14px;
    background: #ccc;
}

strong { font-weight: 700; }

input[type='text'], input[type='password'], select, textarea {
    border: 1px solid #ababab;
    /*font-family: "Open Sans", serif;*/
    font-size: 14px;
    padding: 6px;
}

 .password-textbox input[type='password'],  .password-textbox input[type='text']{
     padding-right: 20px !important;
 }
 
 .login-textbox input[type='text']{
     width: 192px;
 }

 .password-textbox a {
    margin-left: 5px;
}
#login-dialog-content input[type='password'] {
    width: 180px;
}
a {
    font-weight: 600;
    color: #002f6c;
    text-decoration: none;
}

a:hover { color: #002f6c; }

input [type="button"], button, input[type="submit"] {
    font-family: 'Trade Gothic W01 Roman', Arial, sans-serif;
    color: white;
	background: #397192;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 32px;
    padding: 0 13px;
    font-weight: bold;
    font-size: 14px;
    min-width: 100px;
    cursor: pointer;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
	-webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.disabled {
    background-color: #63666a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: inherit;
}

.container-clear:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.placeholder { color: #bababa; }

.content-container-padding { padding: 20px; }

#WrapperContainer { margin: 0 auto; }

#WrapperContainer, #PageContainer, #MasterHeaderContainer, #NavBack { width: 1200px; }

h1, h2, #MasterHeaderRightLinks, #SiteNavigationContainer, #SiteFooterContainer, #SiteNavigationContainer, p, li {
    /*font-family: Open Sans, helvetica, sans-serif;*/
    font-style: normal;
}

h1 {
    font-weight: 300;
    font-size: 35px;
    color: #807e82;	
}

h2 {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    letter-spacing: -.19px;
}

/* ### Masthead ### */

#MasterHeaderContainer {
    height: 80px;    
}

#MasterHeaderLogoContainer { float: left; }

#MasterHeaderContainer .master-header-logo {
    display: block;
    padding: 26px 0 0 66px;
}

#MasterHeaderRightLinks {
    text-align: right;
    padding: 35px 64px 10px 0;
    color: #807e82;
    font-size: 12px;
    font-weight: 600;	
}

#MasterHeaderRightLinks a { color: #807e82; }

#MasterHeaderRightLinks a:hover, #MasterHeaderRightLinks a.active { color: #57A0D6; }

#MasterHeaderRightLinks a.active { cursor: inherit; }

#MasterHeaderRightLinks strong { font-weight: 700; }

#MasterHeaderMessagesLink {
    background: url('../images/icon-sprite.png') 0 1px no-repeat;
    margin: 0 0 0 18px;
    padding: 0 0 13px 32px;
    cursor: pointer;
    position: relative;
}

.MasterHeaderMessagesLinkWithoutCountIcon { padding-left: 28px !important;}

#MasterHeaderMessagesLink:hover { background-position: 0 -50px; }

#MasterHeaderMessagesLink.disabled { background-position: 0 -100px; }

#MasterHeaderMessagesLink .master-header-messages-badge {
    background-color: #ff0000;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: 15px;    
}

.master-header-messages-badge {
	min-width: 14px;
    height: 14px;
    padding: 1px 2px 1px 1px;
}

#MasterHeaderSettingsLink {
    background: url('../images/icon-sprite.png') 0 -150px no-repeat;
    margin: 0 0 0 14px;
    padding: 0 0 10px 23px;
    cursor: pointer;
}

#MasterHeaderSettingsLink:hover, #MasterHeaderSettingsLink.active { background-position: 0 -200px; }

#MasterHeaderSettingsLink.active { cursor: inherit; }

#MasterHeaderSettingsLink.disabled {
    background-position: 0 -251px;
    cursor: inherit;
}

.master-header-logoutlink {
    background: url('../images/icon-sprite.png') 0 -301px no-repeat;
    margin: 0 0 0 16px;
    padding: 0 0 10px 21px;
    cursor: pointer;
}

.master-header-logoutlink:hover { background-position: 0 -352px; }

.master-header-logoutlink.disabled {
    background-position: 0 -402px;
    cursor: inherit;
}

/* ### Site Navigation ### */

#SiteNavigationContainer {
    height: 40px;
    color: #fff;
    padding-left: 63px;
    font-weight: 600;
    font-size: 14px;
}
/* *** Need to move these backgrounds into a sprite, existing or new *** */

#NavBack {
    background: url('../images/background-page-middle.png');
    height: 11px;
    position: relative;
    top: -6px;
    left: -63px;
}

#NavBackLeft {
    background: url('../images/background-page-left.png');
    width: 5px;
    height: 5px;
    position: relative;
    top: -11px;
    left: -63px;
}

#NavBackRight {
    background: url('../images/background-page-right.png');
    width: 5px;
    height: 5px;
    position: relative;
    top: -16px;
    left: 1132px;
}

#SiteNavigationContainer a {
    color: white;
    display: inline-block;
    padding: 10px 31px 14px 31px;
    text-decoration: none;
}

#SiteNavigationContainer li {
    display: inline-block;
    text-align: center;   
}

#SiteNavigationContainer li:hover {
    cursor: pointer;
    background-color: #63666A;
}

#SiteNavigationContainer li.disabled, #SiteNavigationContainer li.disabled:hover {
    color: #d6d6d6;
    cursor: default;
}

#SiteNavigationContainer li.active, #SiteNavigationContainer li.active:hover {
    position: relative;
    cursor: default;
}

#SubNavigationContainer {
    background: #e7e7e7;
    /*font-family: "Open Sans", serif;*/
}

#SubNavigationContainer a {
    color: #3f3f3f;
    text-decoration: none;
    /*font-family: "Open Sans", serif;*/
}

#SubNavigationContainer ul {
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 70px;
}

#SubNavigationContainer li {
    display: inline-block;
    padding: 14px 28px 14px 13px;
    text-align: center;
    /*font-family: 'Open Sans', serif;*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

#SubNavigationContainer li:hover a { color: #57A0D6; }

#SubNavigationContainer li.active { background: url('../images/icon-sprite.png') 3px -2210px no-repeat; }

#SubNavigationContainer li.active a {
    cursor: inherit;
    color: #f38e01;
}

/*
	######################
	Need to write a js to place the active-pointer on the active li
	######################
*/
/* *** Active Pointer should be in a sprite *** */

.active-pointer {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 7px;
    bottom: -1px;
    background: url('../images/nav-active-pointer.png') no-repeat bottom center;
}

#ContentContainer, #SiteFooterContainer {
    background: #ededed;
    border-left: 1px solid white;
    border-right: 1px solid #ededed;
}

#ContentContainer {
    border-bottom: 1px solid #e0e0e0;
    min-height: 509px;
}

/* ### Site Footer ### */

#SiteFooterContainer {
    border-top: 1px solid #fff;
    color: #807e82;
}

#SiteFooterContainer div { float: left; }

#EnrollMobileFooterDiv {
    letter-spacing: .5px;
    background: url('../images/icon-sprite.png') 0 -2469px no-repeat;
    height: 32px;
    padding: 0 0 0 31px;
    margin: 22px 0 22px 62px;
    cursor: pointer;
}

#FooterLinks {
    font-size: 12px;
    font-weight: 600;
    margin: 21px 0 23px 114px;
    line-height: 1.5em;
}

#FooterLinks ul { float: left; }

.footer-links1 { }

.footer-links2 { margin-left: 35px; }

.footer-links3 { margin-left: 36px; }

#SiteFooterContainer #FooterNotice {
    float: right;
    margin: 11px 82px 16px 0;
    font-size: 10px;
    line-height: 1.84em;
    letter-spacing: .21px;
}

.button {
    font-family: 'Trade Gothic W01 Roman', Arial, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #397192;
    width: -100px;
    height: 32px;
    box-shadow: none;
}

.body-container #leftRail { padding: 50px 0 0 65px; }

.body-container #rightRail .rightRail-Line2 { padding: 12px 6px; }

.body-container #rightRail { padding-top: 50px; }



/* ### End Master Page Content CSS ### */


/* ### Start Page Content CSS ### */

#leftRail {
    padding: 27px 0 0 65px;
    float: left;
    width: 800px;
    position: relative;
}

#leftRail h1 { margin-bottom: 25px; }

/* ### Right side region   */

#rightRail {
    float: right;
    width: 290px;
    padding-top: 27px;
}

#rightRail h1 {
    margin: 0 0 0 0;
    padding: 0 0 19px 5px;
    border-bottom: 1px solid #e0e0e0;
}

#rightRail .container-clear, .rightRail-Line2 {
    /*font-family: 'Open Sans', serif;*/
    font-size: 14px;
    padding: 12px 6px;
}

#rightRail a {
    /*font-family: "Open Sans", serif;*/
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ffffffff, Positive=true);
}

.rightRail-Line1, .rightRail-Line2 {
    border-top: 1px solid white;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 11px;
}

#rightRail .rightRail-Line2 {
    padding: 10px 0 14px 3px;
    letter-spacing: .3px;
    color: #333333;
}

#cmIntersitialAd_tblInterceptActions td, #cmLogoutIntercept_tblInterceptActions td { padding: 10px; }

/* ### Start Page Content CSS ### */

#coLeftRail {
    padding: 0px 0 0 65px;
    float: left;
    position: relative;
    width: 770px;
}

#coLeftRail h1 { margin-bottom: 25px; }

/* ### Right side region   */

#coRightRail {
    float: right;
    width: 290px;
    padding-top: 27px;
}

#coRightRail h1 {
    margin: 0 0 0 0;
    padding: 0 0 19px 5px;
    border-bottom: 1px solid #e0e0e0;
}

#coRightRail .coClear, .coRightRailLine2 {
    /*font-family: 'Open Sans', serif;*/
    font-size: 14px;
    padding: 12px 6px;
}

#coRightRail a {
    /*font-family: "Open Sans", serif;*/
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ffffffff, Positive=true);
}

.coRightRailLine1, .coRightRailLine2 {
    border-top: 1px solid white;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 11px;
}

#coRightRail .coRightRailLine2 {
    padding: 10px 0 14px 3px;
    letter-spacing: .3px;
    color: #333333;
}

.coAdvertisement {
    border-top: 1px solid white;
    padding: 41px 0 30px 3px;
}

/* ### Login page CSS ### */

.login-container,  .login-container-alt {
    border: none;
    height: 564px;
    position: relative;
    background: url("../images/background-login.png") no-repeat;
}

#login-dialog, #signout-dialog {
    width: 420px;
    position: absolute;
    top: 50px;
    left: 390px;
    line-height: 1.25em; /* Firefox v1.0+ */
}

#login-dialog-content div, #signout-dialog-content div, #login-dialog h1, #signout-dialog h1 { margin-bottom: 12px; }

#login-dialog, #signout-dialog {
    background-color: #7DA1C4;
}

#login-dialog-header, #signout-dialog-header {
    color: white;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    margin-bottom: 13px;
    /*font-family: "Open Sans", sans-serif;*/
}

#login-dialog-content {
    /*font-family: "Open Sans", helvetica, sans-serif;*/
    font-weight: 700;
    font-size: 12px;
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
    padding: 20px 20px 10px 20px; /* Firefox v3.5+ */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

#signout-dialog-content {
    /*font-family: "Open Sans", helvetica, sans-serif;*/
    font-weight: 700;
    font-size: 12px;
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
    padding: 20px 20px 10px 20px; /* Firefox v3.5+ */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

#login-dialog-content div, #signout-dialog-content div, #coLoginDialog h1, #coLogoutDialog h1 { margin-bottom: 12px; }

#login-dialog-content .coTakeMeDiv div.coSelect { margin: 0 0 0 5px; }

.welcome-div {
    font-size: 28px;
    text-align: left;
    color: #807e82;
    /*font-family: "Open Sans", helvetica, sans-serif;*/
    font-style: normal;
    font-weight: 300;
}

#login-dialog-footer {
    border-top: 1px solid #FFFFFF;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: normal;
    background: #F4F4F4;
}

.error-container {
    background: #F0D3D6;
    border: 1px solid #C65863;
    padding: 5px;
    color: #C65863;
    font-size: 12px;
}

input [type="button"], [type="submit"] {
    font-family: 'Trade Gothic W01 Roman', Arial, sans-serif;
    color: white;
    background: #397192;
    border: none;
    height: 32px;
    padding: 0 13px;
    font-weight: 700;
    font-size: 14px;
    min-width: 100px;
    box-shadow: none;
    cursor: pointer;
}

.placeholder { color: rgb(117, 117, 117); }

div.true-stamp-placeholder {
    width: 100%;
    padding-bottom: 5px;
}

div.true-stamp-placeholder div.trueStampDiv { padding: 10px 0px 25px 0px; }

.takeme-div {
    margin: 15px 0 10px 0;
    vertical-align: middle;
    font-weight: normal;
}

#login-dialog-content .takeme-div div.select { margin: 0 0 0 5px; }

#login-dialog-content .takeme-div * { vertical-align: middle; }

#login-dialog-content .takeme-div {
    margin: 15px 0 10px 0;
    font-weight: normal;
}

div.select {
    display: inline-block;
    border: 1px solid #ababab;
    padding: 0 6px 0 0px;
    background: url("../images/icon-sprite_1.png") 240px -2266px white no-repeat;
    width: 250px;
    overflow: hidden;
}

div.select div {
    width: 270px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

select {
    font-size: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none !important;
}

.password-div { margin: 12px 0; }

.password-div a { margin-left: 5px; }

#signout-message {
    width: 375px;
    padding-top: 30px;
}
/* ### End Login page CSS ### */

/* ### End Content CSS ### */

/* ### Start of  Forgot password  page CSS ### */

.coForgotPasswordWorkflows {
    padding: 25px 0 17px 0;
    margin-bottom: 0;
    margin-left: 70px;
    margin-top: 50px;
}

.forgot-password-steps {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    background-color: rgb(255, 255, 255);
    width: 900px;
    height: 300px;
    padding: 23px;
    padding-left: 25px; /* Firefox v1.0+ */
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)"; co*//*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true);*/
}

.forgot-password-steps p {
    margin-bottom: 12px;
    /*font-family: sans-serif;*/
    font-style: normal;
    padding-top: 10px;
    font-size: 12px;
}

.forgot-password-steps .coHelpText {
    color: #333333;
    display: block;
    margin: 6px 0 6px 154px;
}

.forgot-password-steps label {
    font-weight: 700;
    display: inline-block;
    width: 946px;
    font-weight: bold;
}

.forgot-password-label {
    /*font-family: sans-serif;*/
    font-size: 12px;
    font-weight: bold;
}

.change-password-info {
    margin-bottom: 17px;
    padding-bottom: 6px;
}

.forgot-password-steps input[type='Label'] { font-weight: bold; }

.forgotPasswordlinkStyle {
    /*font-family: sans-serif;*/
    color: #0066cc;
    font-weight: bold;
    font-size: 14px;
    background: none;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: Pointer;
    font-weight: 600;
    letter-spacing: .1px;
}

.forgotPasswordlinkStyle:hover { color: rgb(243, 142, 1) !important; }

.forgot-password-cells {
    padding-bottom: 25px;
    padding-left: 30px;
}

.forgot-password-control {
    padding-left: 20px;
    padding-bottom: 5px;
    text-wrap: none;
}

.forgot-password-help-text {
    /*font-family: sans-serif;*/
    font-size: 12px;
    padding-left: 23px;
    padding-bottom: 20px;
    color: #333333; /*font-weight: bold;*/
}


.datepicker {
    
    background: url("../images/icon-sprite2_1.png") 170px -646px no-repeat;
    margin-right: 0px;
    cursor: pointer;
    padding-right: 0px;
    height: 18px;
    width: 185px;
}


.datepicker:hover {
    background: url("../images/icon-sprite2_1.png") no-repeat;
    background-position: 170px -767px;   
}

.coCalendarControl {
    background: url("../images/icon-sprite2_1.png") 165px -646px no-repeat;
    margin-right: 0px;
    cursor: pointer;
    font-size: 100px;
    padding-right: 0px;
}

.coCalendarControl:hover {
    background: url("../images/icon-sprite2_1.png") no-repeat;
    background-position: 165px -767px;
}

.errContainerError {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 1000px;
    padding-left: 25px;
    position: absolute;
    font-weight: bold;
    color: #FF0000;
    border: 1px solid #FF0000;
    background-color: #FFC3CE;
    text-align: match-parent !important;
    vertical-align: text-top !important;
    vertical-align: top;
    font-size: 12px;
}

.confirmButtonContainer {
    text-align: left;
    padding-left: 270px;
}

.change-password-space-separator { padding-top: 16px; }

.TitleHeader {
    padding-left: 65px;
    padding-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
}

.forgot-password-error-region {
    padding-top: 20px;
    text-align: left;
    width: 800px;
    padding-bottom: 20px;
}

.forgot-password-header {
    padding-top: 10px;
    vertical-align: bottom;
    text-align: left;
    padding-left: 70px;
    padding-bottom: 10px;    
}

.forgot-password-error-header {
    
    padding-top: 30px;
    vertical-align: bottom;
    text-align: left;
    padding-left: 20px;
}

div.Error-Region {
    background: none repeat scroll 0 0 #F0D3D6;
    border: 1px solid #C65863;
    color: #000000;
    font-size: 12px;
    padding: 5px;
    display: none;
}

/* ### end of  Forgot password  page CSS ### */


.hidden { display: none; }

.login-textbox { margin-top: -11px; }

.login-textbox input { width: 180px; }

.password-textbox { margin-top: -11px; }

.invalid-browser-warning {
    background-color: #c0ae83; 
    text-align: center; 
    padding: 10px; 
    width: 100%;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
}

/* Billpay */

.billpay-not-elegible div#ContentContainer {
	padding: 35px 350px 35px 47px;
}

.billpay-not-elegible div#SERVERSIDEERROR {
	width: 720px;
}

/* ## end of Billpay page css*/

input[type="text"] {
    background-color: #fff !important;
}
