

/*** START GLOBAL STYLES ***/

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
}
h1 {
    color: #666;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}
h2, h3 {
    color: #D4022A !important;
    display: block !important;
    height: auto !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
label {
    display: inline-block;
    line-height: 14px;
    padding: 0 4px 4px 0;
}
input[type="file"] {
    cursor: pointer;
}
select, textarea {
    border: 1px solid #95979f;
}
a:hover {
    text-decoration: underline !important;
}
ul.normal, ol {
    margin: 0 0 14px 16px;
}
ul.normal li {
    list-style-type: disc;
}
.page_content ol li {
    list-style-type: decimal;
}
.page_content ol li li {
    list-style-type: lower-alpha;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
*+html .clear {
    height: auto !important;
    line-height: auto !important;
}
.push {
    clear: both;
    height: 322px;
}
.page {
    color: #666;
    font-size: 12px;
    height: auto !important;
    height: 100%;
    margin: 0px auto -322px;
    min-height: 100%;
    width: 900px;
}
.right_sidebar {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px 11px;
    width: 205px;
}
.right_sidebar h3 {
    color: #666;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}
.right_sidebar_content, .left_sidebar_content {
    color: #666;
    font-size: 11px;
}
.right_sidebar_content .logout {
    display: inline-block;
    float: right;
}
.right_sidebar_content .account_info {
    margin: 10px 0 0;
}
.right_sidebar_content .program_participation {
    margin: 10px 0 0;
}
.right_sidebar_content .total_points {
    margin: 10px 0 0;
}
.right_sidebar_content .reports_link {
    display: block;
    margin: 10px 0;
}
.right_sidebar_content a, .left_sidebar_content a {
    color: #d4022a !important;
    text-decoration: none;
}
.right_sidebar_content ul {
    margin: 14px 0 0 0;
}
.right_sidebar_content ul li {
    color: #d4022a;
    font-size: 11px;
    list-style-type: none;
    margin: 0 0 14px 0;
}
.right_sidebar_content ul ul {
    margin: 0;
}
.right_sidebar_content ul li li {
    font-size: 11px;
    line-height: 18px;
    list-style-position: inside;
    list-style-type: square;
    margin: 0 0 0 8px;
}
.right_sidebar_content .additional_links {
    font-weight: bold;
    margin: 0 0 0 14px;
}
.right_sidebar_content .additional_links .large_btn {
    float: none;
}
.small_btn {
    background: url(/resource/1625082787000/images_zip/link_small_btn.png) right center no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 0 20px 0 0;
}
.large_btn {
    background: url(/resource/1625082787000/images_zip/link_btn.png) right center no-repeat;
    color: #D4022A !important;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    /*line-height: 25px;*/
    margin: 3px 0;
    padding: 3px 25px 3px 0;
    text-align: right;
    vertical-align: middle;
}
.tab_content .large_btn {
    float: left;
}
*+html .tab_content .large_btn {
    float: none;
}
.btn_left {
    background: url(/resource/1625082787000/images_zip/btn_left.png) left bottom no-repeat;
    display: inline-block;
    float: left;
    height: 20px;
    width: 12px;
}
.btn_middle {
    background: #fff url(/resource/1625082787000/images_zip/btn_middle.png) center bottom repeat-x;
    color: #D4022A !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 12px;
    padding: 3px 6px 0 0;
    text-decoration: none;
    text-transform: Capitalize;
}
.btn_right {
    background: url(/resource/1625082787000/images_zip/btn_right.png) right bottom no-repeat;
    display: inline-block;
    float: left;
    height: 20px;
    width: 16px;
}
.file_input_textbox {
    background: #fff;
    border: 1px solid #95979F;
    float: left;
    height: 18px;
    margin: 0 6px 0 0;
    padding: 0 4px;
    vertical-align: middle;
    width: 200px;
}
.file_input_div {
    color: #d4022a !important;
    height: 20px; 
    float: left;
    margin: 0 6px 6px 0;
    overflow: hidden;
    position: relative;
}
.file_input_button {
    border: none;
    outline: none;
    top: 0px;
}
.file_input_button .btn_middle {
    font-size: 10px;
    text-transform: none;
}
.file_input_hidden {
    -khtml-opacity: 0; 
    -ms-filter: "alpha(opacity=0)"; 
    -moz-opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0); 
    font-size: 45px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}
.apexMessages {
    background: #f1f1f1;
    border: 1px dotted #d4022a;
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
}
.apexMessages li {
    list-style-type: square !important;
}

/*** END GLOBAL STYLES ***/

/*** START HEADER STYLES ***/

.header {
    margin: 12px auto 6px;
    width: 900px;
}
.top_links {
    float: right;
    margin: -5px 6px 0 0;
}
.top_links a {
    margin: 0 0 0 14px;
    text-decoration: none !important;
    font-family: 'Raleway', sans-serif;
    color:#737272;
}
.top_links a:hover {
    color:#ed2028;
}
.logo {
    padding: 11px 10px;
}

/*** END HEADER STYLES ***/

/*** START NAVIGATION STYLES ***/

.navigation {
    height: 33px;
    margin: 8px 0 0 0;
}
.navigation ul {
    display: block;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 900px;
}
.navigation ul li {
    display: block;
    float: right;
    margin: 0 !important;
    position: relative;
    z-index: 9999;
    padding-left: 10px;
}
.navigation ul li a {
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Raleway', sans-serif;
    color:#737272;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
}
.navigation ul li a:hover {
    color:#ed2028;
    text-decoration: none !important;
}
/*
.navigation ul li a.join_the_program {

    width: 159px;
}
.navigation ul li a.join_the_program.active {

}
.navigation ul li a.join_the_program:hover {

}
.navigation ul li a.products {

    width: 112px;
}
.navigation ul li a.products.active {

}
.navigation ul li a.products:hover {

}
.navigation ul li a.about_the_program {

    width: 173px;
}
.navigation ul li a.about_the_program.active {

}
.navigation ul li a.about_the_program:hover {

}
.navigation ul li a.resources {

    width: 118px;
}
.navigation ul li a.resources.active {

}
.navigation ul li a.resources:hover {

}
.navigation ul li a.support {

    width: 104px;
}
.navigation ul li a.support.active {

}
.navigation ul li a.support:hover {

}
.navigation ul li a.contact_us {

    width: 122px;
}
.navigation ul li a.contact_us.active {

}
.navigation ul li a.contact_us:hover {

}
.navigation ul li a.my_account {

    width: 122px;
}
.navigation ul li a.my_account.active {

}
.navigation ul li a.my_account:hover {

}
*/
/*.navigation ul li div.dropdown_top {
    background: url(/resource/1625082787000/images_zip/dropdown_top.png) left top no-repeat;
    height: 11px;
    padding: 11px 0;
    position: relative;
}
.navigation ul li div.dropdown_middle {
    background: url(/resource/1625082787000/images_zip/dropdown_middle.png) 0 0 repeat-y;
    padding: 0 0 11px 0;
    position: relative;
}
.navigation ul li div.dropdown_bottom {
    background: url(/resource/1625082787000/images_zip/dropdown_bottom.png) left bottom no-repeat;
    height: 11px;
    left: -999em;
    position: absolute;
    top: 33px;
    width: 178px;
    z-index: 999;
}*/
.navigation ul li div.dropdown_container {
    left: -999em;
    margin-left: 2px;
    position: absolute;
    top: 13px;
    width: 178px;
    z-index: 999;
}
.navigation ul li div.dropdown_top {
    background: url(/resource/1625082787000/images_zip/dropdown_top.png) left top no-repeat;
    display: block;
    height: 11px;
    width: 178px;
}
.navigation ul li div.dropdown_middle {
    background: url(/resource/1625082787000/images_zip/dropdown_middle.png) 0 0 repeat-y;
    display: block;
    padding: 2px 0 14px;
    width: 178px;
}
.navigation ul li div.dropdown_bottom {
    background: url(/resource/1625082787000/images_zip/dropdown_bottom.png) left bottom no-repeat;
    display: block;
    height: 11px;
    width: 178px;
}
.navigation ul li:hover div.dropdown_container {
    left: auto;
}
.navigation ul li ul {
    width: 178px;
}
.navigation ul li ul li {
    display: block;
    float: none;
    margin: 0 0 8px 0 !important;
    width: 178px;
}
.navigation ul li ul li a {
    color: #666;
    float: none;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    overflow: visible;
    padding: 0 10px 0 10px;
    padding-top: 0 !important;
    text-decoration: none;
    text-indent: 0;
    width: 138px;
}
.navigation ul li ul li a:hover {
    color: #d4022a;
    text-decoration: none !important;
}

/*** END NAVIGATION STYLES ***/

/*** START BOX CONTAINERS STYLES ***/

.box_expand_155 {
    width: 155px;
}
.box_expand_155 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_155_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 155px;
    
    margin-top: 23px;

    
}
.box_expand_155 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 8px 14px;
    width: 125px;
    word-wrap: break-word;
}
.box_expand_155 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_155_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 155px;
}
.box_expand_205 {
    width: 205px;
}
.box_expand_205 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_205_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 205px;
    
    margin-top: 23px;

    

    
}
.box_expand_205 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 4px 17px 13px 13px;
    width: 173px;
    word-wrap: break-word;
}
.box_expand_205 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_205_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 205px;
}
.box_expand_518 {
    width: 518px;
}
.box_expand_518 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_518_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 518px;
    
    margin-top: 23px;

}
.box_expand_518 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 12px 18px;
    width: 480px;
    word-wrap: break-word;
}
.box_expand_518 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_518_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 518px;
}
.box_expand_684 {
    margin: 0 0 14px 0;
    width: 684px;
}
.box_expand_684 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_684_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 684px;
    
    margin-top: 23px;

}
.box_expand_684 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 12px 18px;
    width: 646px;
    word-wrap: break-word;
}
.box_expand_684 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_684_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 684px;
}
.box_expand_900 {
    margin: 0 0 14px 0;
    width: 900px;
}
.box_expand_900 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_900_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 900px;
}
.box_expand_900 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 12px 18px;
    width: 862px;
    word-wrap: break-word;
}
.box_expand_900 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_900_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 900px;
}
.box_expand_734 {
    margin: 0 0 14px 0;
    width: 734px;
}
.box_expand_734 .box_top {
    background: url(/resource/1625082787000/images_zip/container_top_734_background.png) 0px 0px no-repeat;
    display: block;
    height: 6px;
    width: 734px;
    margin-top: 23px;

}
.box_expand_734 .box_middle {
    background: #fff url(/resource/1625082787000/images_zip/container_middle_background.png) 0px 0px repeat-x;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    display: block;
    min-height: 87px;
    padding: 12px 18px;
    width: 696px;
    word-wrap: break-word;
}
.box_expand_734 .box_bottom {
    background: url(/resource/1625082787000/images_zip/container_bottom_734_background.png) 0px 0px no-repeat;
    clear: both;
    display: block;
    height: 6px;
    width: 734px;
}


