
body {
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
    color:#333;
    line-height:150%;
}

/*input, textarea, select, button {
    font-family: OpenSans!important;
}*/

.btn.btn-default {
    background: #f37021;
    border: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 18px;
    padding: 8px 12px;
    min-height: 25px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    line-height: 13px;
    cursor:pointer;
}

    .btn.btn-default.btn-yellow {
        background: #f9b603;
    }

.VoteButton {
    background-image: url('btnVote.jpg');
    background-color: #F3F3F4;
    border: 1px solid #F3F3F4;
    width: 55px;
    height: 28px;
}

* + html .VoteButton, * html .VoteButton {
    border: 1px transparent solid !important;
}

.shadowRowBorder {
    background-image: url('../../images/P2R/LeftPanelBorder.gif');
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 5px;
}

.loginBorder {
    background-image: url('../../images/P2R/loginborder.gif');
    background-repeat: repeat-y;
}

.rewardBorder {
    background-image: url('../../images/P2R/rewardborder.gif');
    background-repeat: repeat-y;
}

.PrivateLeftBorder {
    background-image: url('../../images/P2R/PrivateLeftPanelBorder.gif');
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 20px;
}

.PrivateRightBorder {
    background-image: url('../../images/P2R/PrivateRightPanelBorder.gif');
    background-repeat: repeat-y;
    padding-left: 25px;
    padding-right: 20px;
}

.RedeemablePoints {
    background-image: url('../../images/P2R/RedeemablePoints.gif');
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 55px;
}

.PrivateRightBorder {
    background-image: url('../../images/P2R/PrivateRightPanelBorder.gif');
    background-repeat: repeat-y;
}

.WhatsNewBorder {
    background-image: url('../../images/P2R/WhatsNewBorder.gif');
    background-repeat: repeat-y;
    padding-left: 15px;
}

.WhatsNewItem {
    width: 414px;
    margin-left: 15px;
    font-family: Arial;
    padding: 0px 0px 0px 0px;
}

    .WhatsNewItem .starter {
        background-image: url('../../images/P2R/WhatsNewItemTopBorder.gif');
        background-repeat: no-repeat;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        color: #2D5E91;
        font-size: 12px;
    }

    .WhatsNewItem .content {
        background-image: url('../../images/P2R/WhatsNewItemBorder.gif');
        background-repeat: repeat-y;
        padding: 0px 15px 15px 15px;
    }

        .WhatsNewItem .content .partnerName {
            color: #2D5E91;
            font-size: 12px;
        }

        .WhatsNewItem .content .contentheader {
            color: #2D5E91;
            font-weight: bold;
            font-size: 12px;
        }

        .WhatsNewItem .content img {
            float: left;
        }

    .WhatsNewItem .ending {
        background-image: url('../../images/P2R/WhatsNewItemBottomBorder.gif');
        background-repeat: no-repeat;
        height: 16px;
        padding: 15px;
    }

.mainHeading {
    font-family: Arial;
    font-size: 17px;
    color: #01456a;
    font-weight: bold;
    vertical-align: top;
}

.subhead {
    font-weight: bold; 
    color: #01456a;
    /*color: #F37021;*/
    font-size: 16px;
}

.joinNowHover:hover {
    background-image: url("../../images/P2R/JoinNow.gif");
}

.revhead {
    font-weight: bold;
    color: #FFFFFF;
}

form {
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration: underline; /*color: #DB5317;*/
    color: #F37021;
}

    a:hover {
        text-decoration: underline;
        color: black;
    }


h1 {
    /*margin: 0 0 1em 0; 	padding: 0;*/
    font-family: Arial;
    font-size: 17px;
    color: #01456a;
    font-weight: bold;
    /*list-style-image: url('../../images/P2R/title_arrow.jpg');*/
    vertical-align: top;
    /*background-image: url('../../images/P2R/title_arrow.jpg');*/
    background-repeat: no-repeat;
    /*padding-left: 20px;*/
}

h2 {
    margin: 0 0 0.25em 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
       color: #01456a;
    font-weight: bold;
}

h3, p, ul {
    font-size: 14px;
    margin: 0.25em 0 0.75em 0;
}

