[id="site_wrapper"] input, .modal-open [class^="popUp"] input, .modal-open .CSS-PopUp input
{
    padding: 2px; /* Yes */
}

[id="site_wrapper"] a, .modal-open [class^="popUp"] a, .modal-open .CSS-PopUp a
{
    font-size: 10px;
    text-decoration: underline;
    color: #158ED1;
}

a.bc_button:hover, .legacy-btn:hover {
    background: -webkit-linear-gradient(#fafafa, #aaaaaa);
    background: linear-gradient(#fafafa, #aaaaaa);
    border: 1px solid #CCC;
}
a.bc_button:active, .legacy-btn:active {
    background: -webkit-linear-gradient(#fafafa, #aaaaaa);
    background: linear-gradient(#fafafa, #aaaaaa);
    border: 1px solid #CCC;
}

a.bc_button, .legacy-btn {
    /* By default this button will size to fit your text... */
    /* Set up the font... family, weight, color, etc. */
    font-family: Arial;
    font-weight: 500;
    font-size: 9px !important;
    color: #494949 !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #fff;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;

    /* Make the  button look nice. =) */
    display: block;
    padding: .1em 7px;
    border: 1px solid #AAA;
    border-radius: 100px;
    background: #e6e6e6;
    background: -webkit-linear-gradient(#fafafa, #d7d7d7);
    background: linear-gradient(#fafafa, #d7d7d7);
}

/* Convert image button to html-based button*/
.legacy-btn__group {
    display: block;
    width: 100%;
    max-width: 878px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.legacy-btn__group .legacy-btn {
    border-radius: 0;
    border-right-width: 0;
}

.legacy-btn__group .legacy-btn:first-child {
    border-radius: 100px 0 0 100px;
}

.legacy-btn__group .legacy-btn:last-child {
    border-radius: 0 100px 100px 0;
    border-right-width: 1px;
}

.legacy-btn__group--border:before {
    content: "";
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 50%;
    left: .5em;
    right: .5em;
}

.legacy-btn {
    display: inline-block;
    margin-right: -4px;
    padding: 3px 15px;
    position: relative;
}

.legacy-tab {
    background: linear-gradient(to bottom, #eaeaeb, #fff);
    border: solid #bebebe;
    border-width: 1px 1px 0 1px;
    box-shadow: 1px -2px 6px -1px #d9d9d9, inset 1px 1px 1px #fff, inset -1px 1px 1px #fff;
    color: #767676 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Garamond", "EB Garamond", serif;
    font-variant: small-caps;
    font-size: 18px !important;
    letter-spacing: 4px;
    margin: 0 0 0 -2px;
    padding: .5em .8em;
    position: relative;
    opacity: .5;
    text-shadow: 0px 1px 4px #fff;
    text-transform: none !important;
    transition: opacity 120ms ease-in;
}

.legacy-tab__link {
    cursor: inherit;
    color: inherit !important;
    font-size: inherit !important;
    text-decoration: none !important;
}

.legacy-tab__link:hover {
    text-decoration: none;
}

.legacy-tab--active, .legacy-tab:hover {
    opacity: 1;
}

.legacy-tab--active::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #fff;
}

.legacy-tab__container {
    width: 100%;
    padding: 0 2em;
    margin: 2em 0 3em;
    box-sizing: border-box;
    border-bottom: 1px solid #bebebe;
}

.legacy-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "EB Garamond", "Times New Roman", serif;
    font-variant: small-caps;
    font-size: 1.5em;
    letter-spacing: .2em;
    line-height: 1.5;
    color: #767676;
}

.legacy-title--gold {
    color: #aa9454;
}

.legacy-title--sm {
    font-size: 1.2em;
}

.legacy-title--lg {
    font-size: 1.75em;
}

a.bc_button.med_button {
    /* You can define further CSS classes like this one to create
     * basic buttons with slightly differing styles.  */
    width: 165px;
}

a.bc_button.button_bar {
    /* You can define further CSS classes like this one to create
     * basic buttons with slightly differing styles.  */
    width: 90px;
    margin-left: 1px;

    border: 1px solid rgb(212, 203, 176);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: rgb(244, 241, 232);
    background: -webkit-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -moz-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -ms-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -o-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
}

a.bc_button.button_bar.two {
    /* You can define further CSS classes like this one to create
     * basic buttons with slightly differing styles.  */
    width: 200px;
    margin-left: 1px;

    border: 1px solid rgb(212, 203, 176);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: rgb(244, 241, 232);
    background: -webkit-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -moz-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -ms-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: -o-linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
    background: linear-gradient(rgb(250, 249, 244), rgb(234, 229, 207));
}

a.bc_button.button_bar.left {
    border-radius: 100px 0px 0px 100px;
    -webkit-border-radius: 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px;
}

a.bc_button.button_bar.right{
    border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
}

a.bc_button.button_bar:hover {
    background: -webkit-linear-gradient(rgb(250, 246, 238), rgb(224, 209, 166));
    background: -moz-linear-gradient(rgb(250, 246, 238), rgb(224, 209, 166));
    background: -ms-linear-gradient(rgb(250, 246, 238), rgb(224, 209, 166));
    background: -o-linear-gradient(rgb(250, 246, 238), rgb(224, 209, 166));
    background: linear-gradient(rgb(250, 246, 238), rgb(224, 209, 166));
    border: 1px solid #CCC;
}
a.bc_button.button_bar:active {
    background: -webkit-linear-gradient(rgb(250, 246, 238), rgb(200, 185, 140));
    background: -moz-linear-gradient(rgb(250, 246, 238), rgb(200, 185, 140));
    background: -ms-linear-gradient(rgb(250, 246, 238), rgb(200, 185, 140));
    background: -o-linear-gradient(rgb(250, 246, 238), rgb(200, 185, 140));
    background: linear-gradient(rgb(250, 246, 238), rgb(200, 185, 140));
    border: 1px solid #CCC;
}

div.bc_popup_title {
    /* Used for things like a popup requesting more information. */
    padding-top: 1.75em;

    /* We should use this font stack for all serif text in the future. */
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "EB Garamond", "Times New Roman", serif;

    font-variant: small-caps;
    font-size: 1.75em;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    text-align: center;
    color: grey;
}

div.bc_popup_title.small_title{
    /* Used for things like vendor settings. */
    padding-top: 2.5em;
    font-size: 1.5em;
    line-height: 1em;
}

html, .legacy-container
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    background-image: url(/static/img/tabsAndBackgrounds/siteBg_empty.png);
    background-repeat: repeat-y;
    background-position: center;
}

.legacy-container {
    background-image: none;
}

#site_wrapper
{
    position: absolute;
    width: 984px;
    left: 50%;
    background-color: #FFF;
    margin: 0px 0px 0px -492px;
}

.registeredTrademark
{
    font-size: 10px;
}

.regTrade
{
    font-size: 8px;
    top: -3px;
}

.squareGreyBullet
{
    width: 5px;
    height: 5px;
    background-color: #C7C7C7;
}

/* Boxes With Borders */
.boxWht_bdrGry_2Sd
{
    background-color: #FFF;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}

.boxGry_bdrGry_2Sd
{
    background-color: #F2F2F2;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}

.boxWht_bdrGry_4Sd
{
    background-color: #FFF;
    border: 1px solid #C7C7C7;
}

.boxGry_bdrGry_4Sd
{
    background-color: #F2F2F2;
    border: 1px solid #C7C7C7;
}

/* Content */
.inputDollarSign
{
    position: absolute;
    left: 7px;
    top: 5px;
}

.inputFactorSign
{
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 9px;
    color: #1A1A1A;
}

.inputPercentageSign
{
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 9px;
    color: #1A1A1A;
}

.PercentageEror
{
    top: 4px;
    font-size: 9px;
    color: #A60000;
}

.goInputWrapper input
{
    float: left;
    margin-right: 1px;
}

.go
{
    display: block;
    width: 25px;
    height: 24px;
    background-image: url(/static/img/global/icon_go.png);
    float: left;
}

.remove
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_remove.png);
    cursor: pointer;
}

/* Selectize also uses the .remove class for its remove button.
   We don't want to show the remove image in that case. */
.selectize-control .remove
{
    background: none;
}

.noRemove
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_noRemove.png);
    cursor: default;
}

.smallRemove
{
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(/static/img/global/icon_remove_small.png);
    cursor: pointer;
}

.move
{
    display: block;
    width: 11px;
    height: 20px;
    background-image: url(/static/img/global/icon_move.png);
    cursor: move;
}


.edit
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_edit.png);
    cursor: pointer;
}

.noEdit
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_noEdit.png);
    cursor: default;
}

