BODY {
    margin: 0;
    width: 100%;
    text-align: left;
    font: 9px verdana, arial, san-serif;
}

p {
    font-family: Verdana, Geneva, Arial;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    line-height: 16px
}

.buttonRight {
    text-align: right;
    float: right;
    padding-right: 50px;
}

.buttonLeft {
    text-align: left;
    float: left;
    padding-left: 10px;
}

.date {
    font-family: Verdana, Geneva, Arial;
    text-decoration: none;
    font-size: 11px;
    color: #666666;
    line-height: 16px
}

.whiteText {
    color: #ffffff;
}

.input {
    border: #000000 1px inset;
    border-color: #000000 #666666 #666666 #000000;
    background-color: #ffffff;
    background-attachment: fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    height: 15px;
}

inputNOT {
    border: #000000 1px inset;
    border-color: #000000 #666666 #666666 #000000;
    background-color: #ffffff;
    background-attachment: fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

selectNOT {
    border: #000000 1px inset;
    border-color: #000000 #666666 #666666 #000000;
    background-color: #ffffff;
    background-attachment: fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

textarea.notes {
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
}

font {
    font-family: geneva, helvetica, verdana, arial;
    text-decoration: none;
    font-size: 17px;
    color: #676598;
    line-height: 16px
}

h1 {
    font-family: geneva, helvetica, verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #676598;
    line-height: 16px;
    margin-bottom: 0;
}

    h1 .subtitle {
        font-size: 14px;
        font-weight: normal;
        color: #592C81;
    }

    h1 .dialog {
        font-size: 14px;
    }

h2 {
    font-family: geneva, helvetica, verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #676598;
    line-height: 14px;
    margin-bottom: 0;
}

h3 {
    font-size: 11px;
    color: #0d3675;
    font-weight: normal;
    margin-bottom: 7px;
}

.emptyTemplate {
    font-family: geneva, helvetica, verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #676598;
    line-height: 14px;
    margin-bottom: 0;
    padding: 5px 5px 5px 5px;
}

a {
    font-weight: normal;
    color: #0b5bb4;
    text-decoration: none;
}

    a:hover {
        font-weight: normal;
        color: #0b5bb4;
        text-decoration: underline;
    }

    a:visited {
        color: #0b5bb4;
    }

    a.underlined {
        font-weight: normal;
        color: #0b5bb4;
        text-decoration: underline;
    }

        a.underlined:hover {
            font-weight: normal;
            color: #0b5bb4;
            text-decoration: underline;
        }

        a.underlined:visited {
            color: #0b5bb4;
        }


hr {
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
    width: 98%;
    border: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

ul, ul li {
    font-size: 11px;
}

    ul ul {
        margin-bottom: 15px;
    }

    ul.link {
        list-style-image: url(images/bullet.gif);
        margin: 0 0 0 10px;
    }

li.link {
    margin: 5px 0 0 10px;
}

.blue {
    color: #4472B9;
}

.black {
    color: Black;
}

.bold {
    font-weight: bold;
}

.dropcap {
    font-size: 18px;
    font-weight: normal;
}

.note {
    font-size: 11px;
    color: Black;
    margin: 0;
    padding: 0;
}

.tableNote {
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    color: Black;
    margin: -15px 0 15px 5px;
    padding: 0;
}

.afterTableNote {
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    color: Black;
    margin: 0 0 15px 5px;
    padding: 0;
}

.highlightColumn {
    font-weight: bold;
    background-color: aqua;
}

.boxList {
    text-align: left;
}

    .boxList ul {
        margin-left: 0;
    }

        .boxList ul li {
            position: relative;
            margin-left: 0;
            padding-left: 30px;
            padding-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            list-style-type: none;
            background-image: url(images/ListPurpleBoxArrow.gif);
            background-position: left;
            background-repeat: no-repeat;
        }

.informationBox {
    border: solid 1px #47a73b;
    background-color: #def8dd;
    text-align: left;
    padding: 10px 10px 5px 10px;
    margin: 5px 5px 5px 5px;
    font-size: small;
}


/*************************************************************
  content                         
*************************************************************/
.contentArea {
    padding: 0 5px 5px 18px;
}

    .contentArea p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 11px 0;
        padding: 0;
    }

.homeTable {
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid #4271B9;
    background-color: White;
}

    .homeTable p {
        font-size: 11px;
        line-height: 12px;
    }

.homeTableHeader {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    color: #FFFFBB;
    background-color: #4271B9;
}

.infoTable {
    border: #BDC6E5 1px solid;
    padding: 6px 10px 10px 10px;
    font-size: 11px;
    line-height: 14px;
    color: #444444;
    background-color: white;
}

    .infoTable p {
        font-size: 11px;
        line-height: 14px;
        margin: 10px 10px 10px 10px;
        background-color: White;
    }

.infoTableHeader {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFCC;
    background-image: url(images/Infotable_Bar.gif);
}

.infoTableLeftCurve {
    background-image: url(images/Infotable_LeftCurve.gif);
    background-repeat: no-repeat;
}

.infoTableRightCurve {
    background-position: right top;
    background-image: url(images/Infotable_RightCurve.gif);
    background-repeat: no-repeat;
}

.boxTable {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border: 1px solid #BDC6E5;
    background-color: #E0E4F3;
}

.plainBoxTable {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}


.boxMax {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    border: 1px solid #BDC6E5;
    background-color: #F8C9CC;
}

.boxLim {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    border: 1px solid #BDC6E5;
    background-color: #E1DEFE;
}

.boxAct {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    border: 1px solid #ffffff;
    background-color: #FFFFCE;
}

.boxWhite {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 0px;
    background-color: #FFFFFF;
}

.boxGray {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 2px solid;
    border-color: #006;
    background-color: #fff;
}

.boxGray2 {
    font-size: 13px;
    color: #000000;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 0px;
    background-color: #EBEBEB;
}

.boxWhite h2 {
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    padding-bottom: 7px;
}

.noMargin {
    margin: 0px 0px 0px 0px;
}

.dataTable {
    color: #000000;
    margin: 0px 10px 15px 5px;
    /*padding: 0px;*/
    border: solid 1px #C9CDD0;
    background-color: #FFFFFF;
}

.dataTableHeaderHighlighted {
    background-color: #DFD7E0;
    height: 18px;
    font-family: Arial;
    font-size: 12px;
    color: #000055;
    vertical-align: middle
}

.dataTableHeader {
    background-color: #939AA0;
    color: #ffffff;
}

.dataTableBorderTop td {
    border-top: 2px solid #939AA0;
}

.dataTableBorderTop td {
    border-top: 2px solid #939AA0;
}


.dataTableHeader a {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}


.dataTableHeader th, .dataTableHeader td {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 5px;
    margin: 0px 0px;
    color: #ffffff;
    border-bottom: solid 1px #EDEDF7;
}

.dataTableSubheader {
    font-weight: bold;
    font-size: 12px;
    padding: 12px 0px 6px 0px;
}

.dataTableSeperator {
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
    color: #666666;
    border-bottom: #bdc6e5 1px solid;
    background-color: #939AA0;
}

.dataTableRow {
    /*line-height: 18px;*/
    background-color: white;
}

.dataTableRowShade {
    /*line-height: 18px;*/
    background-color: #EDEDF7;
}

.dataTableRow td:first-child {
    border-left: none;
}

.dataTableRow td {
    padding: 3px 3px;
    border-left: solid 2px white;
}

.dataTableRowShade td:first-child {
    border-left: none;
}

.dataTableRowShade td {
    padding: 3px 3px;
    border-left: solid 2px white;
}

    .dataTableRowShade td td {
        border-left: none;
    }

.correlationDataTable tr td {
    border-left: none;
}


.dataTableTotal {
    background-color: #939AA0;
}

    .dataTableTotal td {
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        padding: 5px 5px;
        border-top: solid 1px #BEBEE0;
    }

.dataTableLabel {
    font-size: 11px;
    color: #666666;
    text-align: right;
    line-height: 16px;
    padding-right: 10px;
    white-space: nowrap;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.dataTableEditor {
    font-size: 11px;
    color: Black;
    text-align: left;
    line-height: 16px;
    padding-right: 10px;
    white-space: nowrap;
}

.dataTableValue {
    font-size: 11px;
    color: Black;
    text-align: left;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.dataTableLabelBig {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: right;
    line-height: 16px;
    padding-right: 10px;
    white-space: nowrap;
}

.dataTableEditorBig {
    font-size: 14px;
    color: Black;
    text-align: left;
    line-height: 16px;
    padding-right: 10px;
    white-space: nowrap;
}

.dataTableCurrency {
    text-align: right;
    padding-right: 10px;
}

.goldenrod {
    background-color: #fbe37c !important;
}

.dataTableButtons {
    text-align: left;
    /*float: left;*/
}

.Currency {
    text-align: right;
    padding-right: 10px;
}

.dataTableCellBox {
    text-align: left;
    vertical-align: top;
    border: solid 1px #BDC6E5;
}

.boxEntryTable {
    border-right: black thin solid;
    padding-right: 2px;
    border-top: black thin solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: black thin solid;
    color: black;
    padding-top: 2px;
    border-bottom: black thin solid;
    background-color: white;
    text-align: center;
}

    .boxEntryTable tr td {
        color: Black;
    }

.boxEntryTableCurrency {
    border-right: black thin solid;
    padding-right: 10px;
    border-top: black thin solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: black thin solid;
    color: black;
    padding-top: 2px;
    border-bottom: black thin solid;
    background-color: white;
    text-align: right;
}

    .boxEntryTableCurrency tr td {
        color: Black;
    }

.dataGridRight {
    text-align: right;
}

.dataGridDate {
    text-align: center;
}

.dataGridCurrency {
    text-align: right;
    padding-right: 5px;
}

.dataTable td {
    /*	vertical-align: baseline;*/
}


.dataTablePaging table {
    border-spacing: 4px;
    margin: 1px 0px 2px 0px;
}

.dataTablePaging span, .dataTablePaging a {
    padding: 4px;
    margin: 0px;
}

.dataTablePaging span {
    color: black;
    background-color: white;
    border: solid 1px black;
}

.dataTablePaging a {
    background-color: #EDEDF7;
    border: solid 1px #939AA0;
}

    .dataTablePaging a:hover {
        background-color: white;
        border: solid 1px black;
    }


.borderBottom td {
    border-bottom: 1px solid #BDC6E5;
}

.noborder {
    border: none;
    background-color: Transparent;
}

.borderLeft {
    border-left: 1px solid #BDC6E5;
}

.borderRight {
    border-right: 1px solid #BDC6E5;
}

.borderBottom {
    border-bottom: 1px solid #BDC6E5;
}

.borderTop td {
    border-top: 1px solid #BDC6E5;
}

.borderTop td {
    border-top: 1px solid #BDC6E5;
}

.text {
    padding: 0px 34px 0px 34px;
}

.highlight {
    background-color: #F0F0F8;
}

.yellowHighlight {
    background-color: yellow;
}

.dialogTable {
    /*padding: 17px 34px 17px 34px;*/
    border: 1px solid #CFD8F2;
    background-color: White;
    width: 600px;
}

.dialogTableAetna {
    /*padding: 17px 34px 17px 34px;*/
    border: 1px solid #CFD8F2;
    background-color: White;
    width: 320px;
}

.dialogTableContent {
    padding: 17px 34px 17px 34px;
}

.dialogTableHeader {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    text-align: left;
    padding: 12px 8px 8px 8px;
    background-color: #BDC6E5;
    background-image: url(Images/BodyTitle.gif);
    border-bottom: 1px solid #BDC6E5;
    margin-bottom: 15px;
}

.searchTable {
    font-size: 12px;
    color: #333333;
    line-height: 13px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border: 1px solid #BDC6E5;
    border-collapse: collapse;
    background-color: White;
}

    .searchTable td {
        padding-left: 11px;
        padding-right: 10px;
        border: 1px solid #BDC6E5;
    }

.searchTableHeader {
    font-size: 10px;
    padding: 15px 0px 5px 0px;
    background-color: #BDC6E5;
    white-space: nowrap;
    vertical-align: bottom;
}

.searchTableRow {
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 10px;
}

.bkg {
    background-color: #F0F0F8;
}

.currentPage {
    color: #BDC6E5;
}

.RequiredIndicator {
    color: #FF0000;
}

.errorText {
    color: #FF0000;
}

.error {
    color: #FF0000;
    border: 1px solid #FF0000;
}

.errorTable {
    font-size: 11px;
    color: #FF0000;
    line-height: 14px;
    margin: 10px 0px 10px 0px;
    padding: 10px 34px 5px 34px;
    border: 2px solid #FF0000;
    background-color: White;
}

    .errorTable p {
        color: #FF0000;
        font-weight: bold;
    }

.appStepsTable {
    font-size: 11px;
    color: #CFD4E5;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    background-color: #F9FAFD;
    border-bottom: 1px solid #CFD8F2;
}

    .appStepsTable .title {
        font-weight: bold;
        color: #003366;
    }

    .appStepsTable .currentStep {
        color: #003366;
        font-size: 12px;
    }

    .appStepsTable .nonCurrentStep {
        color: #666666;
        font-size: 12px;
    }

    .appStepsTable .stepRow {
        height: 17px;
    }

    .appStepsTable a {
        font-weight: normal;
        color: #98A2BD;
    }

        .appStepsTable a:hover {
            font-weight: normal;
            color: #98A2BD;
            text-decoration: underline;
        }

        .appStepsTable a:visited {
            color: #98A2BD;
        }

.fieldNote {
    color: #696969; /*DimGray*/
}

.wizardheader {
    background-color: #d3d3d3;
    margin-bottom: 20px;
}

.wizardstep {
    padding-top: 20px;
}

.wizardnavigation {
    text-align: left;
}

.verticalCellSeparation {
    padding: 2px 0px 2px 0px;
}
/*************************************************************
  footer                        
*************************************************************/
.footer {
    text-align: center;
    padding-top: 0px;
}

    .footer p {
        font-size: 11px;
        color: #CCCCCC;
        margin: 0;
        padding-bottom: 5px;
    }

    .footer .copyright {
        color: #999999;
        font-size: 12px;
    }


/*************************************************************
  Monthly Statement Style
*************************************************************/

li.MS-SubaccountList {
    list-style-type: none;
    font-weight: bold;
    font-size: large;
    font-family: Sans-Serif;
}

li.MS-SubaccountListStatementDate {
    margin-left: 10pt;
    list-style-type: none;
    font-size: medium;
    font-family: Sans-Serif;
}

/**************************************************************
  Errors and Exceptions
**************************************************************/

.ErrorHeader {
    color: Red;
    font-size: large;
}

.ErrorException {
    white-space: pre;
    border-style: dashed;
    border-width: 1px;
    background-color: #66ffff;
    margin-left: 10px;
    padding: 5px;
}


/************ Information Tooltip ***********************************/
.infoTooltip {
    border-bottom: 1px dashed #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .infoTooltip span {
        color: black;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        display: block;
        padding: 10px;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 99;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 200px;
        visibility: hidden;
    }

    .infoTooltip:hover span {
        visibility: visible;
    }

    .infoTooltip span {
        background: #FFFFAA;
        border: 1px solid #FFAD33;
    }

        .infoTooltip span.critical {
            background: #FFCCAA;
            border: 1px solid #FF3334;
        }

        .infoTooltip span.help {
            background: #9FDAEE;
            border: 1px solid #2BB0D7;
        }

        .infoTooltip span.info {
            background: rgb(102, 255, 255);
            border: 1px solid #2BB0D7;
        }

        .infoTooltip span.warning {
            background: #FFFFAA;
            border: 1px solid #FFAD33;
        }
/************ Purple Header/footer ***********************************/

.purpleHeaderTop {
    background-image: url(Images/PurpleHeaderTop.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 100%;
}

.purpleHeaderTopLeft {
    background-image: url(Images/PurpleHeaderTopLeft.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 100%;
}

.purpleHeaderTopRight {
    background-image: url(Images/PurpleHeaderTopRight.gif);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
}

.purpleFooterBottom {
    background-image: url(Images/PurpleFooterBottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 100%;
}

.purpleFooterBottomLeft {
    background-image: url(Images/PurpleFooterBottomLeft.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 100%;
}

.purpleFooterBottomRight {
    background-image: url(Images/PurpleFooterBottomRight.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
}

.purpleShadeBottom {
    background-image: url(Images/PurpleFooterShadeBottom.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F3F3FA;
    height: 100%;
}

.purpleShadeBottomLeft {
    background-image: url(Images/PurpleFooterShadeBottomLeft.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 100%;
}

.purpleShadeBottomRight {
    background-image: url(Images/PurpleFooterShadeBottomRight.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
}

.rowShadeDark {
    background-color: #EDEDF7;
}

.rowShadeLight {
    background-color: #F5F5FF;
}



.stepHeader {
    font-size: 18px;
    color: Purple;
}

.consoleOnlyColumn {
    background-color: #ffcc00;
}

.consoleOnly {
    border: solid 1px black;
    background-color: #ffcc00;
}


.hangingIndent {
    text-indent: -22px;
    line-height: 100%;
    text-align: left;
    margin: 0px 0px 0px 22px;
    padding: 0px;
}

.HEWizardHeaderPrevious {
    font-weight: normal;
    color: Purple;
}

.HEWizardHeaderCurrent {
    font-size: medium;
    font-weight: bold;
    color: Purple;
}

.HEWizardHeader {
    font-weight: normal;
    color: Black;
}

.wizardStepDescription {
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #def8dd;
    border: solid 1px #47a73b;
    text-align: left;
    vertical-align: middle;
}

.wizardStepDescriptionNoPad {
    padding: 2px 2px 2px 2px;
    margin: 10px 0px 0px 0px;
    background-color: #def8dd;
    border: solid 1px #47a73b;
    text-align: left;
    vertical-align: middle;
}

.wizardStepError {
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #ffffcc;
    border: solid 1px red;
    text-align: left;
    vertical-align: middle;
    color: red;
}

    .wizardStepError p {
        color: red;
    }

.wizardstep .sectionHeader {
    color: Purple;
    font-size: large;
    height: 26px;
    width: 100%;
}

.wizardstep .sectionSubheader {
    color: Gray;
    font-size: small;
    width: 100%;
}

.requiredTextBox {
    border: solid 1px #9999DD;
    padding: 2px;
    background-color: #FFFFDD;
}

.disabledTextBox {
    border: solid 1px #BBBBBB;
    padding: 2px;
}

.requiredDropDown {
    border: solid 1px #9999DD;
    background-color: #FFFFDD;
}

.disabledDropDown {
    border: solid 1px #BBBBBB;
}


.validatorSummary {
    background-color: #FFFFDD;
    border: solid 1px rgb(51, 102, 153);
    position: absolute;
    top: 337px;
    left: 667px;
    padding: 0px 0px 0px 0px;
    width: 180px;
    text-decoration: none;
}

    .validatorSummary a {
        text-decoration: none;
        color: #da3e3e;
    }

    .validatorSummary h1 {
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 5px 0px;
        background-color: rgb(51, 102, 153);
        color: #FFFFDD;
        font-size: 12px;
        font-weight: bold;
        padding-left: 5px;
        text-decoration: none;
        text-align: center;
    }

        .validatorSummary h1 a {
            color: #FFFFDD;
        }

    .validatorSummary ul {
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .validatorSummary ul li {
            text-decoration: none;
        }

.ftl-error {
    display: block;
    font-weight: 700;
}

span.ftl-error[style*="hidden"] {
    display: none !important;
}
/*************************************
* Collapsible Panel
*************************************/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 800px;
    background-color: #939BA1;
    color: #FFF;
    font-weight: bold;
}

/*************************************
* Modal Popup
*************************************/
.popupControl {
    /*background-color:#AAD4FF;*/
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #EDEDF7;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

/*************************************
* Masked Editing Fields
*************************************/

.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

/*************************************
* Move a control offscreen
*************************************/
.offscreen {
    position: absolute;
    margin-left: -9999px;
}

/*************************************
* Agreement Page Styles
*************************************/
.AgreementDocumentDiv {
    clear: both;
    display: block;
    float: none;
    overflow: auto;
    background-color: #FFFFFF;
    width: 580px;
    height: 300px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: White;
    border: solid 1px #E4E4EB;
}

/***********************************
* Autocomplete Styles
***********************************/

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: hidden;
    text-align: left;
    padding: 0;
    z-index: 1000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
    text-decoration: none;
    list-style: none none inside;
    margin: 0;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    text-decoration: none;
    margin: 0;
}

/************************************
* Entry Form
*************************************/

.HEEntryForm span.entryLabel {
    width: 125px;
    float: left;
    text-align: right;
    margin-right: 5px;
    min-height: 25px;
    color: #666666;
    white-space: nowrap;
}

.HEEntryForm div.entryRow div.entryRight {
    clear: right;
}

.HEEntryForm div.entryColumn div.entryLabel {
    color: #666666;
    white-space: nowrap;
}

.HEEntryForm div.entryRow {
    clear: both;
    min-height: 25px;
}

    .HEEntryForm div.entryRow div {
        clear: none;
        float: left;
        margin-right: 5px;
    }

        .HEEntryForm div.entryRow div.entryColumn div {
            float: none;
            margin-right: 10px;
        }

.HEEntryForm .dataCurrency {
    text-align: right;
}

.HEEntryForm span.dataCurrency {
    float: left;
    width: 75px;
}

.HEEntryForm .entryData {
    float: left;
    width: 100px;
}

.HEEntryGroup {
    border: 1px solid black;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}

    .HEEntryGroup h2 {
        background-color: #0D3675;
        color: White;
        font-size: 14pt;
        padding: 5px 5px 5px 5px;
        margin: -5px -5px 5px -5px;
    }

        .HEEntryGroup h2 a {
            color: white;
        }

            .HEEntryGroup h2 a:visited {
                color: white;
            }

            .HEEntryGroup h2 a:hover {
                color: white;
                text-decoration: underline;
            }

    .HEEntryGroup hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

span.HEUpdateControl a.UpdateLink {
    margin-left: 5px;
}

.dataRowGreen {
    color: #000000;
    background-color: #54b948;
}

.Invisible {
    display: none;
}

.Divider {
    width: 925px;
    height: 1px;
    background-color: Gray;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.homePageSubtitle {
    font-size: 13px;
    font-weight: bold;
}

.warningBox {
}

    .warningBox .warningText {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .warningBox .tlinkButton {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

#rxOnlyWarning-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    height: 200px;
    width: 400px;
    background-color: white;
    padding: 12px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../img/basic/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h3 {
    color: #84b8d9;
}

.checkbox-cell td {
    word-break: break-all;
    padding: 0px 4px;
}

.checkbox-cell td input[type=checkbox] {
    margin-left: 0px;
}

.checkbox-cell.sm td {
    width: 250px;
}

/* 
    There are some benefit group names that are quite long, this style preserves the length without compromising the UI as much
*/
.benefitGroupName-cell {
    word-break: break-all;
    white-space: normal;
    width: 40ch;
}