﻿body {
    background-color: #4C86BA; /* ELECTROACTIVE: Use VENDOR specified or default: #4C86BA. */
    border: none;
    margin-top: 0px; /* ELECTROACTIVE: Modified */
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0;
    padding: 0px; /*this is a concession to opera 7 which has margin 0, but some padding by default.*/
    height: 100.001%;
    font-family: arial, helvetica, sans-serif; /* ELECTROACTIVE: Modified */
    font-size: 13px; /* ELECTROACTIVE: Modified */
}

.printButton {
    font-weight: bold;
}

a:link, a:visited, a:active {
    color: #4F91CD; /* ELECTROACTIVE: Modified */
    text-decoration: underline;
}

a:hover {
    color: #00529B; /* ELECTROACTIVE: Modified */
}

label {
    cursor: pointer;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: #CC0303;
}

span.error {
    font-weight: bold;
    background: transparent;
    color: #CC0303;
}

span.errorTitle {
    font-weight: bold;
    background: transparent;
    color: #CC0303;
}

.orderFormTerms {
/* ELECTROACTIVE: Modified */
    color: #333333;
    margin: 1px 0px 0px 13px;
    padding: 0px;
}

.orderTableRow {
    height: 1.8em;
}

.orderLabelColumn {
    width: 13.5em;
    white-space: nowrap;
}

/* ELECTROACTIVE: New styles */
a img {
    border: 0px;
}