.rateEdit
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_rateEdit.png);
}

.add
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_add.png);
    cursor: pointer;
}

.add_blue
{
    display: block;
    width: 17px;
    height: 19px;
    background-image: url(/static/img/global/icon_add_blue.png);
    cursor: pointer;
}

.archive
{
    display: block;
    width: 23px;
    height: 22px;
    background-image: url(/static/img/global/icon_archive.png);
    cursor: pointer;
}

.nsf_colored
{
    display: block;
    width: 34px;
    height: 19px;
    background-image: url(/static/img/global/icon_nsf_colored.png);
    cursor: pointer;
}

.nsf_grey
{
    display: block;
    width: 34px;
    height: 19px;
    background-image: url(/static/img/global/icon_nsf_grey.png);
    cursor: pointer;
}

.import
{
    display: block;
    width: 19px;
    height: 20px;
    background-image: url(/static/img/global/icon_import.png);
    cursor: pointer;
}

.copy
{
    display: block;
    width: 20px;
    height: 22px;
    background-image: url(/static/img/global/icon_copy.png);
    cursor: pointer;
}

.paste
{
    display: block;
    width: 20px;
    height: 22px;
    background-image: url(/static/img/global/icon_paste.png);
    cursor: pointer;
}

.docs
{
    display: block;
    width: 20px;
    height: 24px;
    background-image: url(/static/img/global/icon_docs.png);
    cursor: pointer;
}

