/* 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.
*/

/*Hide Dispatch Cutoff Msg from system on Delivery Feedback*/
/*Hide Reason Code Row on Temp Stop Page*/
#dispatchcutoffmsg, #tempstartstop #reasonrow {display:none;}
.steptextrow .mainContent {display:none;}


.step1Bold 	{font-weight: bold; font-size: 20px; color: #000;}

/*Style "Indicates required field" on zipcampaign page and keep*/
/*"ZIP CODE" standard color (#07284f)*/
#zipcampaign td {
    color: red; 
    font-weight: bold;
} 
#zipcampaign label {
    color: #07284f;
}

/*Style added OR to login pages*/
.or {
    display: none;
}

#login .or {
    display:inline-table;
    font-style: italic; 
    font-weight: bold; 
    padding: 5px; 
    text-decoration: underline; 
    text-transform: uppercase;
}

#login .subSectionIndent td {
    padding: 2px;
}

/*Highlight in Registration Instructions*/
reghl {
    font-weight:bold;
    text-transform: uppercase;
    color: red;
}