hr {
    width: 100%;
    height: 1px;
    margin: 10px 0px 10px 0px;
    color: #DCE9F5;
    background-color: #DCE9F5;
    border: 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.pageBackground {
    background-color: #FFFFFF;
    width: 760px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.headerBackground {
    background-color: #EDF3F9;
    background-image: url( '../images/v2/header_bg.gif' );
    width: 760px;
    height: 84px;
}

.downloadBanner {
    vertical-align: top;
    background-color: #FFE7B7;
    width: 720px;
    border: 1px solid #95BDE1;
    padding: 12px 10px 12px 10px;
}

.headerBanner {
    width: 468px;
    height: 60px;
    padding: 12px 10px 12px 10px;
    float: left;
}

.headerLogo {
    background-image: url( '../images/v2/logo_cbmp_bg_c.gif' );
    background-repeat: no-repeat;
    width: 252px;
    height: 47px;
    padding: 25px 10px 12px 10px;
    text-align: right;
    float: left;
}

.formTitle {
    margin: 0px 10px 0px 10px;
    padding: 4px 0px 5px 0px;
    font-size: 1.45em;
    text-align: right;
    border-bottom: 1px solid #DCE9F5;
}

.orderSection {
    margin: 0px 10px 0px 10px;
}

.orderTitle {
    padding: 4px 0px 5px 10px;
    font-size: 1.45em;
}

.orderTable {
    width: 740px;
    border-collapse: collapse;
}

.orderTRH {
    background-color: #ECF3FA;
    padding: 0px 0px 5px 0px;
}

.orderLineItemBorder {
    border-bottom: 1px solid #DCE9F5;
}

.orderTDQty {
    width: 40px;
    padding: 7px 10px 7px 10px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DCE9F5;
}

.orderTDItem {
    padding: 7px 0px 7px 0px;
    width: 525px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #DCE9F5;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    text-indent: 10px;
}

.fontSizeAdjust {
    vertical-align: bottom;
    font-size: 0.85em;
}

.orderProductImage {
    padding: 3px 3px 3px 0px;
    float: left;
}

.orderProductDescription {
    padding: 0px 3px 0px 10px;
    white-space: normal;
    vertical-align: top;
}

.orderTDPrice {
    width: 195px;
    padding: 7px 10px 7px 10px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
}

.orderPrice {
    font-weight: bold;
}

.orderPriceMessage {
    font-size: 0.8em;
}

.orderTaxLabel {
    width: 50%;
    float: left;
}

.orderTax {
    width: 50%;
    font-weight: bold;
    float: right;
}

.orderTDTotal {
    padding: 8px 10px 0px 10px;
    text-align: right;
    vertical-align: top;
}

.orderTotalLabel {
    width: 630px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
}

.orderTotalValue {
    width: 120px;
    font-size: 1.3em;
    font-weight: bold;
}

.orderFutureLabel {
    width: 630px;
    font-size: 1.1em;
    text-align: right;
}

.orderFutureValue {
    width: 120px;
    font-size: 1.1em;
}

.paymentSection {
    padding: 5px 10px 0px 10px;
}

.paymentTitle {
    padding: 4px 10px 5px 10px;
    font-size: 1.45em;
    float: left;
}

.paymentLinks {
    padding: 6px 0px 0px 0px;
    color: #4F91CD;
    float: right;
}

.errorBoxOutter {
    width: 738px;
    border: 1px solid #FF8A8A;
    float: left;
    margin-top: 10px;
}

.errorBox {
    width: 611px;
    background-color: #FFF2F2;
    background-image: url( '../images/v2/icon_caution_single.gif' );
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border: 1px solid #FFFFFF;
    padding: 10px 5px 5px 120px;
}

.errorBox li {
    margin-left: -18px;
}

.payCardBoxOuter {
    /*height: 400px;*/
    border: 1px solid #95BDE1;
    float: left;
}

.payCardBox {
    width: 516px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.payCardBoxOuterUpdateCC {
    width: 518px;
    height: 337px;
    border: 1px solid #95BDE1;
    float: left;
}

.payCardBoxUpdateCC {
    width: 516px;
    height: 335px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.payOtherBoxOuterUpdateCC {
    width: 210px;
    height: 337px;
    border: 1px solid #95BDE1;
    float: right;
}

.payOtherBoxUpdateCC {
    width: 208px;
    height: 335px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.orderSuccessBoxOuter {
    width: 740px; /*height: 380px;*/
/*border: 1px solid #95BDE1;*/
}

.orderSuccessBox {
    width: 740px;
    background-color: #EDF3F9;
    border: 1px solid #95BDE1;
    margin: 4px 0px 4px 0px;
    padding: 10px 0px 10px 0px;
}

.orderSuccessReview {
    margin: 0px 8px 4px 8px;
    padding: 4px 0px 7px 0px;
    border-bottom: 1px solid #CADFF0;
}

.orderSuccessFooter {
    margin: 0px 8px 4px 8px;
    padding: 4px 0px 7px 0px;
}

.orderSuccessReviewPrint {
    margin: 0px 8px 12px 8px;
    padding: 4px 0px 7px 0px;
    float: right;
    text-align: right;
}

.formComplete {
    height: 30px;
    width: 300px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}

.payCardTable {
    border-collapse: collapse;
}

.payCardTDLeft {
    padding: 8px 0px 0px 8px;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: left;
}

.payCardTDRight {
    padding: 8px 9px 0px 0px;
    white-space: nowrap;
    vertical-align: middle;
}

.payCardTitle {
    margin: 0px 8px 12px 8px;
    padding: 4px 0px 7px 0px;
    border-bottom: 1px solid #CADFF0;
}

.formInput {
    width: 254px;
    height: 18px;
    padding: 2px 0px 0px 4px;
    font-size: 1.0em;
    border: 1px solid #B9D3EB;
}

.formInputShort {
    width: 53px;
    height: 18px;
    padding: 2px 0px 0px 4px;
    font-size: 1.0em;
    border: 1px solid #B9D3EB;
}

.formInputBox {
    padding: 0px 0px 0px 0px;
    margin: 0px 8px 0px 0px;
    font-size: 1.0em;
}

.formSelect {
    width: 260px;
    font-size: 1.0em;
    border: 1px solid #B9D3EB;
}

.formSelectShort {
    height: 20px;
    font-size: 1.0em;
    border: 1px solid #B9D3EB;
}

.inputError {
    border: 1px solid #FF8A8A;
    background-color: #FFF2F2;
}

.selectError {
    border: 1px solid #FF8A8A;
    background-color: #FFF2F2;
}

.formSubmit {
    height: 30px;
    width: 200px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}


.formSubmitRefresh {
    height: 20px;
    width: 100px;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

.payOtherBoxOuter {
    width: 210px;
    height: 400px;
    border: 1px solid #95BDE1;
    float: right;
}

.payOtherBox {
    width: 208px;
    height: 398px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.payOtherTable {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 395px;
    width: 100%;
}

.payOtherTableUpdateCC {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 305px;
    width: 100%;
}

.updateCCInfoTable {
    width: 731px;
    height: 130px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
    padding: 5px 0 0 5px;
}

.updateCCInfoOuterTable {
    width: 738px;
    height: 137px;
    border: 1px solid #95BDE1;
    float: left;
}

.updateCCTableGap {
    width: 35px;
}

.payOtherTitle {
    margin: 26px 7px 0px 7px;
    padding: 10px 0px 5px 0px;
    border-top: 1px solid #CADFF0;
}

.payOtherLogo {
    margin: 0px 7px 0px 7px;
}

.securitySection {
    border-top: 1px solid #CADFF0;
    vertical-align: bottom;
    text-align: center;
    margin: 0px 1px 0px 1px;
    padding-bottom: 0px;
}

.securitySection table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.termsSection {
    margin: 0px 10px 0px 10px;
}

.termsTitle {
    margin: 0px 0px 10px 0px;
    padding: 7px 0px 8px 10px;
    font-size: 1.0em;
    font-weight: bold;
    border-bottom: 1px solid #DCE9F5;
}

.copyright {
    margin: 10px 10px 10px 10px;
}

.securityLogo {
    padding: 10px 0px 0px 20px;
    float: left;
}

.topAlign {
    vertical-align: top;
}

.orderTotalRow {
    padding: 7px 10px 5px 10px;
    background-color: #ECF3FA;
    text-align: right;
}

.orderLineItemSpacer {
    height: 7px;
}

.orderLineItemLabel {
    white-space: nowrap;
}

.orderLineItemValue {
    font-weight: bold;
    width: 120px;
}

.orderTotalMessage {
    font-size: 0.8em;
    color: #5F6264;
    margin-top: 2px;
    margin-right: 7px;
}

.orderRecurringSpacer {
    height: 5px;
    background-color: white;
}

.vMiddle {
    vertical-align: middle;
}

.cvvText {
    font-size: 0.8em;
}

.payCardBoxOuterUpdateInvalidCC {
    width: 518px;
    height: 147px;
    border: 1px solid #95BDE1;
    float: left;
}

.payCardBoxUpdateInvalidCC {
    width: 516px;
    height: 145px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.payOtherBoxOuterUpdateInvalidCC {
    width: 210px;
    height: 147px;
    border: 1px solid #95BDE1;
    float: right;
}

.payOtherBoxUpdateInvalidCC {
    width: 208px;
    height: 145px;
    background-color: #EDF3F9;
    background-image: url( '../images/v2/payment_bg_long.gif' );
    border: 1px solid #FFFFFF;
}

.payOtherTableUpdateInvalidCC {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 115px;
    width: 100%;
}

.warningBoxOutter {
    width: 738px;
    border: 1px solid #FFAE73;
    float: left;
    margin-top: 10px;
}

.warningBox {
    width: 666px;
    background-color: #FFD3B3;
    background-image: url( '../images/v2/icon_warning.gif' );
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border: 1px solid #FFFFFF;
    padding: 5px 5px 5px 65px;
}

#print {
    text-align:right;
    font-size: 0.9em;
}

#purchaseDetails {
    width:100%;	
}

#purchaseDetails td {
    vertical-align: top;
}

.standHead {
    text-align:left;
    white-space:nowrap;
}

#purchaseDetails .download {
    vertical-align:middle;
    text-align:right;
}

#purchaseDetails th.recurHead {
    white-space:nowrap;
    vertical-align:top;
    text-align:right;
}

#purchaseDetails tr td.download .formSubmit{
    width:auto;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
}

#purchaseDetails tr.odd {
    background-color: #FCFFFF;
}

#purchaseDetails tr td {
    vertical-align:middle;
}

#purchaseDetails td.tax {
	text-align:right;
}

#purchaseDetails td.receipt {
    text-align:center;	
}

#purchaseDetails th.tax {
    text-align:right;
}

#purchaseDetails th.receipt {
    text-align:center;  
}

div.cbButtonStyle {
    display:inline-table;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
}

.cbButtonStyle a {
    border: none;
    padding: 0;
    margin: 0;
    background-color:white;
}

.cbButtonStyle table tr td {
    padding:0; margin:0;
}
    
.cbButtonStyle img {
    border: none;
    padding: 0;
    margin: 0;
}
    
.cbButtonStyleBg, .cbButtonStyleBg:focus {
    font-family: Verdana;
    font-size: 1.1em;
    color: white;
    white-space: nowrap;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: transparent;
    width:100%;
    height: 100%;
}

.cbButtonContainer {
    float: left;
    padding: 1px 5px;
}