ol {
    font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 1.5em 0;
    padding: 0;
}

    ul li {
        background-image: url(../../images/common/bullet-2.png);
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 0 0 0 18px;
    }

img {
    border: 0 none;
    display: block;
}

.form img {
    display: inline;
}

input, textarea, select {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
    margin: 0;
}

.error {
    background: #e6e6e6 url(/images/common/icon-warning.gif) no-repeat 6px 6px;
    border: 1px solid #c00;
    padding: 18px 18px 18px 54px;
    margin-bottom: 1.5em;
}

.errorwoWarn {
    background: #e6e6e6;
    border: 1px solid #c00;
    padding: 18px 18px 18px 54px;
    margin-bottom: 1.5em;
}

.success {
    background: #e6e6e6 url(/images/common/icon-success.gif) no-repeat 6px 6px;
    border: 1px solid #c00;
    padding: 18px 18px 18px 54px;
    margin-bottom: 1.5em;
}

.requiredfield {
    color: #FF0000;
    font-weight: bold;
    font-size: 17px;
}

.report {
    border: 1px solid #aaa;
    overflow: auto;
    height: 280px;
    padding: 3px;
}

.form50 {
    width: 100;
}

.form100 {
    width: 120;
}


ul.link, ul.download {
    list-style-type: none;
    margin: 1.5em 0 0 0;
    padding: 0;
}

    ul.link li, ul.download li {
        margin: 0 0 3px 0;
        padding: 0;
    }

        ul.link li a {
            display: block;
            padding: 5px 5px 5px 20px;
            width: 218px !important;
            width: 230px;
            font-size: 9.4px;
            font-weight: bold;
            border-color: #CCC #999 #666 #CCC;
            border-width: 1px;
            border-style: solid;
            background-color: #144063;
            text-decoration: none;
            color: #FFFFFF;
        }

ul.link2 {
    list-style-type: none;
    margin: 1.5em 0 0 0;
    padding: 0;
}

    ul.link2 li {
        margin: 0 0 3px 0;
        padding: 0;
    }

        ul.link2 li a {
            display: block;
            padding: 5px 5px 5px 20px;
            width: 90px !important;
            width: 110px;
            font-size: 9.4px;
            font-weight: bold;
            border-color: #CCC #999 #666 #CCC;
            border-width: 1px;
            border-style: solid;
            background-color: #144063;
            text-decoration: none;
            color: #FFFFFF;
        }

ul.download li a {
    display: block;
    padding: 8px 5px 8px 20px;
    width: 218px !important;
    width: 243px;
    font-size: 9.4px;
    font-weight: bold;
    border-color: #CCC #999 #666 #CCC;
    border-width: 1px;
    border-style: solid;
    background-color: #144063;
    text-decoration: none;
    color: #FFFFFF;
}

ul.link li a.back {
    background-color: #144063;
    border-color: #f0f0f0 #e0e0e0 #d0d0d0 #f0f0f0;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
}

ul.link li a:hover {
    background-color: #DB5317;
    color: white;
}

ul.link2 li a:hover {
    background-color: #DB5317;
    color: white;
}

.offer {
    border: 1px solid #999;
    background: white;
    padding: 8px;
    clear: both;
    font-size: 9.4px;
    margin: 2px 0;
}

    .offer h3 {
        font-size: 11px;
        margin: 0;
    }

    .offer p {
        margin: 0;
        padding: 6px 0 0 0;
    }