.contactLink
{
    display: block;
    width: 15px;
    height: 27px;
    background-image: url(/static/img/global/icon_contactLink.png);
    cursor: pointer;
}

.contactEDeliveryBanner
{
    display: block;
    width: 295px;
    color: #2d5986;
    background-color: #e8f2fd;;
    border: 1px solid #9fb5cb;
    padding: 3px 3px 3px 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.accordionTableArrow
{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/static/img/global/accordion_closedArrow2_grey.png);
    cursor: pointer;
}

/* Flag */
.contactFlag
{
    display: none;
    width: 18px;
    height: 19px;
    background-image: url(/static/img/global/icon_flag_orange_facingLeft.png);
    position: absolute;
    left: -43px;
    top: 10px;
}

.calendar
{
    display: block;
    width: 23px;
    height: 21px;
    background-image: url(/static/img/global/icon_calendar.png);
}

.view
{
    display: block;
    width: 21px;
    height: 26px;
    background-image: url(/static/img/global/icon_view.png);
}


.littleBlackArrow
{
    width: 9px;
    height: 7px;
    background-image: url(/static/img/global/littleBlackArrow.png);
}



.btn_suspensionWarning_ok
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/britecore/popUps/btn_done.png);
}

.btn_suspensionWarning_ok:hover
{
    background-image: url(../../static/img/britecore/popUps/btn_done_alt.png);
}



.btn_done.disabled
{
    background-image: url(../../static/img/britecore/popUps/btn_done_alt.png);
    pointer-events: none;
    cursor: default;
}

.btn_search
{
    display: block;
    width: 90px;
    height: 19px;
    background-image: url(/static/img/global/btn_search.png);
}

.btn_search:hover
{
    background-image: url(../../static/img/global/btn_search_alt.png);
}

.btn_submit
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/btn_submit.png);
}

.btn_submit:hover
{
    background-image: url(../../static/img/global/btn_submit_alt.png);
}

.btn_process
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/btn_process.png);
}

.btn_process:hover
{
    background-image: url(../../static/img/global/btn_process_alt.png);
}

.btn_browse
{
    display: block;
    width: 90px;
    height: 19px;
    background-image: url(/static/img/global/btn_browse.png);
}

