﻿/* ELEMENT CSS START */
body {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    margin: 0 auto;
    padding: 0;
    background-color: #cccccc;
    width: 1000px;
}

form {
    clear: none;
    margin: 1px 0 0 0;
}

legend {
    color: #0046D5;
    font-size: 10pt;
    font-weight: bold;
}

td {
    vertical-align: top;
}

/* order of these classes matter */
a:link {
    color: #0000ff;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: #cc0717;
}

a:visited {
    text-decoration: underline;
    color: #0000ff;
}

a:hover {
    text-decoration: none;
    color: #cc0717;
}

/* ELEMENT CSS END */

/* CONTROL ID CSS START */

#brand_bar {
    background-image: url(../../images/bgHeader.jpg);
    background-repeat: repeat-x;
    height: 130px;
    width: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    border-width: 0;
}

#nav_bar {
    background-image: url(../../images/bgMenubar.jpg);
    background-repeat: repeat-x;
    height: 30px;
    width: 980px;
    color: #FFF;
    margin: 0;
    padding: 0;
    clear: both;
}

/* CONTROL ID CSS END */

/* CLASS CSS START */

.top_nav {
    background-image: url(../../images/bgVisiblebar.jpg);
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
    color: white;
    z-index: 1000;
}

.divBlue a {
    color: #0000FF;
    text-decoration: none;
}

    .divBlue a:hover {
        color: #0000FF;
        text-decoration: none;
    }

.panSubTitle {
    font-weight: bold;
    color: #ff0000;
}

DIV.helpContent {
    text-align: left;
    font-size: xx-small;
    background-color: #FFFFCC;
    font-weight: normal;
    border-top: 0;
    border-bottom: 4px #CCCCCC inset;
    border-left: 0;
    border-right: 4px #CCCCCC inset;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ValidationError {
    font-weight: normal;
    font-size: 9pt;
    color: Red;
    text-align: left;
    width: 190px;
    float: left;
}

.NMLSMsg {
    font-weight: normal;
    font-size: 8pt;
    color: Red;
    text-align: left;
    width: 600px;
    background-color: #FFFFCC;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px;
}
/* *************** START - Duplication Error *************** */

.DuplicationError {
    background-color: #FFFFCC;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px;
}

/* *************** Ends - Duplication Error *************** */
.blueBar {
    background-image: url(../../images/blueBar.gif);
    background-repeat: repeat-x;
    color: #FFF;
    height: 28px;
    width: 980px;
    font-weight: bold;
    text-align: left;
    vertical-align: baseline;
}

    .blueBar a:link {
        color: white;
    }

    .blueBar a:hover {
        color: white;
        text-decoration: underline;
    }