/*** END BOX CONTAINERS STYLES ***/

/*** START HOME/LOGIN STYLES ***/

body.home {
    background: #FFF url(/resource/1625082787000/images_zip/background_repeating_texture.png) 50% 0% repeat-x;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 900px;
}
.left_shadow {
    left: -38px;
    position: absolute;
    top: 115px;
    width: 38px;
    z-index: 101;
}
.right_shadow {
    left: 900px;
    position: absolute;
    top: 115px;
    width: 38px;
    z-index: 101;
}
.banner {
    height: 200px;
    padding: 14px 0 16px 0;
    position: relative;
    width: 600px;
}
.corners_top_left {
    background: url(/resource/1625082787000/images_zip/corners.png) -12px -12px no-repeat;
    display: block;
    height: 12px;
    left: 0px;
    position: absolute;
    top: 14px;
    width: 12px;
    z-index: 999;
}
.sub_banner .corners_top_left {
    background: url(/resource/1625082787000/images_zip/corners_gray.png) -12px -12px no-repeat;
    top: 0;
}
.corners_top_right {
    background: url(/resource/1625082787000/images_zip/corners.png) 0 -12px no-repeat;
    display: block;
    height: 12px;
    position: absolute;
    right: -2px;
    top: 14px;
    width: 12px;
    z-index: 999;
}
.sub_banner .corners_top_right {
    background: url(/resource/1625082787000/images_zip/corners_gray.png) 0 -12px no-repeat;
    top: 0;
}
.corners_bottom_left {
    background: url(/resource/1625082787000/images_zip/corners.png) -12px 0 no-repeat;
    bottom: 14px;
    display: block;
    height: 12px;
    left: 0px;
    position: absolute;
    width: 12px;
    z-index: 999;
}
.sub_banner .corners_bottom_left {
    background: url(/resource/1625082787000/images_zip/corners_gray.png) -12px 0 no-repeat;
    bottom: -2px;
}
.corners_bottom_right {
    background: url(/resource/1625082787000/images_zip/corners.png) 0 0 no-repeat;
    bottom: 14px;
    display: block;
    height: 12px;
    position: absolute;
    right: -2px;
    width: 12px;
    z-index: 999;
}
.sub_banner .corners_bottom_right {
    background: url(/resource/1625082787000/images_zip/corners_gray.png) 0 0 no-repeat;
    bottom: -2px;
}
.home_content, .login_content {
    float: left;
    margin: 9px 0 24px 0;
    width: 684px;
}
.sub_banner {
    margin: 14px 0 0 0;
    position: relative;
}
.see_details_btn {
    display: block;
    float: left;
    left: 23%;
    margin: 0 auto !important;
    position: relative;
    text-decoration: none !important;
}
.see_details_btn:hover {
    text-decoration: none !important;
}
.see_details_btn_left {
    background: url(/resource/1625082787000/images_zip/see_details_btn_left.png) left bottom no-repeat;
    display: inline-block;
    float: left;
    height: 18px;
    width: 6px;
}
.see_details_btn_middle {
    background: #fff url(/resource/1625082787000/images_zip/see_details_btn_middle.png) center bottom repeat-x;
    color: #fff !important;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 12px;
    padding: 2px 6px 0 6px;
    text-decoration: none;
    text-transform: capitalize; 
}
.see_details_btn_right {
    background: url(/resource/1625082787000/images_zip/see_details_btn_right.png) right bottom no-repeat;
    display: inline-block;
    float: left;
    height: 18px;
    width: 6px;
}