.btn_browse:hover
{
    background-image: url(../../static/img/global/btn_browse_alt.png);
}

.btn_upload
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/popUps/btn_upload.png);
    margin: 0px 0px 0px 105px;
}

.btn_upload:hover
{
    background-image: url(../../static/img/global/popUps/btn_upload_alt.png);
}


.btn_done
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/popUps/btn_done.png);
    margin: 0px 0px 0px 105px;
}

.btn_done:hover
{
    background-image: url(/static/img/global/popUps/btn_done_alt.png);
}

.popUp2_btn_done
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/popUps/btn_done.png);
    margin: 0px 0px 0px 0px;
}

.popUp2_btn_done:hover
{
    background-image: url(../../static/img/global/popUps/btn_done_alt.png);
}

.popUp3_btn_done
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/popUps/btn_done.png);
    margin: 0px 0px 0px 0px;
}

.popUp3_btn_done:hover
{
    background-image: url(../../static/img/global/popUps/btn_done_alt.png);
}

.btn_ok
{
    display: block;
    width: 83px;
    height: 19px;
    background-image: url(/static/img/global/btn_ok.png);
}

.btn_ok:hover
{
    background-image: url(../../static/img/global/btn_ok_alt.png);
}

/* Common Button Combos */
.btnComboWrap_cancelOrSave_and_ok
{
    width: 161px;
    height: 19px;
}

.btn_cancelOrSave_cancel
{
    display: block;
    width: 81px;
    height: 19px;
    background-image: url(/static/img/global/btn_cancelOrSave_cancel.png);
    float: left;
}

.btn_cancelOrSave_cancel:hover
{
    background-image: url(../../static/img/global/btn_cancelOrSave_cancel_alt.png);
}

.btn_cancelOrSave_save
{
    display: block;
    width: 80px;
    height: 19px;
    background-image: url(/static/img/global/btn_cancelOrSave_save.png);
    float: left;
}

.btn_cancelOrSave_save:hover
{
    background-image: url(../../static/img/global/btn_cancelOrSave_save_alt.png);
}

.btns_saveExitWrap
{
    width: 180px;
    height: 19px;
}

.btn_saveExit_save
{
    display: block;
    width: 88px;
    height: 100%;
    background-image: url(/static/img/global/btn_saveOfSaveExit.png);
    float: left;
}

.btn_saveExit_save:hover
{
    background-image: url(../../static/img/global/btn_saveOfSaveExit_alt.png);
}

.btn_saveExit_saveExit
{
    display: block;
    width: 92px;
    height: 100%;
    background-image: url(/static/img/global/btn_saveExitOfSaveExit.png);
    float: left;
}

.btn_saveExit_saveExit:hover
{
    background-image: url(../../static/img/global/btn_saveExitOfSaveExit_alt.png);
}

.btn_cancelOrOk_ok
{
    display: block;
    width: 80px;
    height: 19px;
    background-image: url(/static/img/global/btn_cancelOrOk_ok.png);
    float: left;
}

.btn_cancelOrOk_ok:hover
{
    background-image: url(../../static/img/global/btn_cancelOrOk_ok_alt.png);
}

.btn_cancelOrDone_done
{
    display: block;
    width: 80px;
    height: 19px;
    background-image: url(/static/img/global/btn_cancelOrDone_done.png);
    float: left;
}

.btn_cancelOrDone_done:hover
{
    background-image: url(../../static/img/global/btn_cancelOrDone_done_alt.png);
}

.btnCombo_cancelExitSaveExit_wrap
{
    width: 213px;
    height: 19px;
}

.btnCombo_cancelExitSaveExit_c
{
    display: block;
    width: 107px;
    height: 100%;
    background-image: url(/static/img/global/btnCombo_cancelExitSaveExit_c.png);
}

.btnCombo_cancelExitSaveExit_s
{
    display: block;
    width: 106px;
    height: 100%;
    background-image: url(/static/img/global/btnCombo_cancelExitSaveExit_s.png);
    position: absolute;
    left: 107px;
    top: 0px;
}