.blueBarSmall {
    background-image: url(../../images/blueBar.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: 980px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: baseline;
}

.LabelBold {
    font-weight: bold;
}

.gridBorder {
    background-color: #333399;
    color: #FFFFFF;
    font-weight: bold;
}

.gridHeader {
    background-color: #333399;
    color: white;
    font-weight: bold;
    text-align: left;
}

.gridCustomHeader {
    background-color: #D4D0C8;
    color: black;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.gridCustomHeaderRed {
    background-color: #D4D0C8;
    color: red;
    font-weight: bold;
    text-align: left;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.gridCustomHeaderLeft {
    background-color: #D4D0C8;
    color: black;
    font-weight: bold;
    text-align: left;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
}

.gridCustomHeaderRight {
    background-color: #D4D0C8;
    color: black;
    font-weight: bold;
    text-align: left;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.gridCustomRow {
    background-color: #f4f4f4;
    color: black;
    font-weight: normal;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.gridCustomAltRow {
    background-color: #ffffff;
    color: black;
    font-weight: normal;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.gridGroupHeader {
    background-color: #FFFFFF;
    color: black;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    border-width: 0;
}

.gridFooter {
    background-color: #333399;
    color: #CCCCCC;
    font-weight: bold;
    text-align: center;
}

.gridRow {
    background-color: #CCCCCC;
    color: #000099;
    font-weight: normal;
}

.gridAltRow {
    background-color: #FFFFFF;
    color: #000099;
    font-weight: normal;
}

.PriceGridRow {
    background-color: #CCCCCC;
    color: #000099;
    font-weight: normal;
    text-align: center;
}

.PriceGridAltRow {
    background-color: #FFFFFF;
    color: #000099;
    font-weight: normal;
    text-align: center;
}


.gridTitle {
    font-style: normal;
    font-weight: bold;
    border-right: black 1px outset;
    padding-right: 5px;
    border-top: black 1px outset;
    padding-left: 5px;
    border-left: black 1px outset;
    border-bottom: black 1px outset;
    background-color: #E5E4E4;
    color: black;
    cursor: hand;
}

.datarow {
    font-style: normal;
    text-decoration: none;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.wizardImageContainer 
{
    float: right;
    width: 200px;
    padding-right: 50px;
}

.wizardImage 
{
    float: left;
}

.pad8 {
    padding-left: 8px;
}

.pad10 {
    padding-left: 10px;
}

.popupTitle {
    text-align: left;
    font-size: 18px;
    color: #3f3f3f;
    padding: 5px;
}

.PageTitle {
    text-align: left;
    color: #3F3F3F;
    font-size: 18px;
    margin: 5px 5px 10px 0;
    padding-left: 10px;
}

.grayPageTitle {
    border-bottom: 1px inset #CCCCCC;
    border-color: #CCCCCC;
    color: #9CA696;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.LabelBoldWhite {
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

.LabelNormalWhite {
    font-weight: normal;
    color: #ffffff;
}

.LabelWhiteBold {
    font-weight: bold;
    color: #ffffff;
}

.LabelBold {
    font-weight: bold;
}

.LabelBoldPreview {
    font-size: 14px;
    font-weight: bold;
}

.LabelBoldBlue {
    font-weight: bold;
    color: #0000ff;
}

.LabelNormal {
    font-size: 9pt;
}

.LabelNormalRed {
    color: #ff0000;
}

.LabelNormalGrey {
    font-style: italic;
    color: Gray;
}

.LabelBoldMAC {
    font-size: 10px;
    font-weight: bold;
}

.LabelNormalMAC {
    font-size: 10px;
}

.LabelNormalPrint {
    font-size: 9pt;
}

.LabelNormalLink {
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

.BORDERLEL {
    border-left: 1px black solid;
    border-top: 1px black solid;
}

.BORDERREL {
    border-right: 1px black solid;
    border-top: 1px black solid;
}

.BORDERCEL {
    border-top: 1px black solid;
}

.BORDERCELBOTTOM {
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}

.ELPanelForSession
{
    width: 440px;
    padding-bottom: 20px;
    background-color: white;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}
.ELPanelForSession div
{
    width: 90%;
    margin-left: 20px;
    font-family: Verdana,​Arial,​sans-serif;
}
.EnvironmentWarning {
    top: 110px;
    width: 560px;
    position: absolute;
    font-weight: bold;
    font-size: 9pt;
    color: red;
    background: yellow;
    padding: 3px;
    border-bottom: 1px solid black;
}

.moreDetailsPanel {
    text-align: left;
    background-color: #FFFFCC;
    font-size: xx-small;
    font-weight: normal;
    border-top: 2px;
    border-bottom: 2px #CCCCCC inset;
    border-left: 2px #CCCCCC outset;
    border-right: 2px #CCCCCC inset;
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Error {
    font-weight: bold;
    color: Red;
    text-align: left;
    width: 300px;
}

.loginError {
    font-weight: bold;
    color: Red;
}

.panel {
    font-weight: bold;
    color: #000000;
}

DIV.helpPopup {
    text-align: left;
    background-color: #FFFFCC;
    font-size: XX-small;
    font-weight: normal;
    border-top: 0;
    border-bottom: 4px #CCCCCC inset;
    border-left: 0;
    border-right: 4px #CCCCCC inset;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 350px;
    position: absolute;
    z-index: 1;
}
/* *************** START - Modal Popup style *************** */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.3;
}
/* *************** END   - Modal Popup style *************** */

/* *************** START - Navigation page styles *************** */
a.LabelRedLink:link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a.LabelRedLink:active {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a.LabelRedLink:visited {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a.LabelRedLink:hover {
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
}

a.LabelWhiteLink:link {
    color: White;
    text-decoration: none;
}

a.LabelWhiteLink:active {
    color: White;
    text-decoration: none;
}

a.LabelWhiteLink:visited {
    color: White;
    text-decoration: none;
}

a.LabelWhiteLink:hover {
    color: White;
    text-decoration: none;
}

/* *************** END - Navigation page styles *************** */
/* *************** START - Image Gray Out *************** */
.imageGray {
    background-color: Gray;
    filter: alpha(opacity=20);
    opacity: 0.5;
}
/* *************** END   - Image Gray Out *************** */
/* *************** START - Image Gray Out *************** */
.bulletList {
    list-style-type: square;
    padding: 5px 5px 5px 5px;
}

.bulletListItems {
    padding-bottom: 5px;
}
/* *************** END   - Image Gray Out *************** */
.agentPhoto {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 8px;
    width: 90px;
}

.GradientButtonBlue {
    padding: 4px 5px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0066A9;
    background-color: #F7F7F7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #0066A9;
    background-image: linear-gradient(to top, #52A2D4 0, #0066A9 100%);
}

.accordionFO {
    width: 100%;
}

.accordionHeaderFO {
    border: 1px solid gray;
    color: black;
    background-color: #CFCFCF;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 95%;
}

.accordionHeaderSelectedFO {
    border: 1px solid gray;
    color: black;
    background-color: gray;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 95%;
}

 .accordionContentFO table
    {
        width:95%;
        /*margin-left:30px;*/
    }
    .accordionContentFO td
    {
        padding-top:5px;
        padding-bottom:5px;
    }
.accordionContentFO {
    background-color: #CFCFCF;
    border: 1px dashed gray;
    border-top: none;
    padding-top: 10px;
    width: 95%;

}

.accordionPageerror {
    border: 1px solid red;
    color: red;
    background-color: white;
    width: 100%;
}

/* CLASS CSS END */

/* HEADER CSS START */
.cartHover1 {
    background-color: #0066A9;
    resize: vertical;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 0 10px 5px #0066A9;
}

.top_nav a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

    .top_nav a:hover {
        color: white;
        text-decoration: underline;
    }

.headerName {
    font-size: 13px;
    font-weight: bold;
}

.lbState {
    font-size: 8pt;
    font-style: italic;
    color: gray;
}

#brand_bar a {
    text-decoration: none;
    cursor: pointer;
}

    #brand_bar a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.cartPopup {
    background-color: #D6E3E7;
    border-color:ButtonShadow;
    width: 250px;
    z-index: 1000;
}

    .cartPopup a {
        color: black;
        cursor: pointer;
        text-decoration: none;
    }

        .cartPopup a:hover {
            color: #ff0000;
            cursor: pointer;
            text-decoration: underline;
        }

.myAccountPopup {
    padding: 0;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    border-style: outset;
    width: 150px;
}

.subMenu {
    border-bottom: 1px inset #CCCCCC;
    border-color: #CCCCCC;
    border-left: 1px outset #CCCCCC;
    border-right: 1px outset #CCCCCC;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    width: 225px;
    z-index: 99999;
}

.hoverDynamicMenu {
    z-index: 99999;
}

#divMainMenu {
    margin-left: 100px;
}

    #divMainMenu a {
        color: white;
    }

        #divMainMenu a:hover {
            color: white;
            text-decoration: none;
        }

    #divMainMenu span {
        cursor: pointer;
    }

    #divMainMenu .subMenu a {
        color: black;
    }

        #divMainMenu .subMenu a:hover {
            color: red;
        }

.popupMenuStyle:hover {
    background-color: #CCCCCC;
    color: #FF0000;
    position: relative;
    z-index: 99999;
}

.popupMenuStyle {
    background-color: #D6E3E7;
    border-bottom: solid 1px #CCCCCC;
    border-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    width: 150px;
    z-index: 9999;
}

    .popupMenuStyle a {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

        .popupMenuStyle a:hover {
            color: #FF0000;
            text-decoration: none;
        }
/* HEADER CSS END */

/* FOOTER CSS START */
#divFooter {
    color: white;
}

    #divFooter a {
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

        #divFooter a:hover {
            color: white;
            cursor: pointer;
            text-decoration: none;
        }

    #divFooter .cellMiddle {
        margin-top: 10px;
    }

    #divFooter .cellMiddleText {
        margin-left: 8px;
        margin-top: 12px;
    }

    #divFooter .cellMiddleContent {
        margin-top: 5px;
        font-size: 7pt;
        margin-right: 8px;
    }

.footer {
    background-image: url(../../images/bgfooter_bar.jpg);
}
/* FOOTER CSS END*/
.divPreNext
{
    width:95%;
    text-align:right;
}
    .divPreNext input
    {
        margin-right:10px;
    }

    .singlePricing {
        height: 100px;
    }

.warning {
    top: 115px;
    width: 620px;
    position: absolute;
    font-weight: bold;
    font-size: 9pt;
    color: red;
    background: yellow;
    padding: 3px;
    border-bottom: 1px solid black;
}

.ELInfoPanel {
    background-color: white;
    text-align: left;
}

.cancelPopContent {
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    width:400px;
    text-align:center;
    font-size: 15px;
}


.detailBlockTitle {
    background-color: #a1a1a1;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.detailBlockContent {
    background-color: #D4D0C8;
    border: 1px dashed #6b6b6b;
    border-top: none;
    padding: 5px;
    margin-bottom: 5px;
}

.faq {
    text-align: left;
    padding: 10px;
}

.faq .current {
    color: red;
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}