.training-link-home {
    width: 173px;
}

.training-link-home a {
    background: transparent url(/resource/1625082786000/TCC_zip_images/image-video-icon.png) no-repeat 0 0;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    margin: 8px 0 0 0;
    padding: 0 0 0 64px;
    text-decoration: none;
}

/*** END HOME/LOGIN STYLES ***/

/*** START HOME STYLES ***/

.banner #nav {
    bottom: 30px;
    position: absolute;
    right: 10px;
    z-index: 99;
}
.banner #nav a {
    background: url(/resource/1625082787000/images_zip/messaging_navigation_sprite.png) 0 0 no-repeat;
    color: #d4022a;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 16px;
    margin: 0 3px 0 0;
    padding: 4px 5px 4px 3px;
    text-align: center;
    text-decoration: none;
    width: 16px;
}
.banner #nav a.activeSlide {
    background: url(/resource/1625082787000/images_zip/messaging_navigation_sprite.png) 0 -26px no-repeat;
    color: #fff;
}
.home .tabs {
    height: 34px;
    margin: 10px 0 -1px 0;
}
.home .tabs li {
    border-bottom: 1px solid #95979F;
    display: inline-block;
    float: left;
    margin: 0 1px 0 0;
    position: relative;
}
.home .tabs li.active {
    border-bottom: none;
}
.home .tabs li .tab_left {
    background: url(/resource/1625082787000/images_zip/tab_home_inactive_left_background.png) left bottom no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
    width: 3px;
}
.home .tabs li .tab_middle {
    background: #fff url(/resource/1625082787000/images_zip/tab_home_inactive_middle_background.png) center bottom repeat-x;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 26px;
    line-height: 12px;
    padding: 6px 2px 0 2px;
    text-transform: uppercase; 
}
.home .tabs li .tab_right {
    background: url(/resource/1625082787000/images_zip/tab_home_inactive_right_background.png) right bottom no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
    width: 3px;
}
.home .tabs li.active .tab_left {
    background: url(/resource/1625082787000/images_zip/tab_home_active_left_background.png) left bottom no-repeat;
    height: 34px;
}
.home .tabs li.active .tab_middle {
    background: #fff url(/resource/1625082787000/images_zip/tab_home_active_middle_background.png) center bottom repeat-x;
    height: 28px;
}
.home .tabs li.active .tab_right {
    background: url(/resource/1625082787000/images_zip/tab_home_active_right_background.png) right bottom no-repeat;
    height: 34px;
}
.home .tabs li a {
    color: #67686a !important;
    display: block;
    text-decoration: none;
}
.home .tabs li.active a {
    color: #2e5e9e !important;
}
.home .tab_content {
    border: 1px solid #95979F;
    padding: 34px 14px 14px 14px;
}
.home .tab_content table {
    font-size: 11px;
}
.home .tab_content table td {
    text-align: center;
    width: 25%;
}
.home .tab_content table td a {
    color: #2E5E9E !important;
    display: block;
    margin: 5px 0 10px 0;
    text-decoration: none;
}
.home_content .box_middle h1 {
    color: #d4022a;
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}
.home_content .large_btn {
    color: #D4022A !important;
    text-decoration: none;
}
.distributor_content_columns {
    background:url(/resource/1625082787000/images_zip/two_column_background.png) 475px 0 repeat-y;
    margin:14px 0 0 0;
    width:100%;
}
.distributor_content_columns table {
    width: 100%;
}
.distributor_content_columns table th {
    color: #D4022A;
    font-size: 12px;
    font-weight: bold;
}
.distributor_content_columns table td {
    font-size: 11px;
    line-height: 17px;
    color: #666;
}
.distributor_content_column_one {
    float: left;
    margin: 0 14px 0 0;
    width: 462px;
}
.distributor_content_column_one table a {
    color: #2e5e9e !important;
}
.distributor_content_column_two {
    float: right;
    margin: 0 0 0 14px;
    width: 156px;
}