.btn_cancelOk_cancel
{
    display: block;
    width: 81px;
    height: 100%;
    background-image: url(/static/img/global/btn_cancelOrSave_cancel.png);
    float: left;
}

.btn_cancelOk_cancel:hover
{
    background-image: url(../../static/img/global/btn_cancelOrSave_cancel_alt.png);
}

.btn_cancelOk_ok
{
    display: block;
    width: 80px;
    height: 100%;
    background-image: url(/static/img/global/btn_cancelOrOk_ok.png);
    float: left;
}

.btn_cancelOk_ok:hover
{
    background-image: url(../../static/img/global/btn_cancelOrOk_ok_alt.png);
}

/* Pagination */
.pagination_wrapper
{
    height: 18px;
}

.pagination
{
    text-align: center;
    margin: 0px 0px 0px 40px;
    padding-top: 3px;
}

.pagination span
{
    margin-right: 8px;
    height: 10px;
}

.pagination span a
{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.btn_firstPage
{
    display: block;
    width: 17px;
    height: 100%;
    background-image: url(/static/img/global/pagination_firstPage.png);
    float: left;
}

.btn_previousPage
{
    display: block;
    width: 14px;
    height: 100%;
    background-image: url(/static/img/global/pagination_previousPage.png);
    float: left;
    margin-left: 3px;
}

.btn_nextPage
{
    display: block;
    width: 14px;
    height: 100%;
    background-image: url(/static/img/global/pagination_nextPage.png);
    float: right;
    margin-right: 3px;
}

.btn_lastPage
{
    display: block;
    width: 17px;
    height: 100%;
    background-image: url(/static/img/global/pagination_lastPage.png);
    float: right;
}

.currentPage
{
    font-weight: bold;
    background-color: #DADADA;
    padding: 2px 4px 2px 4px;
}

/* Dividers */
.goldDivider
{
    width: 813px;
    height: 1px;
    background-image: url(/static/img/britecore/lines/policyTypes/goldDivider.png);
}

.goldDivider_wide
{
    width: 885px;
    height: 1px;
    background-image: url(/static/img/global/goldPageDivider_wide.png);
}

/* Accordions */
.goldBox_accordionTop
{
    display: block;
    width: 882px;
    height: 50px;
}

.goldBox_Arrow
{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/static/img/britecore/lines/policyTypes/goldBox_top_closedArrow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 843px;
    padding-top: 25px;
}

.goldBox_accordionMiddle
{
    width: 882px;
    background-image: url(/static/img/britecore/lines/policyTypes/goldBox_middleRepeater.png);
    background-repeat: repeat-y;
}

.goldBox_accordionBottom
{
    width: 882px;
    height: 19px;
    background-image: url(/static/img/britecore/lines/policyTypes/goldBox_footer.png);
}

.greyBox_accordionTop
{
    display: block;
    width: 882px;
    height: 50px;
}

.greyBox_Arrow
{
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/static/img/britecore/lines/policyTypes/goldBox_top_closedArrow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 843px;
    padding-top: 25px;
}

.greyBox_accordionMiddle
{
    width: 882px;
    background-image: url(/static/img/britecore/lines/editLineItem/greyBox_middleRepeater.png);
    background-repeat: repeat-y;
}

.greyBox_accordionBottom
{
    width: 882px;
    height: 19px;
    background-image: url(/static/img/britecore/lines/editLineItem/greyBox_footer.png);
}

/* Stamps: Test, Demo, and Preload */
#testingStamp
{
    display: none;
    position: fixed;
    top: 0px;
    left: 15px;
}

.stamp_demo
{
    width: 96px;
    height: 38px;
    background-image: url(/static/img/misc/siteStamps.png);
}

.stamp_test
{
    width: 87px;
    height: 37px;
    background-image: url(/static/img/misc/siteStamps.png);
    background-position: 0px -76px;
}

.stamp_preload
{
    width: 137px;
    height: 38px;
    background-image: url(/static/img/misc/siteStamps.png);
    background-position: 0px -38px;
}

/* Oops Popup */
#oopsStamp
{
    text-align: right;
    position: fixed;
    top: 70px;
    left: -2px;
    height: 51px;
    width: 18px;
    background-color: #c1272d;
    border: 1px solid #F15A24;
    z-index: 100;
    /* display: none; */
}

#oopsStamp div:first-child {
    background-color: #db5100;
    padding: 2px 4px 2px 3px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    right: 16px;
    bottom: -17px;
    font-weight: 700;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    cursor: pointer;
}