.news {
    font-size: 9.4px;
    background-image: url(/images/common/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 6px 0 6px 0;
    border-top: 1px solid #009900;
}

    .news h3, .news p {
        font-size: 10px;
        margin: 0 0 0 0;
    }

.archive {
    clear: both;
    font-size: 9.4px;
    margin: 0 0 2.5em 0;
}

    .archive dt {
        width: 50px;
        float: left;
    }

    .archive dd {
        margin-left: 60px;
    }

.top {
    margin-top: 0;
}

.on td, .on th {
    background-color: #f0f0f0;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.Rewardon td, .Rewardon th {
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.off td, .off th {
    background-color: #fafafa;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.Rewardoff td, .Rewardoff th {
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.footer {
    font-size: 9.4px;
    color: #777;
}

    .footer a {
        color: #777;
        text-decoration: none;
    }

        .footer a:hover {
            color: black;
        }


.dynCalendar_header {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 9.4px;
    font-weight: bold;
}

.dynCalendar_dayname {
    background-color: #eeeeee;
    border: 1px solid #c0c0c0;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 9.4px;
    text-align: center;
}

.dynCalendar_day {
    background-color: #eeeeee;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 9.4px;
}

.dynCalendar_today {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 9.4px;
}

.dynCalendar {
    background-color: #a0a0a0;
    border: 2px outset white;
    display: none;
    width: 200px;
    padding: 0;
}

span.calendar {
    color: black;
    background-color: #e0e0e0;
    border: 1px solid #a0a0a0;
    font-size: 9.4px;
    font-weight: normal;
    padding: 2px 3px;
    margin: 0px 6px 0 0;
    width: 120px;
    display: block;
    float: left;
    cursor: hand !important;
    line-height: 9.4px;
}

div.calendar {
    width: 30px;
}

.nav {
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #33CC33;
    overflow: hidden;
}

.subnav {
    margin: 0;
    padding: 0;
    height: 30px;
    color: white;
    background-color: #009900;
    overflow: hidden;
}

.navSel {
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #009900;
    overflow: hidden;
}

.subnavSel {
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
}

a.nav {
    color: white;
    padding: 0 12px;
    font-weight: normal;
    text-decoration: none;
    background: #33CC33;
}

a.subnav {
    padding: 0 12px;
    font-weight: normal;
    color: white;
    background: #009900;
}

a.navSel {
    color: white;
    padding: 0 12px;
    font-weight: bold;
    text-decoration: none;
    background: #009900;
}

a.subnavSel {
    padding: 0 12px;
    font-weight: bold;
    color: black;
    background: white;
}

a.nav:hover {
    text-decoration: underline;
    color: white;
}

a.navSel:hover {
    text-decoration: underline;
    color: white;
}

a.subnav:hover {
    text-decoration: underline;
    color: white;
}

a.subnavSel:hover {
    text-decoration: underline;
    color: black;
}

.logo {
    padding: 10px;
}


.formlabel {
    font-size: 9.4px;
    color: #777;
    font-weight: bold;
}

.formlabelwobold {
    font-size: 9.4px;
    color: #777;
}

.paging {
    font-size: 9.4px;
    color: #000000;
    font-weight: normal;
}

.pagingSel {
    font-size: 9.4px;
    color: #000000;
    font-weight: bold;
}

a.paging {
    font-size: 9.4px;
    color: #DB5317;
    text-decoration: none;
}

.rpt_normal {
    font-weight: normal;
    font-size: 9.4px;
}

.rpt_total {
    font-weight: bold;
    font-size: 9.4px;
    color: #777;
}

.rpt_off td, .rpt_off th {
    background-color: #fafafa;
    border-left: 1px solid white;
    border-top: 1px solid white;
    height: 20px;
    font-size: 9.4px;
}

.rpt_on td, .rpt_on th {
    background-color: #f0f0f0;
    border-left: 1px solid white;
    border-top: 1px solid white;
    font-size: 9.4px;
}

.rpt_error td, .rpt_error th {
    background-color: #ff0000;
    border-left: 1px solid white;
    border-top: 1px solid white;
    font-size: 9.4px;
    color: #ffffff;
}

.disabled td {
    background-color: #ffffff;
    color: #cccccc;
}

.rpt_det td, .rpt_det th {
    background-color: #ffffff;
    border-left: 1px solid white;
    border-top: 1px solid white;
    height: 20px;
    font-size: 9.4px;
}

.rpt_bal td, .rpt_bal th {
    background-color: #ffffff;
    border-top: 2px solid #000000;
    height: 20px;
    font-weight: bold;
    font-size: 9.4px;
}

.rpt_hed_r {
    background-color: #ebebeb;
    border-right: 1px solid white;
    height: 20px;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}

.rpt_hed {
    background-color: #ebebeb;
    height: 20px;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}

.rpt_body_l {
    background-color: #FFFFFF;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 20px;
    font-size: 9px;
    color: #000000;
}

.rpt_body_r {
    background-color: #FFFFFF;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 20px;
    font-size: 9.5px;
    color: #000000;
}

.data_summary {
    background-color: #ebebeb;
    font-size: 9.4px;
}

.data_summary_hed {
    /*background-color: #DB5317;*/
    background-color: #EE6908;
    font-size: 11.4px;
    font-weight: bold;
    color: #ffffff;
}

td a.action, td a.submit {
    display: block;
    padding: 3px 15px 3px 15px;
    font-size: 9.4px;
    font-weight: bold;
    border-color: #CCC #999 #666 #CCC;
    border-width: 1px;
    border-style: solid;
    background-color: #144063;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

input.action {
    padding: 3px 15px 3px 15px;
    text-align: center;
    font-size: 9.4px;
    font-weight: bold;
    border-color: #CCC #999 #666 #CCC;
    border-width: 1px;
    border-style: solid;
    background-color: #144063;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

input.smallActionButton {
    padding: 3px 15px 3px 15px;
    width: 75px;
    text-align: center;
    font-size: 9.4px;
    font-weight: bold;
    border-color: #CCC #999 #666 #CCC;
    border-width: 1px;
    border-style: solid;
    background-color: #144063;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}


.notice {
    font-size: 10px;
    color: #000000;
}

.notice_head {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.important {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.important_red {
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}

.important_black {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.reverse {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}
/* Component Art Calendar */

.calendar_button {
    border: none;
    cursor: pointer;
}

.picker {
    background-color: #FFFFFF;
    border: 1px #1C7BB2 solid;
    font-size: 12px;
    font-weight: normal;
    font-family: "Arial",monospace;
    cursor: pointer;
    height: 22;
}

.calendar td {
    font-size: 11px;
}

.title {
    font-weight: bold;
    background-color: #D7D7E5;
}

.day {
    width: 25px;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayhover {
    width: 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    border-width: 1px;
    border-color: #F6F6F6;
    border-style: solid;
}

.dayheader {
    width: 25px;
    text-align: center;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-weight: bold;
    background-color: #FFFFFF;
}

.othermonthday {
    color: #999999;
}

.outofrangeday {
    visibility: hidden;
}

.selectedday {
    width: 25px;
    background-color: #FBE694;
    color: #000000;
    border-width: 1px;
    border-color: #BB5503 !important;
    border-style: solid;
    font-weight: bold;
}

.calendar {
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    border-collapse: collapse;
    background-color: #FFFFFF;
    cursor: default;
}

.month {
    background-color: #F6F6F6;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.nextprev {
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}

.selector {
    width: 14px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.daystogo {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}

.daystogonumber {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 30px;
}

.daystogo08 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
}

.daystogonumber08 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
}

.acc_column_l {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #747474;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 4px;
}

.acc_column_r {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #747474;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 4px;
}

.acc_spacer {
    font-size: 9px;
    color: #FFFFFF;
    background-color: #ffffff;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 4px;
}

.acc_none {
    font-size: 9px;
    color: #000000;
    background-color: #ffffff;
    border-style: none;
    padding: 4px;
}

.acc_footer_l {
    font-size: 9px;
    color: #000000;
    background-color: #ebebeb;
    font-weight: bold;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 4px;
}

.acc09_footer_l {
    font-size: 9px;
    color: #000000;
    background-color: #ebebeb;
    font-weight: bold;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 2px 0px 2px 0px;
}

.acc_footer_r {
    font-size: 9px;
    color: #000000;
    background-color: #ebebeb;
    font-weight: bold;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 4px;
}

.acc_data_l {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 4px;
}

.acc_data_r {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 4px;
}

.acc_data_l_nopad {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 0px;
}

.acc_data_r_nopad {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 0px;
}

a.acc_data {
    color: #1274A3;
}



.acc09_column_l {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #F57C24;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 2px 0px 2px 0px;
}

.acc09_column_r {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #F57C24;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 2px 0px 2px 0px;
}

.acc09_data_l {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 2px 0px 2px 0px;
}

.acc09_data_l_nopad {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    padding: 0;
}

.acc09_data_r {
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 0px 2px 0px 2px;
}

.headingOrange {
    color: #eb6909;
    font-weight: bold;
    font-size: 12px;
    display: block;
}


td.survey_header, th.survey_header {
    background-color: #6d6e71;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #6d6e71;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    padding: 4px;
    font-size: 11px;
}

td.survey_header_left, th.survey_header_left {
    background-color: #6d6e71;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #6d6e71;
    border-left: solid 1px #6d6e71;
    border-right: solid 1px #ffffff;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    padding: 4px;
    font-size: 11px;
}

td.survey_header_right, th.survey_header_right {
    background-color: #6d6e71;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-top: solid 1px #6d6e71;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #6d6e71;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    padding: 4px;
    font-size: 11px;
}

table.survey_table {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

td.survey_results, th.survey_results {
    background-color: #ffffff;
    text-align: right;
    color: #333333;
    border-top: none;
    border-bottom: solid 1px #6d6e71;
    border-left: solid 1px #6d6e71;
    border-right: solid 1px #6d6e71;
    margin: 0px;
    padding: 4px;
    font-size: 11px;
}

td.survey_results_left, th.survey_results_left {
    background-color: #ffffff;
    text-align: left;
    color: #333333;
    border-top: none;
    border-bottom: solid 1px #6d6e71;
    border-left: solid 1px #6d6e71;
    border-right: solid 1px #6d6e71;
    margin: 0px;
    padding: 4px;
    font-size: 11px;
}

td.survey_results_left_indent, th.survey_results_left_indent {
    background-color: #ffffff;
    text-align: left;
    color: #333333;
    border-top: none;
    border-bottom: solid 1px #6d6e71;
    border-left: solid 1px #6d6e71;
    border-right: solid 1px #6d6e71;
    margin: 0px;
    padding: 4px;
    padding-left: 20px;
    font-size: 11px;
}

td.survey_results_center, th.survey_results_center {
    background-color: #ffffff;
    text-align: center;
    color: #333333;
    border-top: none;
    border-bottom: solid 1px #6d6e71;
    border-left: solid 1px #6d6e71;
    border-right: solid 1px #6d6e71;
    margin: 0px;
    padding: 4px;
    font-size: 11px;
}

table.survey_main {
    border: 1px solid #CCCCCC;
}

.tabtable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.tabon {
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    background-color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.taboff {
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    background-color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.tabfiller {
    border: solid 1px #cccccc;
    background-color: #cccccc;
    padding: 10px;
}

.simplemodal-container {
    height: 628px;
    width: 840px;
}

table.standard {
    border-collapse: separate;
    background-color: White;
    font-size: 11px;
    margin-bottom: 3px;
}

    table.standard thead {
        display: table-header-group;
        vertical-align: middle;
    }

    table.standard th {
        background-color: #f37021;
        color: White;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        padding: 0px 5px 0px 5px;
        border-top: 1px #ffffff solid;
        display: table-cell;
    }

    table.standard tr td {
        background-color: #f2f0ef;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        line-height: 150%;
    }

        table.standard tr td.alt {
            background-color: #d7d3d1;
            text-align: center;
            vertical-align: middle;
            padding: 10px;
        }

    table.standard tfoot {
        display: table-footer-group;
        vertical-align: middle;
        font-weight: bold;
        background-color: #fcd2b0;
        color: White;
    }
/*table.plain tr td, table.plain tr td.alt
{
    text-align:left;
    vertical-align: top;
}*/
.thinBlue, .boldBlue {
    color: #01456a;
    font-size: 16px;
}

.boldBlue {
    font-weight: bold;
}



/*bootstrap like*/

.box-shade{
    box-shadow:0px 1px 7px #0003;
}


.panel.panel-default {
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 1px 7px #0003;
    background-color:#fff;
    margin-bottom:20px;
    
}


.panel-heading {
    background-color: #01456a;
    padding: 15px;
    overflow:hidden;
    border:1px solid #01456a;
}

    .panel-heading .panel-title {
        color: #fff;
        margin:0px;
    }


.panel-body{
    padding:15px;
    background-color:#fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.reward-box{
        width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ccc;
    margin-bottom:10px;
}

input.form-control[type=text],select.form-control, input.form-control[type=password]{
    height: 25px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom:10px;
    padding:2px 5px;
}

.lbl_content p{
    line-height:1.3;
    font-size:12px;
}
#rc_quickshoppingcart div{
    font-size:12px;
}