/*** END HOME STYLES ***/

/*** START LOGIN STYLES ***/

.login_content .box_middle {
    padding: 4px 16px 2px 16px !important;
    position: relative;
    width: 650px !important;
}
.intro_text {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 0 24px 0 0;
    width: 266px;
}
.login {
    display: inline-block;
    float: left;
    font-size: 11px;
    width: 154px;
}
.inputField {
    background: url(/resource/1625082787000/images_zip/login_field_background.png) 0px 0px no-repeat;
    position: relative;
}
.inputField input {
    background: none;
    border: none;
    color: #999;
    clear: both;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 4px 0;
    padding: 0 8px;
    width: 112px;
}
.go_btn {
    background: transparent none !important;
    border: none !important;
    color: #D4022A !important;
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*height: 21px;*/
    margin: -2px 0 0 0 !important;
    padding: 0 !important;
    /*width: 46px;*/
}
.forgot_password {
    color: #2e5e9e !important;
    display: inline-block;
    float: left;
    font-size: 10px;
    line-height: 21px;
    margin: 0 0 0 4px;
    text-decoration: none;
}
.title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.signup {
    display: inline-block;
    float: left;
    width: 200px;
}
.signup_btn {
    display: block;
    margin: 10px 0 0 0;
    text-decoration: none !important;
}
.signup_btn:hover {
    text-decoration: none !important;
}
.about_this_program {
    float: left;
    width: 230px;
}
.member_benefits {
    float: right;
    width: 230px;
}
.graphic {
    bottom: -5px;
    left: 250px;
    overflow: hidden;
    position: Center;
    text-align: Center;
    width: 180px;
    //margin:0px;
}
.about_this_program ul, .member_benefits ul {
    margin: 4px 0 0 14px;
}
.about_this_program li, .member_benefits li {
    font-size: 11px;
    line-height: 17px;
}
.about_this_program a, .member_benefits a {
    color: #d4022a !important;
    text-decoration: none;
}

/*** END LOGIN STYLES ***/

/*** START SUB/SECONDARY STYLES ***/