#oopsLabel
{
    position: absolute;
    top: 17px;
    left: -880px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}

#oopsContentWrapper
{
    position: fixed;
    top: 123px;
    left: -880px;
    width: 859px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    color: #999;
    box-shadow: 0px 10px 15px #aaa;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#oopsContentWrapper a
{
    font-size: 12px;
}

/* Unordered List Styling */
ul
{
    list-style-type: none;
    list-style: none;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

li
{
    background-image: url(/static/img/global/squareGreyBullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}

/* Ajax Suggestion */
.ajaxSuggestionList
{
    position: absolute;
    background-color: #fafafa;
    border: 1px solid #b3b3b3;
    padding: 0px 0px 0px 0px;
}

.suggestionWrapper
{
    color: #666;
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    padding-left: 20px;
    padding-top: 18px;
    padding: 18px 0px 15px 20px;
    margin: 0px 0px 0px 0px;
}

.ajaxSuggestionList li
{
    background-image: none;
}

.ajaxSuggestionList li.unSelectedSuggestionItem
{
    background-color: #fafafa;
}

.ajaxSuggestionList li.selectedSuggestionItem
{
    background-color: #e9e9e9;
}

.ajaxSuggestBullet
{
    display: none;
    width: 0px;
    height: 0px;
}

.autoSuggest_extraHTML
{
    margin-top: 2px;
    font-size: 10px;
    min-height: 45px;
}

/* Auto-Suggest Arrows */
.autoSuggest_topOrBottom
{
    height: 18px;
    list-style: none;
    background-color: #dedede;
    vertical-align: middle;
    text-align: center;
}

.autoSuggest_topOrBottom.down
{
    margin: -15px 0px 0px 0px;
}

.autoSuggest_topOrBottom img
{
    width: 13px;
    height: 18px;
}

/* AutoComplete Styles */
.autoCompleteContainer {
    position: absolute;
    background-color: #fafafa;
    border: 1px solid #b3b3b3;
    max-height: 20em;
    overflow: scroll;
}

.autoCompleteRow {
    color: #666;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 5px;
}

.hover {
    background-color: #e9e9e9;
}

/* Little Grey Title Affecting Inputs Fix */
.littleGreyTitles select
{
    font-size: 12px;
}

.littleGreyTitles input
{
    font-size: 12px;
}

.littleBlackText select
{
    font-size: 12px;
}

.littleBlackText input
{
    font-size: 12px;
}

textarea
{
    border: 1px solid #BABABA;
}

/* Top Loading Bar */
.loadingTextWrapper
{
    background-image: url(/static/img/global/topLoadingBarBg.png);
    background-repeat: repeat-x;
}

.britecoreThrobber
{
    width: 57px;
    height: 27px;
    background-image: url(/static/img/global/briteCoreThrobber2.gif);
    float: left;
    margin: -6px 5px 0px 15px;
}

.loadingText
{
    color: #666666;
    float: left;
    margin: 1px 0px 0px 0px;
}

.popUpmodal
{
    position: absolute;
    top: 0;
    left: 0;
}

.modal
{
    overflow: hidden;
    position: absolute;
    background-color: transparent;
    left: 0;
}

/* Text */
.regularBlueLinks
{
    font-size: 12px;
    text-decoration: underline;
    color: #158ED1;
}

.tenPxGreyTitles
{
    font-size: 9px;
}

.littleGreyTitles
{
    font-size: 11px;
    line-height: 13px;
    color: #919191;
    cursor: default;
}

.bold {
    font-weight: bold !important;
}

.fatGreyTitles
{
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #a2a2a2;
    cursor: default;
}

.littleGoldTitles
{
    font-size:11px;
    line-height: 13px;
    color: #C9bb91;
    cursor: default;
}

.littleBlackText
{
    font-size: 11px;
    line-height: 13px;
    color: #000;
    cursor: default;
}

.dollarText
{
    font-size: 14px;
    line-height: 13px;
    color: #000;
    cursor: default;
}

.regularBlackText
{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    cursor: default;
}

.regularBlackLinks
{
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}

.regularGreyText
{
    font-size: 12px;
    line-height: 14px;
    color: #a2a2a2;
}

.tT1
{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .5px;
    height: 12px;
    color: #919191;
    position: absolute;
    top: 13px;
    text-align: center;
    cursor: default;
}

.tT2, .tT3
{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .5px;
    height: 12px;
    color: #919191;
    position: absolute;
    top: 2px;
    text-align: center;
    cursor: default;
}

/* Colors */
.deepRed
{
    color: #d20000 !important;
}
.deepRedBorder
{
    border-color: #d20000 !important;
}

.clr_grey
{
    color: #919191;
}

.clr_darkerGrey
{
    color: #808080;
}

.black
{
    color: #000;
}

.green
{
    color: #338042;
}

.yellow
{
    color: #bd8d26;
}

.zebraStripes
{
    background-color: #F7F7F7;
}

/* Release Warning Box */
#releaseImminent_wrap
{
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    padding: 13px 16px 12px 16px;
    border: 1px solid #A60000;
    background-color: #000;
    z-index: 5;
}

#rI_icon
{
    width: 43px;
    height: 37px;
    position: absolute;
    left: 12px;
    top: 10px;
    background-image: url(/static/img/global/icon_newReleaseWarning.png);
}

#rI_header
{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 0px 0px 6px 50px;
}

#rI_text
{
    color: #FFF;
    margin-left: 50px;
}

#rI_text span
{
    font-weight: bold;
}

.s3_attachment_uploading
{
    padding-left: 2em;
    background-image: url('/static/img/global/storage_spinner.gif');
    background-position: left;
    background-repeat: no-repeat;
}

.attachment_link_not_ready
{
    cursor: wait;
    text-decoration: none;
}


/*
.txt_btn1
{
    color: #262626;
    text-decoration: none;
    text-shadow: 1px 1px 0px #FFF;
}

.txt_btn1 div
{
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px;
    width: 100%;
    height: 0px;
    top: 5px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
*/

.strikethrough
{
    background: url("/static/img/global/strike.png") repeat-x center !important;
}
/* CSS for Generic Paging Table w/o Border Images */
.genericTable_rows,
.genericTablePageControls,
.searchWrapper,
.genericTable_row.no_results {
    width: 600px;
}

.genericTable_row,
.genericTablePageControls {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid rgb(220, 220, 220);
}

.genericTablePageControls .pagination {
    height: 0px;
    margin-left: 20px;
}

.editRemove_wrapper.genericTable_row {
    width: 45px;
    top: 2px;
    margin-right: 0px;
}

.genericTable_row > div,
.genericTable_row > .editRemove_wrapper > div,
.genericTable_header {
    float: left;
}

.genericTable_row > .editRemove_wrapper > div {
    margin-left: 5px;
    margin-right: 0px;
}

.genericTable_headers {
    padding-top: 20px;
    margin-left: 51px;
    font-weight: 800;
    margin-bottom: 3px;
    height: 17px;
}

.odd.genericTable_row {
    background-color: rgb(243, 243, 243);
    height: 17px;
    clear: both;
}

.even.genericTable_row {
    background-color: rgb(250, 250, 250);
    height: 17px;
    clear: both;
}

.genericTable_row.no_results {
    color: red;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

@media print{
    #excludeFromPrint {
        display: none !important;
    }

    #includeInPrint{
      vertical-align: middle;
      width: auto;
      height: auto;
    }
}

.mapWrapper_legacy_class {
	position: relative;
	width: 100%;
	height: 100%;
}

#viewLarge_legacy {

	position: absolute;
	top: 0;
	right: 0;

	background: #fff;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	font-size: 11px;
	margin: 10px;
	min-width: 22px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
}

/* modal background */
.release-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* modal content/box */
.release-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* close button */
.release-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
