/* MediaPlus cmo35 Version cmo35A 04/01/08 11:59:39 delta css/subscriber_custom.css
** Copyright 2001 Publishing Business Systems, Inc.
** All Rights Reserved Worldwide.
*/
/* subscriber_custom.css - client custom iServices global stylesheet 
**
** #164649 07.12.05 mickeyg Created.
*/

/* Main Content Styles */
.mainContentBold {
    color: #000000;}

/* Sub Section Styles */
.subSectionLeft, .subSectionLeft2Lines {
    color: #000000;}

#mainnavfooter1, #mainnavfooter2 {
    background-color: #000000;
}
#mainnavfooter1 a:link, #mainnavfooter1 a:visited {
    color: #EEEEDD;
}
#mainnavfooter2 a:link, #mainnavfooter2 a:visited {
    color: #EEEEDD;
}


/* Header Styles */
.header, .headerImage, #header, #navheader, .navheaderleft, .navheaderright, #ACTivateheader, #loginheader, #newstartheader, #passwordheader, #registerheader, #faqheader {
    background-color: #000000;
    text-align: left;
}
.navheaderleft, .navheaderright {
    width: 100%;                    /* poor approximation for old browsers    */
    width: calc(50% - 12px);        /* standards-based answer for IE9+, FF16+ */
    width: -moz-calc(50% - 12px);   /* support for FF4 - FF15                 */
    width: -webkit-calc(50% - 12px);/* support for Chrome19+ and Safari6+ */
}
.navheaderleft {margin-left: -15px;}
.navheaderright {
    width: calc(50% - 8px);         /* standards-based answer for IE9+, FF16+ */
    width: -moz-calc(50% - 8px);    /* support for FF4 - FF15                 */
    width: -webkit-calc(50% - 8px); /* support for Chrome19+ and Safari6+     */
    text-align: right;
    margin-right: -15px;
    padding-right: 30px;
}
#navheader a:link, #navheader a:visited {
    color: #EEEEDD;
}

.mainContentHeader {
    border-bottom: #C9CCAF solid 1px;
}

.loginalertmsg      {color: #A0312A;}

/* Make a Payment */
#maincontent #paymenttermblurb {
    background-image: url(../images/paymenttermblurb.gif);
    background-repeat: no-repeat; height: 75px;}
#newstartcontent #paymenttermblurb {
    background-image: url(../images/starttermblurb.gif);
    background-repeat: no-repeat; height: 100px;}

/* Login/Register Styles */
.registerLink {
    color: #000000;}

/* New Subscription/Starts Screens
.startsconfirmtbl .subSectionLeft {
    color: #000000;} */

/* new subscription - zip campaign */
.zipcampaignoffer, .zipcampaignofferdefault {
    border: 2px groove #e0f5f0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    height: 200px;
    margin: 7px;
    padding: 4px;
    width: 200px;
}
.zipcampaign:hover {border-color: #A0312A;}
.zipcampaignofferdefault {
    border: 2px groove #A0312A;
}

#websitefooter {height: inherit;}

#dispatchcutoffmsg {display:none}

/* suppress 'Use Original Address' checkbox and label */
#originaladdr {display: none;}
[for="originaladdr"] {display: none;}
label[for="originaladdr"] {display: none;}

/* suppress the 'Payment Option' row */
#paymentoptionrow {display: none;}

/* Hide Tip row */
#tiprow {display: none;}

.helpimg {display: none;}


/* suntimes.com subfooter */
#sub-footer-wrapper {
    /* background:#f1f1f1; */
    width: 100%;
    /* border-top:solid 4px #dfdfdf; */
    /* border-bottom:solid 2px #dfdfdf; */
}
#sub-footer-content {
    /* width:73.38em; */
    margin:0 auto;
    height:7.69em;
}
#sub-footer-content .stm-logo {
    background-image: url(../images/stm-logo.png);
    border: 0;
    height: 39px;
    width: 153px;
    display: block;
    float:right;
    margin:1.40em 0 0 0;
}
#sub-footer-content .stm-copyright {
    color:#333;
    float: left;
    font-size:9px;
    height: 65px;
    margin: 50px 0 0 600px;
    text-decoration: none;
}
#sub-footer-content ul {
    float:left;
    padding: 0 0 0 0;
}
#sub-footer-content ul li {
    float: left;
    color:#8B8B8B;
    font-size: 1.00em;/*.84*/
    padding:0 0 0 5px;
    margin:0 5px 0 0;
}
#sub-footer-content ul li a {
    /* border-left: 1px solid #8B8B8B; */
    text-decoration:none;
    color:#8B8B8B;
    padding:0 0 0 5px;
}
#sub-footer-content ul li a:hover {
    color:#333;
}