body.sub {
    background: #FFF url(/resource/1625082787000/images_zip/background_repeating_texture_secondary.png) 50% 0% repeat-x;

}
.page_content h1, h1.pageType, .error_content h1 {
    color: #d4022a;
    display: block;
    font-size: 21px !important;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-transform: capitalize;    
}
.page_content h2, h2.pageDescription, .error_content h2 {
    color: #d4022a;
    display: inline-block;
    float: left;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 25px;
}
.page_content p a {
    margin: 0 0 0 3px;
}
.breadcrumb {
    color: #666;
    float: left;
    font-size: 11px;
    height: 13px;
    padding: 11px 0 4px 4px;
    width: 680px;
}
.breadcrumb a {
    color: #666 !important;
    text-decoration: none;
}
.breadcrumb ul {
}
.breadcrumb ul li {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
}
.page_content {
    float: left;
    margin: 9px 0 24px 0;
    width: 518px;
}
.page_content a, .error_content a {
    color: #2E5E9E;
    text-decoration: none;
}
.page_content li {
    font-size: 12px;
    line-height: 17px;
    list-style-type: none;
    margin-left: 0 !important;
}
.page_content li a.checkbox {
    background: transparent url(/img/checkbox_checked.gif) top right no-repeat;
    padding: 0 20px 0 0;
}
.page_content ul ul {
    margin: 0 0 10px 0;
}
.page_content ul ul li {
    font-size: 11px;
    margin-left: 1em !important;
}
.left_sidebar {
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 9px 11px 24px 0;
    width: 155px;
}
.subNav h3 {
    color: #d4022a !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 6px 0;
    text-transform: none;
}
.subNav p {
    line-height: 14px;
    margin: 0 0 6px 8px;
}
.subNav a {
    color: #d4022a !important;
    text-decoration: none;
}
.subNav .active {
    color: #b7b7b7 !important;
}
.sub .right_sidebar {
    margin-top: -27px;
}
.JoinTheProgramC2aText {
    position: relative;
    z-index: 20;
}
.JoinTheProgramC2aImage {
    bottom: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    width: 87px;
    z-index: 10;
}
/*** END SUB/SECONDARY STYLES ***/

/*** START ABOUT THE PROGRAM STYLES ***/
.info_section {
    padding: 24px 0 0 0;
}
.info_section img {
    float: left;
}
.info_section p {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 96px;
}
.info_section .title_info_section {
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
}
/*** END ABOUT THE PROGRAM STYLES ***/

/*** START MY ACCOUNT OVERVIEW STYLES ***/
.tabs {
    height: 22px;
    margin: 10px 0 -1px 0;
}
.tabs li {
    border-bottom: 1px solid #95979F;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin: 0 1px 0 0;
    position: relative;
}
.tabs li.active {
    border-bottom: none;
}
.tabs li .tab_left {
    background: url(/resource/1625082787000/images_zip/tab_inactive_left_background.png) left bottom no-repeat;
    display: inline-block;
    float: left;
    height: 20px;
    width: 3px;
}
.tabs li .tab_middle {
    background: #fff url(/resource/1625082787000/images_zip/tab_inactive_middle_background.png) center bottom repeat-x;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 22px;
    padding: 0 2px;
    text-transform: uppercase;
}
.tabs li .tab_right {
    background: url(/resource/1625082787000/images_zip/tab_inactive_right_background.png) right bottom no-repeat;
    display: inline-block;
    float: left;
    height: 20px;
    width: 3px;
}
.tabs li.active .tab_left {
    background: url(/resource/1625082787000/images_zip/tab_active_left_background.png) left bottom no-repeat;
    height: 22px;
}
.tabs li.active .tab_middle {
    background: #fff url(/resource/1625082787000/images_zip/tab_active_middle_background.png) center bottom repeat-x;
    height: 22px;
}
.tabs li.active .tab_right {
    background: url(/resource/1625082787000/images_zip/tab_active_right_background.png) right bottom no-repeat;
    height: 22px;
}
.tabs li a {
    color: #67686a !important;
    display: block;
}
.tabs li.active a {
    color: #2e5e9e !important;
}
.tab_content {
    border: 1px solid #95979F;
    padding: 14px;
}
.tab_content_header {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 10px 0;
    width: 100%;
}
.tab_content_title {
    font-size: 16px;
    font-weight: bold;
}
.tab_content_subtitle {
    font-size: 11px;
    font-style: italic;
}
.tab_content_columns {
    background:url(/resource/1625082787000/images_zip/tab_content_two_column_background.png) 0 0 repeat-y;
    margin:14px 0 0 0;
    width:100%;
}
.tab_content_columns table {
    width: 100%;
}
.tab_content_columns table th {
    color: #D4022A;
    font-size: 12px;
    font-weight: bold;
}
.tab_content_columns table td {
    font-size: 11px;
    line-height: 17px;
    color: #666;
}
.tab_content_column_one {
    float: left;
    margin: 0 14px 0 0;
    width: 230px;
}
.tab_content_column_one table a {
    color: #2e5e9e !important;
}
.tab_content_column_two {
    float: right;
    margin: 0 0 0 14px;
    width: 185px;
}
.tab_column_title {
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.product_mix {
    border-top: 1px solid #CDCDCD;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.product_mix table {
    width: 100%;
}
.product_mix td {
    height: 23px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 33%;
}
.product_mix tr.odd td {
    background: #fff;
}
.product_mix tr.even td {
    background: #f1f1f1;
}
.product_mix td .label {
    float: left;
    padding: 0 0 0 10px;
}
.product_mix td .data {
    color: #d4022a;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 0 0;
}
.expand_collapse_container {
    border: 1px solid #95979f;
    margin: 14px 0 0 0;
    width: 478px;
}
.expand_collapse_container .expand_collapse_header {
    background: url(/resource/1625082787000/images_zip/section_header_background.png) 0 0 repeat-x;
    height: 31px;
}
.expand_collapse_container .expand_collapse_header.expanded {
    background: none;
}
.expand_collapse_container .expand_collapse_header a {
    background: url(/resource/1625082787000/images_zip/section_header_collapsed.png) 4px 4px no-repeat;
    color: #D4022A !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 35px;
}
.expand_collapse_container .expand_collapse_header.expanded a {
    background: url(/resource/1625082787000/images_zip/section_header_expanded.png) 4px 4px no-repeat;
}
.expand_collapse_container .expand_collapse_header a:hover {
    text-decoration: none !important;
}
.expand_collapse_container .expand_collapse_content {
    display: none;
    padding: 10px 14px 14px 14px;
}
.expand_collapse_container .expand_collapse_content table a {
    color: #2e5e9e !important;
}
.expand_collapse_container .expand_collapse_content table th {
    font-size: 12px;
    font-weight: bold;
}
.expand_collapse_container .expand_collapse_content table td {
    font-size: 11px;
    line-height: 17px;
}
.expand_collapse_content_columns {
    background:url(/resource/1625082787000/images_zip/tab_content_two_column_background.png) 30px 0 repeat-y;
    margin:0 0 0 0;
    width:100%;
}
.expand_collapse_content_columns table {
    width: 100%;
}
.expand_collapse_content_columns table th {
    color: #D4022A;
    font-size: 12px;
    font-weight: bold;
}
.expand_collapse_content_columns table td {
    font-size: 11px;
    line-height: 17px;
    color: #666;
}
.expand_collapse_content_column_one {
    float: left;
    margin: 0 14px 0 0;
    width: 260px;
}
.expand_collapse_content_column_two {
    float: right;
    margin: 0 0 0 14px;
    width: 155px;
}
.expand_collapse_column_title {
    color: #d4022a;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.expand_collapse_container .expand_collapse_footer {
    padding: 10px 0 0 0;
}
.add_certified_contact_btn, .redeem_my_points_btn {
    display: inline-block;
    margin: 10px 0;
    text-decoration: none !important;
}
.add_certified_contact_btn:hover, .redeem_my_points_btn:hover {
    text-decoration: none !important;
}
[id*="overview"] .tab_content_columns {
    background-position: -40px 0;
}
[id*="overview"] .tab_content_column_one {
    width: 210px;
}
[id*="overview"] .tab_content_column_two {
    width: 210px;
}

/*** END MY ACCOUNT OVERVIEW STYLES ***/

/*** START ERROR STYLES ***/

.error_content {
    font-size: 11px;
    margin: 10px 0 0 0;
}
.error_content img {
    float: left;
    margin: 0 6px 0 0;
}
.error_content p {
    clear: both;
    padding: 10px 0 0 0;
}
.errorM6, .errorM4, .errorM3, .errorM2, .errorS1 {
    border-color: #999 !important;
}
.message {
    background-color: #eee !important;
    color: #666 !important;
    margin: 10px 0px !important;
}

/*** END ERROR STYLES ***/

/*** START SEARCH BOX STYLES ***/

.search_box {
    background: url(/resource/1625082787000/images_zip/search_background.png) 0px 0px no-repeat;
    height: 25px;
    margin: 0 0 11px 0;
    width: 205px;
    margin-top: 28px;
}
.search_box input {
    background: transparent !important;
    border: none !important;
    float: left;
}
.search_box label {
    float: left;
    height: 25px;
    width: 52px;
}
.search_box .search_text {
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    margin: 3px 0 0 8px;
    padding: 3px 0;
    width: 112px;
}
.search_box .search_submit {
    height: 25px;
    margin: 0 0 0 3px;
    width: 25px;
}

/*** END SEARCH BOX STYLES ***/

/*** START FOOTER STYLES ***/

.footer {
    background: #a7afbc ;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 199px;
    padding: 0 10px 17px;
    text-align: center;
}
.footer a {
    color: #464646;
    text-decoration: none;
}
.footer_bottom {
    background: #FFF url(/resource/1625082787000/images_zip/footer_bottom_background.png) 0px 0px repeat-x;
    clear: both;
    height: 12px;
    text-align: center;
}
.footer_container {
    margin: 0 auto;
    padding: 10px 0 0 0;
    position: relative;
    text-align: left;
    width: 900px;
}
.footer_columns {
    background: url(/resource/1625082787000/images_zip/footer_columns_background.png) 226px 0px repeat-y;
    padding: 0 0 0 6px;
    text-align: left;
}
.footer_columns h2 {
    display: block;
    margin: 5px 0;
}
.footer_columns p {
    color: #fff;
    font-size: 12px;
}
.footer_columns div {
    color: #fff;
    display: inline-block;
    line-height: 21px;
    padding-left: 12px;
    position: relative;
    vertical-align: top;
}
.footer_columns a {
    color: #fff !important;
    text-decoration: none;
}
.footer_links {
    font-size: 11px;
    margin: -2px auto 80px;
    padding: 10px 0 0 8px;
    position: relative;
    text-align: left;
    width: 900px;
}
.footer_links a {
    color: #333 !important;
    text-decoration: none;
}

/*** END FOOTER STYLES ***/

/*** START CMS STYLES ***/

.Image_Synopsis {
    line-height: 17px;
    margin: 0 0 0 96px;
}
.Image_Synopsis ul {
    clear: both;
    margin: 14px 0 14px 16px;
}
.Image_Synopsis ul li {
    list-style-type: disc;
}
.Image_Synopsis img {
    float: left;
    margin: 0 0 0 -96px;
    width: 76px;
}
.Image_Synopsis strike {
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.Image_Synopsis a strike:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
.Image_Synopsis a strike {
    background: url(/resource/1625082787000/images_zip/link_btn.png) right center no-repeat;
    clear: both;
    color: #d4022a;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    /*line-height: 25px;*/
    margin: 3px 0;
    padding: 3px 25px 3px 0;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
    text-transform: capitalize; 
}
.Image_Content {
    line-height: 17px;
    margin: 0 0 0 173px;
}
.Image_Content ul {
    clear: both;
    margin: 14px 0 14px 16px;
}
.Image_Content ul li {
    list-style-type: disc;
}
.Image_Content img {
    float: left;
    margin: 0 0 0 -173px;
    width: 153px;
}
.Image_Content strike {
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.Image_Content a strike:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
.Image_Content a strike {
    background: url(/resource/1625082787000/images_zip/link_btn.png) right center no-repeat;
    clear: both;
    color: #d4022a;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    /*line-height: 25px;*/
    margin: 3px 0;
    padding: 3px 25px 3px 0;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
}
.Video_Content {
    float: left;
    line-height: 17px;
    width: 240px;
}
.Video_Content img {
    float: left;
    margin: 0 6px 0 0;
    width: 104px;
}
.Video_Content a {
    color: #3d578b !important;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    vertical-align: middle;
}
.Video_Content a:hover {
    text-decoration: underline;
}
.Plain_Content {
    line-height: 17px;
}
.Plain_Content strike {
    color: #d4022a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.Plain_Content a strike:hover {
    cursor: pointer;
    text-decoration: underline !important;
}
.Plain_Content a strike {
    background: url(/resource/1625082787000/images_zip/link_btn.png) right center no-repeat;
    clear: both;
    color: #d4022a;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    /*line-height: 25px;*/
    margin: 3px 0;
    padding: 3px 25px 3px 0;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
}
.Plain_Content ul {
    clear: both;
    margin: 14px 0 14px 16px;
}
.Plain_Content ul li {
    list-style-type: disc;
}
.Product_Content {
    clear: both;
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 152px;
}
.Product_Content img {
    width: 120px;
}
.Product_Content strong {
    color: #2E5E9E !important;
    display: block;
    font-weight: normal;
    height: 3em;
    margin: 5px 0 0;
    position: relative;
}
.Product_Content a {
    color: #2E5E9E !important;
    display: block;
    /*height: 3em;*/
    height: 120px;
    margin: 5px 0 0;
    position: relative;
    text-decoration: none;
}
.Product_Content a.see_details {
    color: #fff;
    height: auto !important;
    left: 25%;
}

.Product_Content br {
    height: 4px;
    line-height: 4px;
    overflow: hidden;
}

.Product_Content strike {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.Product_Content a strike:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

*+html .Product_Content {
    clear: none;
    display: inline;
}

/*** END CMS STYLES ***/

/*** START CUSTOMER PORTAL OVERRIDE STYLES ***/

.breadcrumb_search {
    margin: 1px auto 0;
    width: 900px;
}
.breadcrumb_search .breadcrumb {
    padding: 10px 0 4px 4px !important;
}
.breadcrumb_search .search_box {
    float: right;
}
.ptBody {
    background: transparent !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.bPageTitle .ptBody .content {
    float: none !important;
    padding-left: 0 !important;
    vertical-align: middle;
    width: 100% !important;
}
.bPageBlock {
    border: 1px solid #95979f !important;
    /*margin: 0 !important;*/
    margin: 0 0 1em 0 !important;
    padding: 14px;
    font-size: 11px !important;
}
.bPageBlock .pbHeader {
    background-color: transparent !important;
}
.bPageBlock .pbBody {
    padding: 0 !important;
}
.bPageBlock .labelCol {
    color: #666;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 1em !important;
    text-align: right;
}
.error_content .bPageBlock .requiredInput .requiredBlock {
    bottom: 4px;
    left: -6px;
    top: 0;
}
.pbSubheader {
    background: transparent !important;
    border: none !important;
    font-size: 11px !important;
    padding: 4px 0;
}
.pbSubheader h3 {
    color: #666 !important;
    font-size: 11px;
}
.pbSubExtra {
    margin-right: 0 !important;
}
.pbHeader .pbTitle h2, .pbHeader .pbTitle h3 {
    margin: 0 !important;
}
.sidebarCell, #sidebarDiv {
    display: none;
}
.bPageTitle .content .blank {
    display: none;
}
#topButtonRow {
    display: none;
}
.dataCol input[type="checkbox"] {
    margin: 6px 0 0 0;
}
.bPageBlock .detailList tr td, .bPageBlock .detailList tr th {
    border: none;
}
.bPageBlock .detailList .labelCol {
    /*width: 26%;*/
    width: auto !important;
}
.bPageBlock .detailList .dataCol {
    /*width: 32%;*/
    width: auto !important;
}
.bPageBlock .detailList .data2Col {
    /*width: 74%;*/
    width: auto !important;
}
.bPageBlock .detailList .labelCol.empty {
    width: 1% !important;
}
.bPageBlock .detailList .dataCol.empty {
    width: 1% !important;
}
.bPageBlock .detailList .data2Col.empty {
    width: 1% !important;
}
.list .headerRow th, .list .headerRow th a {
    border-bottom-color: #95979F !important;
}
.list td, .list th, body.oldForecast .list .last td, body.oldForecast .list .last th {
    border-bottom: 1px solid #95979F !important;
}
.btn, .button, .formulaButton, .btnWhatsNew {
    background: #fff;
    border-bottom: 2px solid #95979f;
    border-left: 1px solid #95979f;
    border-right: 2px solid #95979f;
    border-top: 1px solid #95979f;
    color: #d4022a;
    cursor: pointer;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.btn_middle .btn {
    background: transparent;
    border: none;
    color: #d4022a;
    cursor: pointer;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: -2px 0 0 0;
    outline: none;
    padding: 0;
    text-transform: capitalize;
}
.bPageBlock .requiredInput .requiredBlock {
    background-color: #CC0000;
    bottom: 0;
    left: -6px;
    position: absolute;
    top: 0;
    width: 3px;
}

.requiredCustomBlock {
    border-left: 3px solid #CC0000 !important;
    padding-left: 11px;
    position: relative;
    left: -6px;
    top: 0;
}

optgroup {
    font-style: italic;
    font-weight: bold;
}
.pbButton, .pbButtonb {
    float: right;
    text-align: right;
}
.actionLink {
    color: #2E5E9E !important;
}
.multiSelectPicklistTable select {
    height: 80px;
    width: 150px;
}
.page_content #report {
    /*display: none;*/
}
#reportWide {
    width: 860px;
}
#reportWide table {
    table-layout: fixed;
    width: 100%;
}
.searchResults .fFooter a {
    display:none;
}
.searchResults .bFilterSearch .bFilter .view .fFooter {
    border: none;
}
.searchResults .bFilterSearch .bFilter .view {
    background: transparent;
}

/*** END CUSTOMER PORTAL OVERRIDE STYLES ***/

/*** START SITE MAP STYLES ***/

.columns {
    width: 100%;
}
.columns .Plain_Content ul {
    clear: both;
    margin: 15px 0 0 15px;
}
.columns .Plain_Content ul li {
    font-size: 12px;
    line-height: 21px;
    list-style-type: none;
    margin: 0 0 0 15px;
}
.columns .Plain_Content ul ul {
    margin: 0 0 0 15px;
}
.columns .Plain_Content ul ul li {
    list-style-type: disc !important;
    margin: 0 0 0 15px;
}
.columns .hr {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    clear: both;
    height: 1px;
    margin: 0 0 12px 0;
    outline: none;
    padding: 12px 0 0 0;
    width: 100%;
}
.columns h2 {
    clear: both;
    color: #2E5E9E !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.columns .columnOne {
    float: left;
    text-align: left;
    width: 201px;
}
.columns .columnTwo {
    float: right;
    text-align: left;
    width: 201px;
}

/*** END SITE MAP STYLES ***/

/*** START IE7 HACKS ***/

*+html .navigation ul li:hover div.dropdown_container {
    left: 0;
    top: 100%;
}
*+html .search_box {
    margin-top: 1px;
}
*+html .page_content {
    margin: 10px 0 24px 0;
}
*+html .left_sidebar {
    margin-top: 10px;
}
*+html .breadcrumb {
    height: 12px;
    padding: 11px 0 4px 4px;
}
*+html .username {
    margin: 0 0 2px 0;
}
*+html .password {
    margin: 0 0 2px 0;
}
*+html .right_sidebar_content .account_info {
    margin: 28px 0 0 0;
}
*+html .tabs {
    height: 22px;
    margin: 40px 0 -1px 0;
}
*+html .home .tabs {
    height: 34px;
    margin: 40px 0 -1px 0;
}
*+html .home_content .box_middle h1 {
    margin: 0 0 -30px 0;
}
*+html .footer_columns div {
    display: inline;
}
/*** END IE7 HACKS ***/


/*** Start Dave Eckblad ***/

/*.bPageBlock .reportOutput th {
    text-align: '' !important;
}*/

.overrideReportHeaderRight {
    text-align: right !important;
}

a, .miniTab .currentTab a {
    color: #2E5E9E;
}

.footnote {
    font-size: 10px;
    color: #666666;
    display: inline;
}

.cProLabel {
    position: relative;
}

.cProToolTip {
    position: absolute;
    top: -4px;
    left: -26px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
}
.progress-complete {
  overflow: hidden;
  width: 240px;
  height: 80px;
  margin: -29px 0 20px 245px;
}

.progress {
  overflow: hidden;
  width: 240px;
  height: 80px;
  margin: -29px 0 20px 245px;
}

.progress-val {
  float: right;
  margin: -5px 17px -25px 15px;
  font: bold 18px/24px Helvetica, Arial, sans-serif;
  color: #D4022A;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}
.progress-msg {
    margin-top: 10px;
    text-align: right;
    width:240px;
}

.progress-diff {
    font-weight: bolder;
    color: #D4022A;
}

.progress-bonus {
    font: bold 15px Helvetica, Arial, sans-serif;
    text-align: right;
}

.progress-val-text {
  float: right;
  margin: 14px 30px 0 -60px;
  font: bold 9px Helvetica, Arial, sans-serif;
  color: #D4022A;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

.progress-bar {
  display: block;
  overflow: hidden;
  height: 20px;
  width: 150px;
  margin: 13px 0 2 0;
  background: #b8b8b8;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 60%);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
}

.progress-in {
  display: block;
  min-width: 0px;
  height: 20px;
  background: #D4022A;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #D4022A, #FF022A);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #D4022A, #FF022A);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #D4022A, #FF022A);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #D4022A, #FF022A);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

@font-face {
    font-family: "Raleway ";
    src: url(http://www.example.org/mycustomfont.ttf) format("truetype");
}

/*** End Dave Eckblad ***/