﻿/* dCodes Framework */

.lineruler {
    border-top: 1px solid #ccc;
    margin-top: 8px;
    margin-bottom: 8px
}

/* Text Highlighter */
.dc_highlight {
    background: #111;
    color: #fff !important;
    line-height: 270%;
    padding: 3px 7px;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.dc_highlight2 {
    border-bottom: 1px dotted;
    font-style: italic;
    line-height: 200%;
    padding: 3px;
    margin-left: 1px;
    margin-right: 1px
}

.red {
    background-color: #e90000 !important;
    border-color: #700 !important
}

.orange {
    background-color: #e98813 !important;
    border-color: #c27110 !important
}

.yellow {
    background-color: #efbb05 !important;
    border-color: #f7c808 !important
}

.green {
    background-color: #74941f !important;
    border-color: #74941f !important
}

.olive {
    background-color: #3a491a !important;
    border-color: #3a491a !important
}

.teal {
    background-color: #089 !important;
    border-color: #089 !important
}

.blue {
    background-color: #00437f !important;
    border-color: #00437f !important
}

.deepblue {
    background-color: #092334 !important;
    border-color: #092334 !important
}

.purple {
    background-color: #4b2c5a !important;
    border-color: #4b2c5a !important
}

.hotpink {
    background-color: #bc006e !important;
    border-color: #bc006e !important
}

.slategrey {
    background-color: #3b424a !important;
    border-color: #3b424a !important
}

.mauve {
    background-color: #625b56 !important;
    border-color: #625b56 !important
}

.pearl {
    background-color: #ab998f !important;
    border-color: #ab998f !important
}

.steelblue {
    background-color: #788794 !important;
    border-color: #63707c !important
}

.mossgreen {
    background-color: #717a75 !important;
    border-color: #717a75 !important
}

.wheat {
    background-color: #79745d !important;
    border-color: #79745d !important
}

.coffee {
    background-color: #372e25 !important;
    border-color: #372e25 !important
}

.copper {
    background-color: #6b3c02 !important;
    border-color: #6b3c02 !important
}

.silver {
    background-color: #eee !important;
    border-bottom: 1px dotted #b6b6b6;
    color: #444 !important
}

.black {
    background-color: #111 !important;
    border-color: #3d3d3d !important
}

.white {
    background-color: #fff !important;
    border-color: #eee !important;
    color: #aaa !important
}

.red_text,
.red_sprite a {
    color: #700 !important
}

.orange_text,
.orange_sprite a {
    color: #e98813 !important
}

.yellow_text,
.yellow_sprite a {
    color: #efbb05 !important
}

.green_text,
.green_sprite a {
    color: #74941f !important
}

.olive_text,
.olive_sprite a {
    color: #3a491a !important
}

.teal_text,
.teal_sprite a {
    color: #089 !important
}

.blue_text,
.blue_sprite a {
    color: #00437f !important
}

.deepblue_text,
.deepblue_sprite a {
    color: #092334 !important
}

.purple_text,
.purple_sprite a {
    color: #4b2c5a !important
}

.hotpink_text,
.hotpink_sprite a {
    color: #bc006e !important
}

.slategrey_text,
.slategrey_sprite a {
    color: #3b424a !important
}

.mauve_text,
.mauve_sprite a {
    color: #625b56 !important
}

.pearl_text,
.pearl_sprite a {
    color: #ab998f !important
}

.steelblue_text,
.steelblue_sprite a {
    color: #788794 !important
}

.mossgreen_text,
.mossgreen_sprite a {
    color: #717a75 !important
}

.wheat_text,
.wheat_sprite a {
    color: #79745d !important
}

.coffee_text,
.coffee_sprite a {
    color: #372e25 !important
}

.copper_text,
.copper_sprite a {
    color: #6b3c02 !important
}

.silver_text,
.silver_sprite a {
    color: #999 !important
}

.black_text,
.black_sprite a {
    color: #111 !important
}

/* Pullquotes */
.dc_pullquote,
.dc_pullquote2,
.dc_pullquote3,
.dc_pullquote4 {
    display: inline-block;
    float: left;
    margin-bottom: 20px !important;
    margin-right: 4%;
    margin-top: 20px !important;
    width: 40%
}

.dc_pullquote,
.dc_pullquote2,
.dc_pullquote3 {
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 22px;
    letter-spacing: -.5px;
    line-height: 30px
}

.dc_pullquote {
    border: 1px solid #fff;
    padding: 19px
}

.dc_pullquote2 {
    border-left: 3px solid;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 0 0 17px;
    width: 36%
}

.dc_pullquote3 {
    border-bottom: 4px double #e0e0e0;
    border-top: 4px double #e0e0e0;
    margin-top: 20px !important;
    padding: 22px 0
}

.dc_pullquote4 {
    background: #222222 url(../images/button_overlay.png) repeat-x 0 -8px;
    border: 3px solid #111;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset, -1px -1px 0 rgba(255, 255, 255, 0.4) inset, 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #f8f8f8;
    font-size: 14px;
    padding: 19px
}

.quotes:before {
    content: '\201C';
    display: inline;
    font-size: 150%;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle
}

.quotes:after {
    content: '\201D';
    display: inline;
    font-size: 150%;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle
}

.dc_pullquote.aligncenter,
.dc_pullquote2.aligncenter,
.dc_pullquote3.aligncenter,
.dc_pullquote4.aligncenter {
    display: block;
    float: none;
    text-align: left;
    width: auto
}

.dc_pullquote.alignleft,
.dc_pullquote.aligncenter {
    margin-left: 2px
}

.dc_pullquote.alignright,
.dc_pullquote.aligncenter {
    margin-right: 2px
}

cite {
    color: #aaa;
    font-size: 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 20px auto;
    text-align: center
}

.alignright {
    float: right;
    margin: 5px 0 20px 4%
}

.alignleft {
    float: left;
    margin: 5px 4% 20px 0
}

.dc_pullquote {
    background: linear-gradient(top, #fff, #f6f6f6);
    background: -moz-linear-gradient(top, #fff, #f6f6f6);
    background: -o-linear-gradient(top, #fff, #f6f6f6);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background-color: #f6f6f6
}

.dc_pullquote {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.dc_quotes-rotator-container1 {
    margin: 0px;
    padding: 0px
}

.quovolve {
    margin: 20px 0;
    width: 100%
}

.quovolve blockquote {
    margin: 0
}

.quovolve blockquote p {
    margin: 10px 0
}

.quotes ul {
    list-style: none
}

/* Dividers */
.dc_divider1 {
    background: url(divider/images/dc_divider1.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider1_black {
    background: url(divider/images/dc_divider1_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider2 {
    background: url(divider/images/dc_divider2.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider2_black {
    background: url(divider/images/dc_divider2_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider3 {
    background: url(divider/images/dc_divider3.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider3_black {
    background: url(divider/images/dc_divider3_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider4 {
    background: url(divider/images/dc_divider4.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider4_black {
    background: url(divider/images/dc_divider4_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider5 {
    background: url(divider/images/dc_divider5.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider5_black {
    background: url(divider/images/dc_divider5_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider6 {
    background: url(divider/images/dc_divider6.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider6_black {
    background: url(divider/images/dc_divider6_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 600px
}

.dc_divider7 {
    background: url(divider/images/dc_divider7.png) no-repeat scroll center transparent;
    height: 75px;
    margin: 0px auto;
    padding: 6px;
    width: 330px
}

.dc_divider7_black {
    background: url(divider/images/dc_divider7_black.png) no-repeat scroll center transparent;
    height: 75px;
    margin: 0px auto;
    padding: 6px;
    width: 330px
}

.dc_divider8 {
    background: url(divider/images/dc_divider8.png) no-repeat scroll center transparent;
    height: 75px;
    margin: 0px auto;
    padding: 6px;
    width: 330px
}

.dc_divider8_black {
    background: url(divider/images/dc_divider8_black.png) no-repeat scroll center transparent;
    height: 75px;
    margin: 0px auto;
    padding: 6px;
    width: 330px
}

.dc_divider9 {
    background: url(divider/images/dc_divider9.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 50px
}

.dc_divider9_black {
    background: url(divider/images/dc_divider9_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 50px
}

.dc_divider10 {
    background: url(divider/images/dc_divider10.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 200px
}

.dc_divider10_black {
    background: url(divider/images/dc_divider10_black.png) no-repeat scroll center transparent;
    height: 35px;
    margin: 0px auto;
    padding: 6px;
    width: 200px
}

.dc_hrline_silver {
    background-color: #ddd;
    height: 1px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px
}

.dc_hrline_gray {
    background-color: #ccc;
    height: 1px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px
}

.dc_hrline_black {
    background-color: #000;
    height: 1px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px
}

.dc_hrline_red {
    background-color: #c00;
    height: 1px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px
}

/* Tabs */
.dc_clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    width: 100%
}

.dc_tabs_type_1 dd.current {
    display: block
}

.dc_tabs_type_1 {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 3px #c3c3c3;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.dc_tabs_type_1 dt {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 0 14px 3%;
    width: 22%
}

.dc_tabs_type_1 dt img {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 5px
}

.dc_tabs_type_1 dd {
    background-color: #FFF;
    box-shadow: inherit;
    display: none;
    margin-left: 25%;
    overflow: auto;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000
}

.dc_tabs_type_1 dt:first-child {
    margin-top: 0
}

.dc_tabs_type_1 dd .column_group p:first-child {
    margin-top: 0
}

.dc_tabs_type_1_arrow {
    height: 36px;
    left: 23%;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 1001
}

.dc_tabs_type_1 dt.current,
.dc_tabs_type_2 dt.current {
    background-color: #fff;
    color: #01C3FD !important
}

.dc_tabs_type_2 dd.current {
    display: block
}

.dc_tabs_type_2 {
    font-size: 12px;
    margin: 0;
    position: relative
}

.dc_tabs_type_2 dt {
    background-color: #f8f8f8;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 3px #c3c3c3;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 5px;
    padding: 0 16px
}

.dc_tabs_type_2 dt.current {
    background-color: #fff
}

.dc_tabs_type_2 dd {
    background: #FFF;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 3px #c3c3c3;
    display: none;
    left: 0;
    margin: 0;
    padding: 30px;
    position: absolute;
    top: 40px
}

.dc_tabs_type_2_arrow {
    height: 15px;
    position: absolute;
    top: 38px;
    width: 28px;
    z-index: 1001
}

#dc_tabs_type_3_container {
    width: 100%
}

#dc_tabs_type_3 {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

#dc_tabs_type_3 li {
    float: left;
    margin: 0 -15px 0 0
}

#dc_tabs_type_3 a {
    border-bottom: 30px solid #3D3D3D;
    border-bottom-color: #777\9;
    border-right: 30px solid transparent;
    color: #fff !important;
    filter: alpha(opacity=30);
    float: left;
    height: 0;
    line-height: 30px;
    opacity: .3;
    padding: 0 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

#dc_tabs_type_3 a:hover,
#dc_tabs_type_3 a:focus {
    border-bottom-color: #2ac7e1;
    filter: alpha(opacity=100);
    opacity: 1
}

#dc_tabs_type_3 a:focus {
    outline: 0
}

#dc_tabs_type_3 #current {
    border-bottom-color: #3d3d3d;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 3
}

#dc_tabs_type_3_content {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 2px solid #3d3d3d;
    padding: 2em
}

#dc_tabs_type_3_content h2,
#dc_tabs_type_3_content h3,
#dc_tabs_type_3_content p {
    margin: 0 0 15px 0
}

#dc_tabs_type_4_container {
    width: 100%
}

#dc_tabs_type_4 {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%
}

#dc_tabs_type_4 li {
    float: left;
    margin: 0;
    padding: 0
}

#dc_tabs_type_4 a {
    background: #ad1c1c;
    background: linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background: -moz-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background: -ms-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background: -o-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    background: -webkit-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    color: #fff !important;
    float: left;
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    padding: 0 30px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2)
}

#dc_tabs_type_4 a:hover {
    background: #c93434;
    background: linear-gradient(220deg, transparent 10px, #c93434 10px);
    background: -moz-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background: -ms-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background: -o-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background: -webkit-linear-gradient(220deg, transparent 10px, #c93434 10px)
}

#dc_tabs_type_4 a:focus {
    outline: 0
}

#dc_tabs_type_4 #current a {
    background: #ddd;
    background: -moz-linear-gradient(220deg, transparent 10px, #ddd 10px);
    background: -webkit-linear-gradient(220deg, transparent 10px, #ddd 10px);
    background: -ms-linear-gradient(220deg, transparent 10px, #ddd 10px);
    background: -o-linear-gradient(220deg, transparent 10px, #ddd 10px);
    background: linear-gradient(220deg, transparent 10px, #ddd 10px);
    text-shadow: none;
    color: #333 !important
}

#dc_tabs_type_4_content {
    background-color: #fff;
    border-bottom: 1px solid #c93434;
    border-left: 1px solid #c93434;
    border-right: 1px solid #c93434;
    border-top: 1px solid #c93434;
    padding: 16px
}

.dc_flat_tab_main_container {
    width: 100%px
}

ul.flat_tabs {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float: left;
    height: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

ul.flat_tabs li {
    background: #eee;
    border: 1px solid #ccc;
    border-left: none;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
    position: relative
}

ul.flat_tabs li a {
    border: 1px solid #fff;
    color: #000 !important;
    display: block;
    font-size: 1.2em;
    outline: none;
    padding: 0 20px;
    text-decoration: none
}

ul.flat_tabs li a:hover {
    background: #ccc
}

html ul.flat_tabs li.active,
html ul.flat_tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff
}

.dc_flat_tab_subcontainer {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    clear: both;
    float: left;
    khtml-border-radius-bottomleft: 5px;
    khtml-border-radius-bottomright: 5px;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
    width: 100%
}

.dc_flat_tab_content {
    font-size: 1.2em;
    padding: 20px
}

.dc_flat_tab_content h2 {
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 10px
}

.dc_flat_tab_content h3 a {
    color: #254588
}

.dc_flat_tab_content img {
    border: 1px solid #ddd;
    float: left;
    margin: 0 20px 20px 0;
    padding: 5px
}

.dc_gradient-tabs {
    position: relative;
    width: 100%
}

.dc_gradient-tabs input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 40px;
    left: 0px;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 120px;
    z-index: 1000
}

.dc_gradient-tabs input#grad-tab-2 {
    left: 120px
}

.dc_gradient-tabs input#grad-tab-3 {
    left: 240px
}

.dc_gradient-tabs input#grad-tab-4 {
    left: 360px
}

.dc_gradient-tabs label {
    background: #ddd;
    background: linear-gradient(top, #eee 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -o-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
    background: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
    color: #333 !important;
    display: block;
    float: left;
    font-size: 15px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    width: 80px
}

.dc_gradient-tabs label:after {
    background: #fff;
    bottom: -2px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.dc_gradient-tabs input:hover+label {
    background: #fff
}

.dc_gradient-tabs label:first-of-type {
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    z-index: 4
}

.grad-tab-label-2 {
    z-index: 3
}

.grad-tab-label-3 {
    z-index: 2
}

.grad-tab-label-4 {
    z-index: 1
}

.dc_gradient-tabs input:checked+label {
    animation: page 0.2s linear;
    background: #f2f2f2;
    moz-animation: page 0.2s linear;
    ms-animation: page 0.2s linear;
    o-animation: page 0.2s linear;
    webkit-animation: page 0.2s linear;
    z-index: 6
}

.clear-shadow {
    clear: both
}

.gradtab-content {
    background: #fff;
    border-radius: 0 3px 3px 3px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    min-height: 240px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5
}

.gradtab-content div {
    moz-transition: all linear 0.3s;
    ms-transition: all linear 0.3s;
    opacity: 0;
    o-transition: all linear 0.3s;
    padding: 20px 30px 20px 30px;
    position: absolute;
    top: 0;
    transition: all linear 0.3s;
    webkit-transition: all linear 0.3s;
    z-index: 1
}

.gradtab-content-1,
.gradtab-content-3 {
    moz-transform: translateX(-250px);
    ms-transform: translateX(-250px);
    o-transform: translateX(-250px);
    transform: translateX(-250px);
    webkit-transform: translateX(-250px)
}

.gradtab-content-2,
.gradtab-content-4 {
    moz-transform: translateX(250px);
    ms-transform: translateX(250px);
    o-transform: translateX(250px);
    transform: translateX(250px);
    webkit-transform: translateX(250px)
}

.dc_gradient-tabs input.grad-tab-selector-1:checked~.gradtab-content .gradtab-content-1,
.dc_gradient-tabs input.grad-tab-selector-2:checked~.gradtab-content .gradtab-content-2,
.dc_gradient-tabs input.grad-tab-selector-3:checked~.gradtab-content .gradtab-content-3,
.dc_gradient-tabs input.grad-tab-selector-4:checked~.gradtab-content .gradtab-content-4 {
    filter: alpha(opacity=100);
    moz-transform: translateX(0px);
    moz-transition: all ease-out 0.2s 0.1s;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    ms-transform: translateX(0px);
    ms-transition: all ease-out 0.2s 0.1s;
    opacity: 1;
    o-transform: translateX(0px);
    o-transition: all ease-out 0.2s 0.1s;
    position: static;
    transform: translateX(0px);
    transition: all ease-out 0.2s 0.1s;
    webkit-transform: translateX(0px);
    webkit-transition: all ease-out 0.2s 0.1s;
    z-index: 100
}

.gradtab-content div h2,
.gradtab-content div h3 {
    color: #398080
}

.gradtab-content div p {
    border-left: 8px solid rgba(204, 204, 204, 0.2);
    color: #777;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-left: 15px;
    text-align: left
}

.dc_gradient-vtabs {
    position: relative;
    width: 100%
}

.dc_gradient-vtabs input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 40px;
    left: 0px;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 120px;
    z-index: 1000
}

.dc_gradient-vtabs input#vgrad-tab-2 {
    top: 40px
}

.dc_gradient-vtabs input#vgrad-tab-3 {
    top: 80px
}

.dc_gradient-vtabs input#vgrad-tab-4 {
    top: 120px
}

.dc_gradient-vtabs label {
    background: #ddd;
    background: linear-gradient(top, #eee 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -o-linear-gradient(top, #eee 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
    background: -webkit-linear-gradient(top, #eee 0%, #ddd 100%);
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    clear: both;
    color: #333 !important;
    display: block;
    float: left;
    font-size: 15px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    width: 80px
}

.dc_gradient-vtabs label:after {
    background: #ff2f2ff;
    content: '';
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    width: 2px
}

.dc_gradient-vtabs input:hover+label {
    background: #ffffff
}

.dc_gradient-vtabs label:first-of-type {
    z-index: 4
}

.vgrad-tab-label-2 {
    z-index: 3
}

.vgrad-tabtab-label-3 {
    z-index: 2
}

.vgrad-tabtab-label-4 {
    z-index: 1
}

.dc_gradient-vtabs input:checked+label {
    background: #f2f2f2;
    z-index: 6
}

.clear-shadow {
    clear: both
}

.vgradtab-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    height: auto;
    margin: -175px 0 0 120px;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 5
}

.vgradtab-content div {
    moz-transition: all linear 0.5s;
    ms-transition: all linear 0.5s;
    opacity: 0;
    o-transition: all linear 0.5s;
    padding: 20px 30px 30px 30px;
    position: absolute;
    top: 0;
    transition: all linear 0.5s;
    webkit-transition: all linear 0.5s;
    z-index: 1
}

.vgradtab-content div {
    moz-transform: translateY(-450px);
    ms-transform: translateY(-450px);
    o-transform: translateY(-450px);
    transform: translateY(-450px);
    webkit-transform: translateY(-450px)
}

.dc_gradient-vtabs input.vgrad-tab-selector-1:checked~.vgradtab-content .vgradtab-content-1,
.dc_gradient-vtabs input.vgrad-tab-selector-2:checked~.vgradtab-content .vgradtab-content-2,
.dc_gradient-vtabs input.vgrad-tab-selector-3:checked~.vgradtab-content .vgradtab-content-3,
.dc_gradient-vtabs input.vgrad-tab-selector-4:checked~.vgradtab-content .vgradtab-content-4 {
    filter: alpha(opacity=100);
    moz-transform: translateY(0px);
    moz-transition: all ease-out 0.3s 0.3s;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    ms-transform: translateY(0px);
    ms-transition: all ease-out 0.3s 0.3s;
    opacity: 1;
    o-transform: translateY(0px);
    o-transition: all ease-out 0.3s 0.3s;
    position: relative;
    transform: translateY(0px);
    transition: all ease-out 0.3s 0.3s;
    webkit-transform: translateY(0px);
    webkit-transition: all ease-out 0.3s 0.3s;
    z-index: 100
}

.vgradtab-content div h2,
.vgradtab-content div h3 {
    color: #398080
}

.vgradtab-content div p {
    border-left: 8px solid rgba(204, 204, 204, 0.2);
    color: #777;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-left: 15px;
    text-align: left
}

/* Accordion */
#dc_toggle_container {
    width: 100%
}

.dc_hide .dc_toggle_box {
    display: none
}

.dc_show .dc_toggle_box {
    display: block
}

.style1 {
    margin: 0 0 16px
}

.style1 .dc_toggle_link,
.style1 .dc_acc_link {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.3em;
    padding: 8px 16px 8px 32px;
    text-decoration: none;
}

.style1.dc_hide .dc_toggle_link,
.style1 .dc_hide .dc_acc_link {
    background-image: url(accordion_toggle/images/toggle1_d.png)
}

.style1.dc_show .dc_toggle_link,
.style1 .dc_show .dc_acc_link {
    background-image: url(accordion_toggle/images/toggle1_u.png)
}

.style1 .dc_toggle_box {
    padding: 8px 0
}

.style2 {
    margin: 0 0 16px
}

.style2.dc_toggle,
.style2 .dc_acc_box {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: #ddd 1px 1px 2px
}

.style2 .dc_acc_box {
    margin-bottom: 6px
}

.style2 .dc_toggle_link,
.style2 .dc_acc_link {
    background-position: 16px center;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.3em;
    padding: 8px 16px 8px 48px;
    text-decoration: none;
    color: #333 !important
}

.style2.dc_hide .dc_toggle_link,
.style2 .dc_hide .dc_acc_link {
    background-image: url(accordion_toggle/images/toggle2_d.png)
}

.style2.dc_show .dc_toggle_link,
.style2 .dc_show .dc_acc_link {
    background-image: url(accordion_toggle/images/toggle2_u.png)
}

.style2 .dc_toggle_box {
    padding: 8px 16px
}

.style2.dc_toggle,
.style2 .dc_acc_box {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f6f6f6);
    /* Firefox 3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f6f6));
    /* Chrome 1-9,Safari 4-5 */
    background: -webkit-linear-gradient(top, #fff, #f6f6f6);
    /* Chrome 10+,Safari 5.1+*/
    background: -o-linear-gradient(top, #fff, #f6f6f6);
    /* Opera 11.10+*/
    background: -ms-linear-gradient(top, #fff, #f6f6f6);
    /* IE10 */
    background: linear-gradient(top, #fff, #f6f6f6);
    /* CSS3 */
}

.toggleCollapse {
    color: #333 !important;
    text-decoration: none
}

.toggleCollapse {
    color: #333;
    text-decoration: underline
}

.dc_accordion2 dd.current {
    display: block
}

.dc_accordion2 {
    font-size: 12px;
    margin-left: 0;
    border: 1px solid #eee;
    padding: 10px
}

.dc_accordion2 dt {
    background: #eaeaea;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    position: relative
}

.dc_accordion2 dd {
    display: none;
    margin: 8px 0 8px
}

.dc_accordion2 dd p:first-child {
    margin-top: 1px;
    padding: 10px
}

div.dc_accordion {
    background-color: #333;
    border-radius: 3px;
    color: #666666 !important;
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: normal;
    padding: 5px;
    width: 500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-background-clip: padding-box
}

div.dc_accordion ul,
div.dc_accordion li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: normal
}

div.dc_accordion li.block_header {
    color: #ffffff !important;
    font-weight: bold;
    height: 20px;
    padding: 8px 10px 10px 10px;
    width: 100%
}

div.dc_accordion a {
    color: #098365 !important;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: normal;
    text-decoration: none;
    outline: none
}

div.dc_accordion a:hover {
    text-decoration: underline
}

div.dc_accordion li.block a.header {
    color: #666666 !important;
    display: block;
    height: 20px;
    padding: 10px 10px 8px 10px;
    text-shadow: 0px 1px 0px #ffffff;
    /* CSS3 transition */
    -webkit-transition: padding-left 0.1s ease-out;
    -moz-transition: padding-left 0.1s ease-out;
    -o-transition: padding-left 0.1s ease-out;
    -ms-transition: padding-left 0.1s ease-out;
    transition: padding-left 0.1s ease-out
}

div.dc_accordion li.block div.arrow {
    background-color: transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #aaaaaa;
    float: right;
    height: 0px;
    margin-right: 10px;
    margin-top: -22px;
    visibility: visible;
    width: 0px
}

div.dc_accordion li.block a.header:hover {
    text-decoration: none !important;
    padding-left: 20px
}

div.dc_accordion li.block div {
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out
}

div.dc_accordion li.block div p {
    padding: 10px 10px 10px 10px;
    margin: 0px;
    position: relative;
    top: 50px
}

div.dc_accordion li.block:target,
div.dc_accordion li.block.target {
    width: 100%
}

div.dc_accordion li.block:target a.header,
div.dc_accordion li.block.target a.header {
    font-weight: bold
}

div.dc_accordion li:target div,
div.dc_accordion li.target div {
    background-color: #ffffff;
    border-top: 1px solid #ececec;
    height: 300px;
    overflow: auto;
    visibility: visible;
    width: 100%
}

div.dc_accordion li.block:target div p,
div.dc_accordion li.block.target div p {
    top: 0px;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

div.dc_accordion li.block:target div.arrow,
div.dc_accordion li.block.target div.arrow {
    margin-top: -23px
}

div.dc_accordion li.block {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #bcbcbc;
    background-color: #e8e8e8;
    background-image: linear-gradient(top, #ebebeb, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e3e3e3');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e3e3e3');
    background: -ms-linear-gradient(top, #ebebeb, #e3e3e3);
    background: -moz-linear-gradient(top, #ebebeb, #e3e3e3);
    background: -o-linear-gradient(top, #ebebeb, #e3e3e3);
    background: -webkit-linear-gradient(top, #ebebeb, #e3e3e3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #e3e3e3))
}

div.dc_accordion li.block:nth-last-child(1) {
    border-bottom: 0
}

div.dc_accordion li.block a.header:hover {
    color: #222222 !important;
    text-shadow: 0px 1px 0px #ffffff;
    background-color: #f1f1f1;
    background-image: linear-gradient(top, #f5f5f5, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ececec');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ececec');
    background: -ms-linear-gradient(top, #f5f5f5, #ececec);
    background: -moz-linear-gradient(top, #f5f5f5, #ececec);
    background: -o-linear-gradient(top, #f5f5f5, #ececec);
    background: -webkit-linear-gradient(top, #f5f5f5, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #ececec))
}

div.dc_accordion li.block:target a.header,
div.dc_accordion li.block.target a.header {
    color: #222222 !important;
    text-shadow: 0px 1px 0px #ffffff;
    border-bottom: 1px solid #bcbcbc;
    background-color: #f1f1f1;
    background-image: linear-gradient(top, #f5f5f5, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ececec');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ececec');
    background: -ms-linear-gradient(top, #f5f5f5, #ececec);
    background: -moz-linear-gradient(top, #f5f5f5, #ececec);
    background: -o-linear-gradient(top, #f5f5f5, #ececec);
    background: -webkit-linear-gradient(top, #f5f5f5, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #ececec))
}

.dc_ac-container {
    width: 600px;
    text-align: left
}

.dc_ac-container label {
    color: #777 !important;
    cursor: pointer;
    display: block;
    font-size: 19px;
    height: 30px;
    line-height: 33px;
    padding: 5px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 20;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1)
}

.dc_ac-container label:hover {
    background: #fff
}

.dc_ac-container input:checked+label,
.dc_ac-container input:checked+label:hover {
    background: #c6e1ec;
    color: #3d7489 !important;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1)
}

.dc_ac-container label:hover:after,
.dc_ac-container input:checked+label:hover:after {
    content: '';
    height: 24px;
    position: absolute;
    right: 13px;
    top: 7px;
    width: 24px;
    background: transparent url(accordion_toggle/images/arrow_down.png) no-repeat center center
}

.dc_ac-container input:checked+label:hover:after {
    background-image: url(accordion_toggle/images/arrow_up.png)
}

.dc_ac-container input {
    display: none
}

.dc_ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear
}

.dc_ac-container article p {
    color: #777;
    font-size: 14px;
    line-height: 23px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8)
}

.dc_ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3)
}

.dc_ac-container input:checked~article.ac-small {
    height: 140px
}

.dc_ac-container input:checked~article.ac-medium {
    height: 180px
}

.dc_ac-container input:checked~article.ac-large {
    height: 230px
}

/* Gradient Buttons */
.dc_gradient_button {
    margin: 3px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
    border: 1px solid #dedede;
    border-color: #dedede #d8d8d8 #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    color: #555 !important;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
    moz-border-radius: 4px;
    moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
    outline: none;
    padding: 8px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    webkit-border-radius: 4px;
    webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb
}

.dc_gradient_button:hover,
.dc_gradient_button:focus {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9));
    border-color: #ccc;
    box-shadow: 0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;
    color: #555;
    moz-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
    webkit-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb
}

.dc_gradient_button:active {
    background: #efefef;
    background: -moz-linear-gradient(top, #eaeaea, #f4f4f4);
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4));
    border-color: #c6c6c6;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
    color: #555;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
    position: relative;
    top: 1px;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd
}

.dc_gradient_button.rounded {
    border-radius: 15px;
    moz-border-radius: 15px;
    padding: 8px 15px;
    webkit-border-radius: 15px
}

input.dc_gradient_button,
button.dc_gradient_button {
    overflow: visible;
    width: auto
}

.dc_gradient_button img {
    border: none;
    vertical-align: bottom
}

.dc_gradient_button.small {
    border-radius: 3px;
    font-size: 11px;
    font-weight: normal;
    moz-border-radius: 3px;
    padding: 5px 11px;
    webkit-border-radius: 3px
}

.dc_gradient_button.small.rounded {
    border-radius: 11px;
    moz-border-radius: 11px;
    webkit-border-radius: 11px
}

.dc_gradient_button.large {
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    moz-border-radius: 5px;
    padding: 12px 15px;
    webkit-border-radius: 5px
}

.dc_gradient_button.large.rounded {
    border-radius: 23px;
    moz-border-radius: 23px;
    padding: 12px 22px;
    webkit-border-radius: 23px
}

.dc_gradient_button.light_blue {
    background: #92dbf6;
    background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3));
    border-color: #7cbdd5;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa;
    color: #444 !important;
    moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa;
    text-shadow: 0 1px 0 #b6e6f9;
    webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa
}

.dc_gradient_button.light_blue:hover,
.dc_gradient_button.light_blue:focus {
    background: #85d6f5;
    background: -moz-linear-gradient(top, #b1e9fd, #66c6ea);
    background: -webkit-gradient(linear, left top, left bottom, from(#b1e9fd), to(#66c6ea));
    border-color: #66a8bf;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa
}

.dc_gradient_button.light_blue:active {
    background: #92dbf6;
    border-color: #66a8bf;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf
}

.dc_gradient_button.blue {
    background: #377ad0;
    background: -moz-linear-gradient(top, #52a8e8, #377ad0);
    background: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0));
    border-color: #4081af #2e69a3 #20559a;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;
    text-shadow: 0 1px 1px #4081af;
    webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb
}

.dc_gradient_button.blue:hover,
.dc_gradient_button.blue:focus {
    background: #206bcb;
    background: -moz-linear-gradient(top, #3e9ee5, #206bcb);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e9ee5), to(#206bcb));
    border-color: #2a73a6 #165899 #07428f;
    box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
    moz-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
    webkit-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9
}

.dc_gradient_button.blue:active {
    background: #3282d3;
    border-color: #154c8c #154c8c #0e408e;
    box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;
    moz-box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;
    text-shadow: 0 -1px 1px #1d62ab;
    webkit-box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5
}

.dc_gradient_button.green {
    background: #7fbf4d;
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
    border-color: #63a62f;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    text-shadow: 0 1px 0 #53961e;
    webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865
}

.dc_gradient_button.green:hover,
.dc_gradient_button.green:focus {
    background: #76b347;
    background: -moz-linear-gradient(top, #86c755, #5ea12a);
    background: -webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a));
    border-color: #53961e;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865
}

.dc_gradient_button.green:active {
    background: #7fbf4d;
    border-color: #53961e;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e
}

.dc_gradient_button.red {
    background: #e6433d;
    background: -moz-linear-gradient(top, #f8674b, #d54746);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746));
    border-color: #d1371c #d1371c #9f220d;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
    text-shadow: 0 1px 1px #961a07;
    webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573
}

.dc_gradient_button.red:hover,
.dc_gradient_button.red:focus {
    background: #dd3a37;
    background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
    border-color: #961a07;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573
}

.dc_gradient_button.red:active {
    background: #e6433d;
    border-color: #961a07;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07
}

.dc_gradient_button.orange {
    background: #ee8f1f;
    background: -moz-linear-gradient(top, #f5b026, #f48423);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b026), to(#f48423));
    border-color: #e6791c #e6791c #d86f15;
    box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898;
    text-shadow: 0 1px 1px #b85300;
    webkit-box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898
}

.dc_gradient_button.orange:hover,
.dc_gradient_button.orange:focus {
    background: #e38512;
    background: -moz-linear-gradient(top, #ffbb33, #eb7b1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbb33), to(#eb7b1a));
    border-color: #d0680c;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e
}

.dc_gradient_button.orange:active {
    background: #ee8f1f;
    border-color: #d0680c;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #d0680c;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #d0680c;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #d0680c
}

.dc_gradient_button.yellow {
    background: #f9e327;
    background: -moz-linear-gradient(top, #fceb4c, #ebd611);
    background: -webkit-gradient(linear, left top, left bottom, from(#fceb4c), to(#ebd611));
    border-color: #dcc700 #dcc700 #c2b00b;
    box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #fee395;
    color: #444 !important;
    moz-box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #fee395;
    text-shadow: 0 1px 1px #ffff98;
    webkit-box-shadow: 0 1px 2px #d7e9a4, inset 0 1px 0 #fee395
}

.dc_gradient_button.yellow:hover,
.dc_gradient_button.yellow:focus {
    background: #ebd611;
    background: -moz-linear-gradient(top, #fffa58, #e1cd00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fffa58), to(#e1cd00));
    border-color: #cebb10;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #fee395;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #fee395;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #fee395
}

.dc_gradient_button.yellow:active {
    background: #f9e327;
    border-color: #cebb10;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #cebb10;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #cebb10;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #cebb10
}

.dc_gradient_button.pink {
    background: #f87bca;
    background: -moz-linear-gradient(top, #f87bca, #ec56b5);
    background: -webkit-gradient(linear, left top, left bottom, from(#f87bca), to(#ec56b5));
    border-color: #e54aac #e54aac #cc3695;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #f1b9dd;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #f1b9dd;
    text-shadow: 0 1px 1px #c02589;
    webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #f1b9dd
}

.dc_gradient_button.pink:hover,
.dc_gradient_button.pink:focus {
    background: #f075c3;
    background: -moz-linear-gradient(top, #ff85d3, #e34dac);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff85d3), to(#e34dac));
    border-color: #c02589;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #f1b9dd;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #f1b9dd;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #f1b9dd
}

.dc_gradient_button.pink:active {
    background: #f87bca;
    border-color: #c02589;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #c02589;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #c02589;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #c02589
}

.dc_gradient_button.purple {
    background: #995dc8;
    background: -moz-linear-gradient(top, #c785e5, #995dc8);
    background: -webkit-gradient(linear, left top, left bottom, from(#c785e5), to(#995dc8));
    border-color: #7c45aa #7c45aa #5d288a;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #ce8ded;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #ce8ded;
    text-shadow: 0 1px 1px #370662;
    webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #ce8ded
}

.dc_gradient_button.purple:hover,
.dc_gradient_button.purple:focus {
    background: #8b50ba;
    background: -moz-linear-gradient(top, #cc8aea, #884eb8);
    background: -webkit-gradient(linear, left top, left bottom, from(#cc8aea), to(#884eb8));
    border-color: #5d288a;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ce8ded;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ce8ded;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ce8ded
}

.dc_gradient_button.purple:active {
    background: #995dc8;
    border-color: #5d288a;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #5d288a;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #5d288a;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #5d288a
}

.dc_gradient_button.grey {
    background: #969696;
    background: -moz-linear-gradient(top, #ababab, #818181);
    background: -webkit-gradient(linear, left top, left bottom, from(#ababab), to(#818181));
    border-color: #a0a0a0 #7c7c7c #717171;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;
    text-shadow: 0 1px 1px #444;
    webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe
}

.dc_gradient_button.grey:hover,
.dc_gradient_button.grey:focus {
    background: #868686;
    background: -moz-linear-gradient(top, #b0b0b0, #6f6f6f);
    background: -webkit-gradient(linear, left top, left bottom, from(#b0b0b0), to(#6f6f6f));
    border-color: #666 #666 #606060;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #bebebe;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #bebebe;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #bebebe
}

.dc_gradient_button.grey:active {
    background: #909090;
    border-color: #606060;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #606060;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #606060;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #606060
}

.dc_gradient_button.black {
    background: #525252;
    background: -moz-linear-gradient(top, #5e5e5e, #434343);
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
    border-color: #4c4c4c #313131 #1f1f1f;
    box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
    color: #fff !important;
    moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
    text-shadow: 0 1px 1px #2e2e2e;
    webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686
}

.dc_gradient_button.black:hover,
.dc_gradient_button.black:focus {
    background: #4b4b4b;
    background: -moz-linear-gradient(top, #686868, #363636);
    background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636));
    border-color: #313131;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
    moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
    webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686
}

.dc_gradient_button.black:active {
    background: #525252;
    border-color: #313131;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
    moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
    webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131
}

/* Flat Buttons */
.dc_flat,
.dc_flat:visited {
    margin: 3px;
    background: #222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
}

.dc_flat:hover {
    background-color: #3B3B3B;
    color: #ffffff;
    text-decoration: none
}

.dc_flat:active {
    top: 1px
}

.dc_awb_small.dc_flat,
.dc_awb_small.dc_flat:visited {
    font-size: 11px
}

.dc_flat,
.dc_flat:visited,
.dc_awb_medium.dc_flat,
.dc_awb_medium.dc_flat:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1)
}

.dc_awb_large.dc_flat,
.dc_awb_large.dc_flat:visited {
    font-size: 14px;
    padding: 8px 14px 9px
}

.dc_awb_green.dc_flat,
.dc_awb_green.dc_flat:visited {
    background-color: #91bd09
}

.dc_awb_green.dc_flat:hover {
    background-color: #749a02
}

.dc_awb_teal.dc_flat,
.dc_awb_teal.dc_flat:visited {
    background-color: #2daebf
}

.dc_awb_teal.dc_flat:hover {
    background-color: #007d9a
}

.dc_awb_blue.dc_flat,
.dc_awb_blue.dc_flat:visited {
    background-color: #0066CC
}

.dc_awb_blue.dc_flat:hover {
    background-color: #004B97
}

.dc_awb_gray.dc_flat,
.dc_awb_gray.dc_flat:visited {
    background-color: #999
}

.dc_awb_gray.dc_flat:hover {
    background-color: #666
}

.dc_awb_silver.dc_flat,
.dc_awb_silver.dc_flat:visited {
    background-color: #eee;
    color: #333 !important
}

.dc_awb_silver.dc_flat:hover {
    background-color: #ddd
}

.dc_awb_white.dc_flat,
.dc_awb_white.dc_flat:visited {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333 !important
}

.dc_awb_white.dc_flat:hover {
    background-color: #f2f2f2
}

.dc_awb_purple.dc_flat,
.dc_awb_purple.dc_flat:visited {
    background-color: #6666CC
}

.dc_awb_purple.dc_flat:hover {
    background-color: #5B48AA
}

.dc_awb_pink.dc_flat,
.dc_awb_pink.dc_flat:visited {
    background-color: #CC66CC
}

.dc_awb_pink.dc_flat:hover {
    background-color: #BB3EBB
}

.dc_awb_red.dc_flat,
.dc_awb_red.dc_flat:visited {
    background-color: #CC3300
}

.dc_awb_red.dc_flat:hover {
    background-color: #872300
}

.dc_awb_magenta.dc_flat,
.dc_awb_magenta.dc_flat:visited {
    background-color: #a9014b
}

.dc_awb_magenta.dc_flat:hover {
    background-color: #630030
}

.dc_awb_orange.dc_flat,
.dc_awb_orange.dc_flat:visited {
    background-color: #ff5c00
}

.dc_awb_orange.dc_flat:hover {
    background-color: #d45500
}

.dc_awb_yellow.dc_flat,
.dc_awb_yellow.dc_flat:visited {
    background-color: #FFCC33;
    color: #333 !important
}

.dc_awb_yellow.dc_flat:hover {
    background-color: #FBBC00
}

/* Social Buttons */
.dc_fb_button {
    background-color: #eee;
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    border: 1px solid #999;
    border-bottom-color: #888;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    color: #333333 !important;
    cursor: pointer;
    display: inline;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3');
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
    margin: 3px;
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    overflow: visible;
    padding: 7px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    white-space: nowrap;
    z-index: 1;
    zoom: 1
}

.dc_fb_button:hover,
.dc_fb_button:focus,
.dc_fb_button:active {
    border-color: #777 #777 #666;
    text-decoration: none
}

.dc_fb_button:active {
    background: #ddd;
    border-color: #aaa;
    box-shadow: none;
    filter: none;
    moz-box-shadow: none;
    webkit-box-shadow: none
}

.dc_fb_button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.dc_fb_button.edit:before {
    background-position: 0 0
}

.dc_fb_button.add:before {
    background-position: -10px 0
}

.dc_fb_button.secure:before {
    background-position: -20px 0
}

.dc_fb_button.prev:before {
    background-position: -30px 0
}

.dc_fb_button.next:before {
    background-position: -40px 0;
    float: right;
    margin: 0 -0.25em 0 0.5em
}

.dc_fb_button.large {
    font-size: 13px
}

.dc_fb_button.purple {
    background-color: #5B74A8;
    background-image: linear-gradient(#637bad, #5872a7);
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    border-color: #29447e #29447e #1a356e;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7');
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2
}

.dc_fb_button.purple:active {
    background: #4F6AA3;
    border-color: #29447E;
    box-shadow: none;
    filter: none;
    moz-box-shadow: none;
    webkit-box-shadow: none
}

.dc_fb_button.green {
    background-color: #69a74e;
    background-image: linear-gradient(#75ae5c, #67a54b);
    background-image: -moz-linear-gradient(#75ae5c, #67a54b);
    background-image: -o-linear-gradient(#75ae5c, #67a54b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75ae5c), to(#67a54b));
    border-color: #3b6e22 #3b6e22 #2c5115;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75ae5c', EndColorStr='#67a54b');
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286
}

.dc_fb_button.green:active {
    background: #609946;
    border-color: #3b6e22;
    box-shadow: none;
    filter: none;
    moz-box-shadow: none;
    webkit-box-shadow: none
}

.dc_fb_button.red {
    background-color: #c14130;
    background-image: linear-gradient(#d64937, #ce3320);
    background-image: -moz-linear-gradient(#d64937, #ce3320);
    background-image: -o-linear-gradient(#d64937, #ce3320);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d64937), to(#ce3320));
    border-color: #b02311 #b02311 #9b1e0e;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #e7a39a;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d64937', EndColorStr='#ce3320');
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #e7a39a;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #e7a39a
}

.dc_fb_button.red:active {
    background: #c14130;
    border-color: #9b1e0e;
    box-shadow: none;
    filter: none;
    moz-box-shadow: none;
    webkit-box-shadow: none
}

.dc_fb_button.black {
    background-color: #666;
    background-image: linear-gradient(#565656, #333);
    background-image: -moz-linear-gradient(#565656, #333);
    background-image: -o-linear-gradient(#565656, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565656), to(#333));
    border-color: #666 #999 #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #ccc;
    color: #ffffff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#565656', EndColorStr='#333');
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #ccc;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #ccc
}

.dc_fb_button.black:active {
    background: #333;
    border-color: #666;
    box-shadow: none;
    filter: none;
    moz-box-shadow: none;
    webkit-box-shadow: none
}

.dc_fb_button.disable {
    background: #f2f2f2;
    border-color: #c8c8c8;
    box-shadow: none;
    color: #b8b8b8 !important;
    cursor: default;
    moz-box-shadow: none;
    webkit-box-shadow: none;
    z-index: 0
}

.dc_fb_button.alt2.disable {
    background: #adbad4;
    border-color: #94a2bf;
    color: #fff !important
}

.dc_fb_button.alt3.disable {
    background: #b4d3a7;
    border-color: #9db791;
    color: #fff !important
}

.dc_fb_button.disable.icon:before,
.dc_fb_button.disable.icon:after {
    opacity: 0.5
}

.dc_fb_button-group {
    display: inline;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1
}

.dc_fb_button+.dc_fb_button,
.dc_fb_button+.dc_fb_button-group,
.dc_fb_button-group+.dc_fb_button,
.dc_fb_button-group+.dc_fb_button-group {
    margin-left: 3px
}

.dc_fb_button-group li {
    float: left;
    margin: 0;
    padding: 0
}

.dc_fb_button-group .dc_fb_button {
    float: left;
    margin-left: -1px
}

.dc_fb_button-group .dc_fb_button:hover,
.dc_fb_button-group .dc_fb_button:focus,
.dc_fb_button-group .dc_fb_button:active {
    z-index: 2
}

.dc_fb_button-group>.dc_fb_button:first-child,
.dc_fb_button-group li:first-child .dc_fb_button {
    margin-left: 0
}

.dc_g_button.large {
    font-size: 16px
}

.dc_g_button {
    background: #ccc;
    border-color: #666;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #333 !important;
    display: inline-block;
    font-size: 12px;
    outline: none;
    padding: 7px 12px;
    text-decoration: none;
    margin: 3px
}

.dc_g_button.blue {
    background: #4b8df9;
    border-color: #3079ed;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important
}

.dc_g_button.blue:hover {
    background: #3F83F1;
    text-decoration: none;
    background: -moz-linear-gradient(top, #4D90FE, #357AE8);
    background: -ms-linear-gradient(top, #4D90FE, #357AE8);
    background: -o-linear-gradient(top, #4D90FE, #357AE8);
    background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
    border: 1px solid #2F5BB7 !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important
}

.dc_g_button.red {
    background: #D64937;
    border-color: #bf3928;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important
}

.dc_g_button.red:hover {
    background: #D14130;
    text-decoration: none;
    background: -moz-linear-gradient(top, #DC4A38, #C53727);
    background: -ms-linear-gradient(top, #DC4A38, #C53727);
    background: -o-linear-gradient(top, #DC4A38, #C53727);
    background: -webkit-linear-gradient(top, #DC4A38, #C53727);
    border: 1px solid #B0281A !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important
}

.dc_g_button.green {
    background: #3A8E00;
    border-color: #337e00;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important
}

.dc_g_button.green:hover {
    background: #368200;
    text-decoration: none;
    background: -moz-linear-gradient(top, #3C9300, #368200);
    background: -ms-linear-gradient(top, #3C9300, #368200);
    background: -o-linear-gradient(top, #3C9300, #368200);
    background: -webkit-linear-gradient(top, #3C9300, #368200);
    border: 1px solid #2D6200 !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important
}

.dc_g_button.gray {
    background: #999;
    border-color: #8c8c8c;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    display: inline-block;
    outline: none;
    text-decoration: none
}

.dc_g_button.gray:hover {
    background: #919191;
    text-decoration: none;
    background: -moz-linear-gradient(top, #999, #7f7f7f);
    background: -ms-linear-gradient(top, #999, #7f7f7f);
    background: -o-linear-gradient(top, #999, #7f7f7f);
    background: -webkit-linear-gradient(top, #999, #7f7f7f);
    border: 1px solid #646464 !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important
}

.dc_g_button.black {
    background: #424242;
    border-color: #000;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff !important
}

.dc_g_button.black:hover {
    background: #333;
    text-decoration: none;
    background: -moz-linear-gradient(top, #424242, #333);
    background: -ms-linear-gradient(top, #424242, #333);
    background: -o-linear-gradient(top, #424242, #333);
    background: -webkit-linear-gradient(top, #424242, #333);
    border: 1px solid #000 !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff !important
}

.dc_g_button.white {
    background: #fff;
    border-color: #ccc;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #666 !important
}

.dc_g_button.white:hover {
    background: #fafafa;
    text-decoration: none;
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2);
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    border: 1px solid #ccc !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    color: #666 !important
}

.dc_g_button.silver {
    background: #f2f2f2;
    border-color: #ccc;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #666 !important
}

.dc_g_button.silver:hover {
    background: #e8e8e8;
    text-decoration: none;
    background: -moz-linear-gradient(top, #f2f2f2, #dfdfdf);
    background: -ms-linear-gradient(top, #f2f2f2, #dfdfdf);
    background: -o-linear-gradient(top, #f2f2f2, #dfdfdf);
    background: -webkit-linear-gradient(top, #f2f2f2, #dfdfdf);
    border: 1px solid #ccc !important;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
    color: #666 !important
}

button.dc_ibutton {
    background-color: #52a8e8;
    background-image: linear-gradient(top, #52a8e8, #377ad0);
    background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
    background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
    border-bottom: 1px solid #20559a;
    border-left: 1px solid #2e69a3;
    border-radius: 16px;
    border-right: 1px solid #2e69a3;
    border-top: 1px solid #4081af;
    box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    color: #fff !important;
    font: normal 11px "lucida grande", sans-serif;
    line-height: 1;
    moz-border-radius: 16px;
    moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    padding: 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 1px #3275bc;
    webkit-background-clip: padding-box;
    webkit-border-radius: 16px;
    webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    width: 112px
}

button.dc_ibutton:hover {
    background-color: #3e9ee5;
    background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
    background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    border-bottom: 1px solid #07428f;
    border-left: 1px solid #165899;
    border-right: 1px solid #165899;
    border-top: 1px solid #2a73a6;
    box-shadow: inset 0 1px 0 0 #62b1e9;
    cursor: pointer;
    moz-box-shadow: inset 0 1px 0 0 #62b1e9;
    text-shadow: 0 -1px 1px #1d62ab;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 1px 0 0 #62b1e9
}

button.dc_ibutton:active {
    background: #3282d3;
    border: 1px solid #154c8c;
    border-bottom: 1px solid #0e408e;
    box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #2361a4;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white
}

button[disabled].dc_ibutton,
button[disabled].dc_ibutton:hover,
button[disabled].dc_ibutton:active {
    background-color: #dadada;
    background-image: linear-gradient(top, #dadada, #f3f3f3);
    background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #c5c5c5;
    box-shadow: none;
    color: #8f8f8f !important;
    cursor: not-allowed;
    moz-box-shadow: none;
    text-shadow: 0 -1px 1px #ebebeb;
    webkit-box-shadow: none
}

button.dc_ibutton::-moz-focus-inner {
    border: 0;
    padding: 0
}

button.dc_ibutton-red {
    background-color: #e75b4e;
    background-image: linear-gradient(top, #e75b4e, #d35636);
    background-image: -moz-linear-gradient(top, #e75b4e, #d35636);
    background-image: -ms-linear-gradient(top, #e75b4e, #d35636);
    background-image: -o-linear-gradient(top, #e75b4e, #d35636);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e75b4e), color-stop(100%, #d35636));
    background-image: -webkit-linear-gradient(top, #e75b4e, #d35636);
    border-bottom: 1px solid #9b381e;
    border-left: 1px solid #a53d2c;
    border-radius: 16px;
    border-right: 1px solid #a53d2c;
    border-top: 1px solid #b1453e;
    box-shadow: inset 0 1px 0 0 #ec7a71, 0 1px 2px 0 #b3b3b3;
    color: #fff;
    font: normal 11px "lucida grande", sans-serif;
    line-height: 1;
    moz-border-radius: 16px;
    moz-box-shadow: inset 0 1px 0 0 #ec7a71, 0 1px 2px 0 #b3b3b3;
    padding: 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 1px #9b381e;
    webkit-background-clip: padding-box;
    webkit-border-radius: 16px;
    webkit-box-shadow: inset 0 1px 0 0 #ec7a71, 0 1px 2px 0 #b3b3b3;
    width: 112px
}

button.dc_ibutton-red:hover {
    background-color: #e04b3e;
    background-image: linear-gradient(top, #e04b3e 0%, #c74325 100%);
    background-image: -moz-linear-gradient(top, #e04b3e 0%, #c74325 100%);
    background-image: -ms-linear-gradient(top, #e04b3e 0%, #c74325 100%);
    background-image: -o-linear-gradient(top, #e04b3e 0%, #c74325 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e04b3e), color-stop(100%, #c74325));
    background-image: -webkit-linear-gradient(top, #e04b3e 0%, #c74325 100%);
    border-bottom: 1px solid #932a16;
    border-left: 1px solid #9d2f20;
    border-right: 1px solid #a33525;
    border-top: 1px solid #a93630;
    box-shadow: inset 0 1px 0 0 #e56d62;
    cursor: pointer;
    moz-box-shadow: inset 0 1px 0 0 #e04b3e;
    text-shadow: 0 -1px 1px #8a3018;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 1px 0 0 #e04b3e
}

button.dc_ibutton-red:active {
    background: #d23231;
    border: 1px solid #a93630;
    border-bottom: 1px solid #8e1c0e;
    box-shadow: inset 0 0 6px 3px #af241a, 0 1px 0 0 white;
    moz-box-shadow: inset 0 0 6px 3px #af241a, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #af241a;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 0 6px 3px #af241a, 0 1px 0 0 white
}

button[disabled].dc_ibutton-red,
button[disabled].dc_ibutton-red:hover,
button[disabled].dc_ibutton-red:active {
    background-color: #dadada;
    background-image: linear-gradient(top, #dadada, #f3f3f3);
    background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #c5c5c5;
    box-shadow: none;
    color: #8f8f8f;
    cursor: not-allowed;
    moz-box-shadow: none;
    text-shadow: 0 -1px 1px #ebebeb;
    webkit-box-shadow: none
}

button.dc_ibutton-red::-moz-focus-inner {
    border: 0;
    padding: 0
}

button.dc_ibutton-green {
    background-color: #9fce66;
    background-image: linear-gradient(top, #9fce66, #7db84e);
    background-image: -moz-linear-gradient(top, #9fce66, #7db84e);
    background-image: -ms-linear-gradient(top, #9fce66, #7db84e);
    background-image: -o-linear-gradient(top, #9fce66, #7db84e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fce66), color-stop(100%, #7db84e));
    background-image: -webkit-linear-gradient(top, #9fce66, #7db84e);
    border-bottom: 1px solid #578733;
    border-left: 1px solid #699140;
    border-radius: 16px;
    border-right: 1px solid #699140;
    border-top: 1px solid #7e9e51;
    box-shadow: inset 0 1px 0 0 #b5d884, 0 1px 2px 0 #b3b3b3;
    color: #fff;
    font: normal 11px "lucida grande", sans-serif;
    line-height: 1;
    moz-border-radius: 16px;
    moz-box-shadow: inset 0 1px 0 0 #b5d884, 0 1px 2px 0 #b3b3b3;
    padding: 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 1px #578733;
    webkit-background-clip: padding-box;
    webkit-border-radius: 16px;
    webkit-box-shadow: inset 0 1px 0 0 #b5d884, 0 1px 2px 0 #b3b3b3;
    width: 112px
}

button.dc_ibutton-green:hover {
    background-color: #94c558;
    background-image: linear-gradient(top, #94c558 0%, #6da940 100%);
    background-image: -moz-linear-gradient(top, #94c558 0%, #6da940 100%);
    background-image: -ms-linear-gradient(top, #94c558 0%, #6da940 100%);
    background-image: -o-linear-gradient(top, #94c558 0%, #6da940 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94c558), color-stop(100%, #6da940));
    background-image: -webkit-linear-gradient(top, #94c558 0%, #6da940 100%);
    border-bottom: 1px solid #4a7b29;
    border-left: 1px solid #5b8634;
    border-right: 1px solid #5f8b38;
    border-top: 1px solid #719344;
    box-shadow: inset 0 1px 0 0 #abcf78;
    cursor: pointer;
    moz-box-shadow: inset 0 1px 0 0 #abcf78;
    text-shadow: 0 -1px 1px #4a7b29;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 1px 0 0 #abcf78
}

button.dc_ibutton-green:active {
    background: #97c63d;
    border: 1px solid #5e831e;
    border-bottom: 1px solid #4d7a15;
    box-shadow: inset 0 0 6px 3px #79b028, 0 1px 0 0 white;
    moz-box-shadow: inset 0 0 6px 3px #79b028, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #538417;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 0 6px 3px #79b028, 0 1px 0 0 white
}

button[disabled].dc_ibutton-green,
button[disabled].dc_ibutton-green:hover,
button[disabled].dc_ibutton-green:active {
    background-color: #dadada;
    background-image: linear-gradient(top, #dadada, #f3f3f3);
    background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #c5c5c5;
    box-shadow: none;
    color: #8f8f8f;
    cursor: not-allowed;
    moz-box-shadow: none;
    text-shadow: 0 -1px 1px #ebebeb;
    webkit-box-shadow: none
}

button.dc_ibutton-green::-moz-focus-inner {
    border: 0;
    padding: 0
}

button.dc_ibutton-gray {
    background-color: #a9a9a9;
    background-image: linear-gradient(top, #a9a9a9, #909090);
    background-image: -moz-linear-gradient(top, #a9a9a9, #909090);
    background-image: -ms-linear-gradient(top, #a9a9a9, #909090);
    background-image: -o-linear-gradient(top, #a9a9a9, #909090);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9a9a9), color-stop(100%, #909090));
    background-image: -webkit-linear-gradient(top, #a9a9a9, #909090);
    border-bottom: 1px solid #656565;
    border-left: 1px solid #717171;
    border-radius: 16px;
    border-right: 1px solid #717171;
    border-top: 1px solid #828282;
    box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #b3b3b3;
    color: #fff;
    font: normal 11px "lucida grande", sans-serif;
    line-height: 1;
    moz-border-radius: 16px;
    moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #b3b3b3;
    padding: 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 1px #656565;
    webkit-background-clip: padding-box;
    webkit-border-radius: 16px;
    webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #b3b3b3;
    width: 112px
}

button.dc_ibutton-gray:hover {
    background-color: #999999;
    background-image: linear-gradient(top, #999999 0%, #7f7f7f 100%);
    background-image: -moz-linear-gradient(top, #999999 0%, #7f7f7f 100%);
    background-image: -ms-linear-gradient(top, #999999 0%, #7f7f7f 100%);
    background-image: -o-linear-gradient(top, #999999 0%, #7f7f7f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #7f7f7f));
    background-image: -webkit-linear-gradient(top, #999999 0%, #7f7f7f 100%);
    border-bottom: 1px solid #555555;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-top: 1px solid #717171;
    box-shadow: inset 0 1px 0 0 #aeaeae;
    cursor: pointer;
    moz-box-shadow: inset 0 1px 0 0 #aeaeae;
    text-shadow: 0 -1px 1px #555555;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 1px 0 0 #aeaeae
}

button.dc_ibutton-gray:active {
    background: #7a7a7a;
    border: 1px solid #4c4c4c;
    border-bottom: 1px solid #444444;
    box-shadow: inset 0 0 6px 3px #616161, 0 1px 0 0 white;
    moz-box-shadow: inset 0 0 6px 3px #616161, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #444444;
    webkit-background-clip: padding-box;
    webkit-box-shadow: inset 0 0 6px 3px #616161, 0 1px 0 0 white
}

button[disabled].dc_ibutton-gray,
button[disabled].dc_ibutton-gray:hover,
button[disabled].dc_ibutton-gray:active {
    background-color: #dadada;
    background-image: linear-gradient(top, #dadada, #f3f3f3);
    background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #c5c5c5;
    box-shadow: none;
    color: #8f8f8f;
    cursor: not-allowed;
    moz-box-shadow: none;
    text-shadow: 0 -1px 1px #ebebeb;
    webkit-box-shadow: none
}

button.dc_ibutton-gray::-moz-focus-inner {
    border: 0;
    padding: 0
}

.dc_pixel_button2 {
    border-radius: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    ie-border-radius: 6px;
    margin: 9px;
    moz-border-radius: 6px;
    padding: .38em .8em;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .4) 0px -1px 0px;
    vertical-align: middle;
    webkit-border-radius: 6px;
    webkit-transition-duration: .15s;
    webkit-transition-property: background-color;
    webkit-transition-timing-function: ease-in-out;
    width: 120px
}

.dc_pixel_button2:hover {
    color: #fff !important;
    text-decoration: none
}

.dc_pixel_button2 span {}

.dc_pixel_button {
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    ie-border-radius: 6px;
    margin: 9px;
    moz-border-radius: 6px;
    padding: .38em .8em;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .3) 0px -1px 0px;
    webkit-border-radius: 6px;
    webkit-transition-duration: .15s;
    webkit-transition-property: background-color;
    webkit-transition-timing-function: ease-in-out;
    width: 120px
}

.dc_pixel_button:hover {
    color: #fff !important;
    text-decoration: none
}

.dc_pixel_button span {
    vertical-align: middle
}

.lightbg-blue {
    background-color: #64a8a6;
    box-shadow: 0px 0px 0px 1px #4e8381 inset, 0px 0px 0px 2px #74b6b4 inset, 0px 4px 0px 0px #4a7c7b, 0px 5px 0px 0px #355655, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    color: #dafffe !important;
    ie-box-shadow: 0px 0px 0px 1px #4e8381 inset, 0px 0px 0px 2px #74b6b4 inset, 0px 4px 0px 0px #4a7c7b, 0px 5px 0px 0px #355655, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #4e8381 inset, 0px 0px 0px 2px #74b6b4 inset, 0px 4px 0px 0px #4a7c7b, 0px 5px 0px 0px #355655, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #4e8381 inset, 0px 0px 0px 2px #74b6b4 inset, 0px 4px 0px 0px #4a7c7b, 0px 5px 0px 0px #355655, 0px 8px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-blue:hover {
    background-color: #73c2c0
}

.lightbg-blue:active {
    background-color: #5a9896;
    box-shadow: 0px 0px 0px 1px #589391 inset, 0px 0px 0px 2px #65a9a7 inset, 0px 1px 0px 0px #355655, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    ie-box-shadow: 0px 0px 0px 1px #589391 inset, 0px 0px 0px 2px #65a9a7 inset, 0px 1px 0px 0px #355655, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #589391 inset, 0px 0px 0px 2px #65a9a7 inset, 0px 1px 0px 0px #355655, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #589391 inset, 0px 0px 0px 2px #65a9a7 inset, 0px 1px 0px 0px #355655, 0px 3px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-blue .arrow {
    border-color: transparent transparent transparent #74b6b4
}

.lightbg-pink {
    background-color: #cc3747;
    box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 4px 0px 0px #8d1b27, 0px 5px 0px 0px #65141c, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    color: #ffdada !important;
    ie-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 4px 0px 0px #8d1b27, 0px 5px 0px 0px #65141c, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 4px 0px 0px #8d1b27, 0px 5px 0px 0px #65141c, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 4px 0px 0px #8d1b27, 0px 5px 0px 0px #65141c, 0px 8px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-pink:hover {
    background-color: #dd3c4d
}

.lightbg-pink:active {
    background-color: #bb3241;
    box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 1px 0px 0px #8d1b27, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    ie-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 1px 0px 0px #8d1b27, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 1px 0px 0px #8d1b27, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 2px #dd4356 inset, 0px 1px 0px 0px #8d1b27, 0px 3px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-pink .arrow {
    border-color: transparent transparent transparent #dd4356
}

.lightbg-orange {
    background-color: #e65440;
    box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 4px 0px 0px #a53c2e, 0px 5px 0px 0px #7e2e23, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    color: #ffdada !important;
    ie-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 4px 0px 0px #a53c2e, 0px 5px 0px 0px #7e2e23, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 4px 0px 0px #a53c2e, 0px 5px 0px 0px #7e2e23, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 4px 0px 0px #a53c2e, 0px 5px 0px 0px #7e2e23, 0px 8px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-orange:hover {
    background-color: #f15843
}

.lightbg-orange:active {
    background-color: #d54e3b;
    box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 1px 0px 0px #a53c2e, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    ie-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 1px 0px 0px #a53c2e, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 1px 0px 0px #a53c2e, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #b24132 inset, 0px 0px 0px 2px #ea624a inset, 0px 1px 0px 0px #a53c2e, 0px 3px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-orange .arrow {
    border-color: transparent transparent transparent #ea624a
}

.lightbg-green {
    background-color: #78896d;
    box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 4px 0px 0px #63715a, 0px 5px 0px 0px #535e4b, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    color: #e2f1d8 !important;
    ie-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 4px 0px 0px #63715a, 0px 5px 0px 0px #535e4b, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 4px 0px 0px #63715a, 0px 5px 0px 0px #535e4b, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 4px 0px 0px #63715a, 0px 5px 0px 0px #535e4b, 0px 8px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-green:hover {
    background-color: #8b9f7f
}

.lightbg-green:active {
    background-color: #68775f;
    box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 1px 0px 0px #63715a, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    ie-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 1px 0px 0px #63715a, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 1px 0px 0px #63715a, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #63715a inset, 0px 0px 0px 2px #87977a inset, 0px 1px 0px 0px #63715a, 0px 3px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-green .arrow {
    border-color: transparent transparent transparent #87977a
}

.lightbg-black {
    background-color: #303030;
    box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    color: #fff !important;
    ie-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424, 0px 8px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424, 0px 8px 0px 0px rgba(0, 0, 0, .15)
}

.lightbg-black:hover {
    background-color: #3f3f3f
}

.lightbg-black:active {
    background-color: #2a2a2a;
    box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 1px 0px 0px #1d1d1d, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    ie-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 1px 0px 0px #1d1d1d, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    moz-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 1px 0px 0px #1d1d1d, 0px 3px 0px 0px rgba(0, 0, 0, .15);
    webkit-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 0px 0px 2px #3f3f3f inset, 0px 1px 0px 0px #1d1d1d, 0px 3px 0px 0px rgba(0, 0, 0, .15)
}

.dc_bevel_button {
    background: #333;
    border: 0px;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    margin: 3px;
    moz-border-radius: 5px;
    o-border-radius: 5px;
    padding: 10px 20px;
    padding-right: 50px;
    position: relative;
    text-decoration: none;
    webkit-border-radius 5px
}

.dc_bevel_button:hover {
    color: #fff !important;
    text-decoration: none
}

.dc_bevel_button.blue {
    background: #3bb3e0;
    background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(44, 160, 202)), color-stop(1, rgb(62, 184, 229)));
    background-image: -webkit-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 6px 5px #999;
    moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 6px 5px #999;
    o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 6px 5px #999;
    webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 6px 5px #999
}

.dc_bevel_button.blue:hover {}

.dc_bevel_button.blue:active {
    background-image: linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(62, 184, 229)), color-stop(1, rgb(44, 160, 202)));
    background-image: -webkit-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    top: 3px;
    webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999
}

.dc_bevel_button.blue::before {
    background-color: #2591b4;
    background-image: url(social_buttons/images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    content: "";
    height: 20px;
    margin-top: -9px;
    moz-border-radius: 50%;
    moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    o-border-radius: 50%;
    o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    position: absolute;
    right: 15px;
    top: 50%;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    width: 20px
}

.dc_bevel_button.blue:active::before {
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    margin-top: -12px;
    moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    top: 50%;
    webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6
}

.dc_bevel_button.red {
    background-color: #e03b3b;
    background-image: linear-gradient(bottom, #e03b3b 0%, #e53e3e 100%);
    background-image: -moz-linear-gradient(bottom, #e03b3b 0%, #e53e3e 100%);
    background-image: -ms-linear-gradient(bottom, #e03b3b 0%, #e53e3e 100%);
    background-image: -o-linear-gradient(bottom, #e03b3b 0%, #e53e3e 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e03b3b), color-stop(1, #e53e3e));
    background-image: -webkit-linear-gradient(bottom, #e03b3b 0%, #e53e3e 100%);
    box-shadow: inset 0px 1px 0px #ec2a2a, 0px 5px 0px 0px #851515, 0px 6px 5px #999;
    moz-box-shadow: inset 0px 1px 0px #ec2a2a, 0px 5px 0px 0px #851515, 0px 6px 5px #999;
    o-box-shadow: inset 0px 1px 0px #ec2a2a, 0px 5px 0px 0px #851515, 0px 6px 5px #999;
    webkit-box-shadow: inset 0px 1px 0px #ec2a2a, 0px 5px 0px 0px #851515, 0px 6px 5px #999
}

.dc_bevel_button.red:hover {}

.dc_bevel_button.red:active {
    background-image: linear-gradient(bottom, #e53e3e 0%, #ca2c30 100%);
    background-image: -moz-linear-gradient(bottom, #e53e3e 0%, #ca2c30 100%);
    background-image: -ms-linear-gradient(bottom, #e53e3e 0%, #ca2c30 100%);
    background-image: -o-linear-gradient(bottom, #e53e3e 0%, #ca2c30 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e53e3e), color-stop(1, #ca2c30));
    background-image: -webkit-linear-gradient(bottom, #e53e3e 0%, #ca2c30 100%);
    box-shadow: inset 0px 1px 0px #ec2a33, 0px 2px 0px 0px #85151d, 0px 5px 3px #999;
    moz-box-shadow: inset 0px 1px 0px #ec2a33, 0px 2px 0px 0px #85151d, 0px 5px 3px #999;
    o-box-shadow: inset 0px 1px 0px #ec2a33, 0px 2px 0px 0px #85151d, 0px 5px 3px #999;
    top: 3px;
    webkit-box-shadow: inset 0px 1px 0px #ec2a33, 0px 2px 0px 0px #85151d, 0px 5px 3px #999
}

.dc_bevel_button.red::before {
    background-color: #b42526;
    background-image: url(social_buttons/images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #851715, 0px 1px 0px #ea5b58;
    content: "";
    height: 20px;
    margin-top: -9px;
    moz-border-radius: 50%;
    moz-box-shadow: inset 0px 1px 0px #851715, 0px 1px 0px #ea5b58;
    o-border-radius: 50%;
    o-box-shadow: inset 0px 1px 0px #851715, 0px 1px 0px #ea5b58;
    position: absolute;
    right: 15px;
    top: 50%;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset 0px 1px 0px #851715, 0px 1px 0px #ea5b58;
    width: 20px
}

.dc_bevel_button.red:active::before {
    box-shadow: inset 0px 1px 0px #f06060, 0px 3px 0px #710e0e, 0px 6px 3px #a61a1a;
    margin-top: -12px;
    moz-box-shadow: inset 0px 1px 0px #f06060, 0px 3px 0px #710e0e, 0px 6px 3px #a61a1a;
    o-box-shadow: inset 0px 1px 0px #f06060, 0px 3px 0px #710e0e, 0px 6px 3px #a61a1a;
    top: 50%;
    webkit-box-shadow: inset 0px 1px 0px #f06060, 0px 3px 0px #710e0e, 0px 6px 3px #a61a1a
}

.dc_bevel_button.green {
    background-color: #54ad31;
    background-image: linear-gradient(bottom, #63aa2f 0%, #79c045 100%);
    background-image: -moz-linear-gradient(bottom, #63aa2f 0%, #79c045 100%);
    background-image: -ms-linear-gradient(bottom, #63aa2f 0%, #79c045 100%);
    background-image: -o-linear-gradient(bottom, #63aa2f 0%, #79c045 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #63aa2f), color-stop(1, #79c045));
    background-image: -webkit-linear-gradient(bottom, #63aa2f 0%, #79c045 100%);
    box-shadow: inset 0px 1px 0px #60d441, 0px 5px 0px 0px #258515, 0px 6px 5px #999;
    moz-box-shadow: inset 0px 1px 0px #60d441, 0px 5px 0px 0px #258515, 0px 6px 5px #999;
    o-box-shadow: inset 0px 1px 0px #60d441, 0px 5px 0px 0px #258515, 0px 6px 5px #999;
    webkit-box-shadow: inset 0px 1px 0px #60d441, 0px 5px 0px 0px #258515, 0px 6px 5px #999
}

.dc_bevel_button.green:hover {}

.dc_bevel_button.green:active {
    background-image: linear-gradient(bottom, #79c045 0%, #63aa2f 100%);
    background-image: -moz-linear-gradient(bottom, #79c045 0%, #63aa2f 100%);
    background-image: -ms-linear-gradient(bottom, #79c045 0%, #63aa2f 100%);
    background-image: -o-linear-gradient(bottom, #79c045 0%, #63aa2f 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #79c045), color-stop(1, #63aa2f));
    background-image: -webkit-linear-gradient(bottom, #79c045 0%, #63aa2f 100%);
    box-shadow: inset 0px 1px 0px #60d441, 0px 2px 0px 0px #258515, 0px 5px 3px #999;
    moz-box-shadow: inset 0px 1px 0px #60d441, 0px 2px 0px 0px #258515, 0px 5px 3px #999;
    o-box-shadow: inset 0px 1px 0px #60d441, 0px 2px 0px 0px #258515, 0px 5px 3px #999;
    top: 3px;
    webkit-box-shadow: inset 0px 1px 0px #60d441, 0px 2px 0px 0px #258515, 0px 5px 3px #999
}

.dc_bevel_button.green::before {
    background-color: #479135;
    background-image: url(social_buttons/images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #3a8515, 0px 1px 0px #78d155;
    content: "";
    height: 20px;
    margin-top: -9px;
    moz-border-radius: 50%;
    moz-box-shadow: inset 0px 1px 0px #3a8515, 0px 1px 0px #78d155;
    o-border-radius: 50%;
    o-box-shadow: inset 0px 1px 0px #3a8515, 0px 1px 0px #78d155;
    position: absolute;
    right: 15px;
    top: 50%;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset 0px 1px 0px #3a8515, 0px 1px 0px #78d155;
    width: 20px
}

.dc_bevel_button.green:active::before {
    box-shadow: inset 0px 1px 0px #77d451, 0px 3px 0px #28710e, 0px 6px 3px #3ba61a;
    margin-top: -12px;
    moz-box-shadow: inset 0px 1px 0px #77d451, 0px 3px 0px #28710e, 0px 6px 3px #3ba61a;
    o-box-shadow: inset 0px 1px 0px #77d451, 0px 3px 0px #28710e, 0px 6px 3px #3ba61a;
    top: 50%;
    webkit-box-shadow: inset 0px 1px 0px #77d451, 0px 3px 0px #28710e, 0px 6px 3px #3ba61a
}

.dc_bevel_button.gray {
    background-color: #929292;
    background-image: linear-gradient(bottom, #929292 0%, #a2a2a2 100%);
    background-image: -moz-linear-gradient(bottom, #929292 0%, #a2a2a2 100%);
    background-image: -ms-linear-gradient(bottom, #929292 0%, #a2a2a2 100%);
    background-image: -o-linear-gradient(bottom, #929292 0%, #a2a2a2 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #929292), color-stop(1, #a2a2a2));
    background-image: -webkit-linear-gradient(bottom, #929292 0%, #a2a2a2 100%);
    box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #6d6d6d, 0px 6px 5px #999;
    moz-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #6d6d6d, 0px 6px 5px #999;
    o-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #6d6d6d, 0px 6px 5px #999;
    webkit-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #6d6d6d, 0px 6px 5px #999
}

.dc_bevel_button.gray:hover {
    /* background:#9c9b9b */
}

.dc_bevel_button.gray:active {
    background-image: linear-gradient(bottom, #a2a2a2 0%, #929292 100%);
    background-image: -moz-linear-gradient(bottom, #a2a2a2 0%, #929292 100%);
    background-image: -ms-linear-gradient(bottom, #a2a2a2 0%, #929292 100%);
    background-image: -o-linear-gradient(bottom, #a2a2a2 0%, #929292 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a2a2a2), color-stop(1, #929292));
    background-image: -webkit-linear-gradient(bottom, #a2a2a2 0%, #929292 100%);
    box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #6d6d6d, 0px 5px 3px #999;
    moz-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #6d6d6d, 0px 5px 3px #999;
    o-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #6d6d6d, 0px 5px 3px #999;
    top: 3px;
    webkit-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #6d6d6d, 0px 5px 3px #999
}

.dc_bevel_button.gray::before {
    background-color: #7b7b7b;
    background-image: url(social_buttons/images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #5f5f5f, 0px 1px 0px #c1c1c1;
    content: "";
    height: 20px;
    margin-top: -9px;
    moz-border-radius: 50%;
    moz-box-shadow: inset 0px 1px 0px #5f5f5f, 0px 1px 0px #c1c1c1;
    o-border-radius: 50%;
    o-box-shadow: inset 0px 1px 0px #5f5f5f, 0px 1px 0px #c1c1c1;
    position: absolute;
    right: 15px;
    top: 50%;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset 0px 1px 0px #5f5f5f, 0px 1px 0px #c1c1c1;
    width: 20px
}

.dc_bevel_button.gray:active::before {
    box-shadow: inset 0px 1px 0px #cbcbcb, 0px 3px 0px #616161, 0px 6px 3px #858585;
    margin-top: -12px;
    moz-box-shadow: inset 0px 1px 0px #cbcbcb, 0px 3px 0px #616161, 0px 6px 3px #858585;
    o-box-shadow: inset 0px 1px 0px #cbcbcb, 0px 3px 0px #616161, 0px 6px 3px #858585;
    top: 50%;
    webkit-box-shadow: inset 0px 1px 0px #cbcbcb, 0px 3px 0px #616161, 0px 6px 3px #858585
}

.dc_bevel_button.white {
    background-color: #f3f3f3;
    background-image: linear-gradient(bottom, #efefef 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #efefef 0%, #fff 100%);
    background-image: -ms-linear-gradient(bottom, #efefef 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #efefef 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(bottom, #efefef 0%, #fff 100%);
    box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #d7d7d7, 0px 6px 5px #999;
    color: #333 !important;
    moz-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #d7d7d7, 0px 6px 5px #999;
    o-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #d7d7d7, 0px 6px 5px #999;
    webkit-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 5px 0px 0px #d7d7d7, 0px 6px 5px #999
}

.dc_bevel_button.white:hover {
    /* background:#fbfbfb */
}

.dc_bevel_button.white:active {
    background-image: linear-gradient(bottom, #fff 0%, #efefef 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #efefef 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
    background-image: -webkit-linear-gradient(bottom, #fff) 0%, #efefef 100%);
    box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #d7d7d7, 0px 5px 3px #999;
    moz-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #d7d7d7, 0px 5px 3px #999;
    o-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #d7d7d7, 0px 5px 3px #999;
    top: 3px;
    webkit-box-shadow: inset 0px 1px 0px #e3e3e3, 0px 2px 0px 0px #d7d7d7, 0px 5px 3px #999
}

.dc_bevel_button.white::before {
    background-color: #c5c5c5;
    background-image: url(social_buttons/images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0px 1px 0px #727272, 0px 1px 0px #fff;
    content: "";
    height: 20px;
    margin-top: -9px;
    moz-border-radius: 50%;
    moz-box-shadow: inset 0px 1px 0px #727272, 0px 1px 0px #fff;
    o-border-radius: 50%;
    o-box-shadow: inset 0px 1px 0px #727272, 0px 1px 0px #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset 0px 1px 0px #727272, 0px 1px 0px #fff;
    width: 20px
}

.dc_bevel_button.white:active::before {
    box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #a7a7a7, 0px 6px 3px #ccc;
    margin-top: -12px;
    moz-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #a7a7a7, 0px 6px 3px #ccc;
    o-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #a7a7a7, 0px 6px 3px #ccc;
    top: 50%;
    webkit-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #a7a7a7, 0px 6px 3px #ccc
}

.dc_bright_button {
    background: #777;
    border: 1px solid;
    border-color: #777;
    border-radius: 8px;
    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
    moz-border-radius: 8px;
    moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);
    text-transform: none;
    webkit-border-radius: 8px;
    webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap
}

.dc_bright_button:hover,
.dc_bright_button:focus {
    background: #999;
    border-color: #999;
    bottom: 1px;
    text-decoration: none;
    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2);
    webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2)
}

.dc_bright_button:active {
    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
    moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 1px;
    webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2)
}

.bright-default {
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px
}

.bright-square {
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px
}

.bright-bubble {
    border-radius: 12px;
    moz-border-radius: 12px;
    webkit-border-radius: 12px
}

.bright-blue {
    background: #166ba9;
    border-color: #166ba9
}

.bright-blue:hover,
.bright-blue:focus {
    background: #3390CF;
    border-color: #3390CF
}

.bright-red {
    background: #D81204;
    border-color: #D81204
}

.bright-red:hover,
.bright-red:focus {
    background: #FF2F1F;
    border-color: #FF2F1F
}

.bright-green {
    background: #95A006;
    border-color: #95A006
}

.bright-green:hover,
.bright-green:focus {
    background: #B2BF17;
    border-color: #B2BF17
}

.bright-yellow {
    background: #FFAF09;
    border-color: #FFAF09
}

.bright-yellow:hover,
.bright-yellow:focus {
    background: #FFCF09;
    border-color: #FFCF09
}

.bright-purple {
    background: #9F1D78;
    border-color: #9F1D78
}

.bright-purple:hover,
.bright-purple:focus {
    background: #CF33A0;
    border-color: #CF33A0
}

.bright-orange {
    background: #FF5F09;
    border-color: #FF5F09
}

.bright-orange:hover,
.bright-orange:focus {
    background: #FF7F09;
    border-color: #FF7F09
}

.bright-gray {
    background: #777;
    border-color: #777
}

.bright-gray:hover,
.bright-gray:focus {
    background: #999;
    border-color: #999
}

/* Table Styles 1 */
dc_table_s1 {
    margin: 0;
    padding: 0
}

.dc_table_s1 caption {
    font-size: 11px;
    font-style: italic;
    padding: 0 0 5px;
    text-align: right
}

.dc_table_s1 th {
    background: #812c7c;
    border-bottom: 1px solid #c2cac9;
    border-right: 1px solid #c2cac9;
    border-top: 1px solid #C1DAD7;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 6px 6px 6px 12px;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s1 th.nobg {
    background: none;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    border-top: 0
}

.dc_table_s1 td {
    background: #fff;
    border-bottom: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    color: #4f6b72;
    padding: 8px 8px 8px 12px;
    text-align: left;
}

.dc_table_s1 td.alt {
    background: #F5FAFA;
    color: #797268
}

.dc_table_s1 th.spec {
    background: #fff;
    border-left: 1px solid #C1DAD7;
    border-top: none;
    font-size: 10px;
    font-weight: bold
}

.dc_table_s1 th.specalt {
    background: #f5fafa;
    border-left: 1px solid #C1DAD7;
    border-top: none;
    font-size: 14px;
    font-weight: bold
}

.dc_table_s2 {
    border-collapse: collapse;
    border-right: 1px solid #e5eff8;
    border-top: 1px solid #e5eff8;
    margin: 0;
    padding: 0
}

.dc_table_s2 caption {
    caption-side: top;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 5px;
    padding: 0;
    text-align: right
}

.dc_table_s2 tr.odd td {
    background: #f7fbff
}

.dc_table_s2 tr.odd .column1 {
    background: #f4f9fe
}

.dc_table_s2 .column1 {
    background: #f9fcfe
}

.dc_table_s2 th {
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    font-weight: normal;
    padding: .3em 1em;
    text-align: left
}

.dc_table_s2 td {
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center
}

.dc_table_s2 thead th {
    background: #f4f9fe;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    text-align: center
}

.dc_table_s2 tfoot th {
    background: #f4f9fe;
    text-align: center
}

.dc_table_s2 tfoot th strong {
    font-size: 1.2em;
    font-weight: bold;
    margin: .5em .5em .5em 0
}

.dc_table_s2 tfoot th em {
    color: #f03b58;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold
}

.dc_table_s3,
.dc_table_s3 th,
.dc_table_s3 td {
    border: 1px solid #D4E0EE;
    border-collapse: collapse
}

.dc_table_s3 caption {
    caption-side: top;
    font-size: 11px;
    margin: 0 0 5px;
    padding: 0;
    text-align: left
}

.dc_table_s3 td,
.dc_table_s3 th {
    padding: 4px 8px
}

.dc_table_s3 thead th {
    background: #E6EDF5;
    color: #4F76A3;
    font-size: 100% !important;
    text-align: center
}

.dc_table_s3 tbody th {
    font-weight: bold
}

.dc_table_s3 tbody tr {
    background: #FCFDFE
}

.dc_table_s3 tbody tr.odd {
    background: #F7F9FC
}

.dc_table_s3 tfoot th,
.dc_table_s3 tfoot td {
    font-size: 85%
}

.dc_table_s4,
.dc_table_s4 td {
    border: 1px solid #CCC;
    border-collapse: collapse
}

.dc_table_s4 {
    border: 1px solid #CCC;
    border: none
}

.dc_table_s4 thead th,
.dc_table_s4 tbody th {
    background: #FFF url(../images/th_bck.gif) repeat-x;
    border: 1px solid #CCC;
    color: #666;
    padding: 5px 10px
}

.dc_table_s4 tbody th {
    background: #fafafb;
    border-top: 1px solid #CCC;
    font-weight: normal;
    text-align: left
}

.dc_table_s4 tbody tr td {
    color: #666;
    padding: 5px 10px
}

.dc_table_s4 tbody tr:hover {
    background: #FFF url(../images/tr_bck.gif) repeat
}

.dc_table_s4 tbody tr:hover td {
    color: #454545
}

.dc_table_s4 tfoot td,
.dc_table_s4 tfoot th {
    background: #FFF url(../images/foot_bck.gif) repeat;
    border-left: none;
    border: 1px solid #CCC;
    color: #666;
    padding: 4px
}

.dc_table_s4 caption {
    color: #666;
    font-size: 120%;
    padding: 10px 0;
    text-align: left
}

.dc_table_s4 table a:link {
    color: #666
}

.dc_table_s4 table a:visited {
    color: #666
}

.dc_table_s4 table a:hover {
    color: #003366;
    text-decoration: none
}

.dc_table_s4 table a:active {
    color: #003366
}

.dc_table_s5 {
    background: #fff;
    border: 2px solid #000;
    border-collapse: collapse;
    color: #555
}

.dc_table_s5 td,
.dc_table_s5 th {
    border: 1px dotted #bbb;
    padding: .5em
}

.dc_table_s5 caption {
    background: transparent;
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 .5em 0;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s5 a {
    background: transparent;
    font-weight: bold;
    padding: 1px;
    text-decoration: none
}

.dc_table_s5 a:link {
    border-bottom: 1px dashed #ddd;
    color: #000
}

.dc_table_s5 table a:visited {
    border-bottom: 1px dashed #ccc;
    color: #808080;
    text-decoration: line-through
}

.dc_table_s5 table a:hover {
    border-bottom: 1px dashed #bbb;
    color: #666
}

.dc_table_s5 thead th,
.dc_table_s5 tfoot th {
    background: transparent;
    border: 2px solid #000;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left
}

.dc_table_s5 tfoot td {
    border: 2px solid #000
}

.dc_table_s5 tbody th,
.dc_table_s5 tbody td {
    text-align: left;
    vertical-align: top
}

.dc_table_s5 tbody th {
    white-space: nowrap
}

.dc_table_s5 .odd {
    background: #fcfcfc
}

.dc_table_s5 tbody tr:hover {
    background: #fafafa
}

.dc_table_s6 {
    border-collapse: collapse;
    text-align: left
}

.dc_table_s6 caption {
    border-bottom: 6px solid #000;
    color: #000000;
    font-size: 1.4em;
    font-weight: bolder;
    padding-bottom: 4px;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s6 thead tr th {
    border-bottom: 3px solid #000;
    color: #0099ff;
    padding: 0.4em 0;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s6 tfoot th,
.dc_table_s6 tfoot td {
    border-top: 3px solid #000
}

.dc_table_s6 tr td,
.dc_table_s6 tr th {
    border-bottom: 1px solid #000;
    line-height: 1.5em;
    padding: 0.6em 0.4em
}

.dc_table_s6 tr.odd td,
.dc_table_s6 tr.odd th {}

.dc_table_s6 tbody th a {
    text-transform: uppercase
}

.dc_table_s6 tbody a,
.dc_table_s6 tbody a:link {
    color: #0099ff;
    font-weight: bold;
    text-decoration: none
}

.dc_table_s6 tbody a:visited {
    color: #000
}

.dc_table_s7 {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

.dc_table_s7 caption {
    color: #F06;
    font-size: 1.5em;
    text-align: left
}

.dc_table_s7 td,
.dc_table_s7 th {
    border-bottom: 1px solid #EEE;
    padding: 10px 4px
}

.dc_table_s7 td+td {
    border-left: 1px solid #FAFAFA;
    color: #999
}

.dc_table_s7 td+td+td {
    border-left: none;
    color: #666
}

.dc_table_s7 td a {
    color: #444;
    text-align: left;
    text-decoration: none
}

.dc_table_s7 td a,
.dc_table_s7 th a {
    display: block;
    width: 100%
}

.dc_table_s7 td a:hover {
    background: #444;
    color: #FFF
}

.dc_table_s7 tfoot th {
    text-align: right
}

.dc_table_s7 th {
    text-align: left
}

.dc_table_s7 th+th {
    text-align: left
}

.dc_table_s7 th+th+th {
    text-align: left
}

.dc_table_s7 th a {
    color: #F06;
    font-size: 1.1em;
    text-decoration: none
}

.dc_table_s7 th a:visited {
    color: #F69
}

.dc_table_s7 th a:hover {
    color: #F06;
    text-decoration: underline
}

.dc_table_s7 thead tr,
.dc_table_s7 tfoot tr {
    color: #555;
    font-size: 0.8em
}

.dc_table_s7 tr {
    background: url(../images/prettyinpink_row.png) repeat-x #F8F8F8;
    color: #666
}

.dc_table_s7 tr:hover {
    background: #FFF
}

.dc_table_s8 {
    background-color: #fff;
    border-collapse: collapse;
    width: 100%
}

.dc_table_s8 caption {
    color: #1ba6b2;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 10px;
    text-align: left
}

.dc_table_s8 thead th {
    background-color: #a3c159;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    height: 25px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase
}

.dc_table_s8 tfoot {
    border-top: 6px solid #e9f7f6;
    color: #1ba6b2;
    font-size: 1.2em;
    font-weigth: bold;
    margin-top: 6px;
    padding: 2px;
    text-transform: uppercase
}

.dc_table_s8 tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.dc_table_s8 tbody td {
    color: #414141;
    padding: 5px;
    text-align: left
}

.dc_table_s8 tbody th {
    padding: 2px;
    text-align: left
}

.dc_table_s8 tbody td a,
.dc_table_s8 tbody th a {
    color: #6C8C37;
    display: block;
    font-weight: normal;
    padding-left: 15px;
    text-decoration: none
}

.dc_table_s8 tbody td a:hover,
.dc_table_s8 tbody th a:hover {
    color: #009193;
    text-decoration: none
}

.dc_table_s9 {
    border-collapse: collapse;
    color: #7F7F7F
}

.dc_table_s9,
.dc_table_s9 caption {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC
}

.dc_table_s9 caption,
.dc_table_s9 th,
.dc_table_s9 td {
    border-left: 0;
    padding: 10px;
    color: #000;
}

.dc_table_s9 caption,
.dc_table_s9 thead th,
.dc_table_s9 tfoot th,
.dc_table_s9 tfoot td {
    background-color: #E63C1E;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase
}

.dc_table_s9 thead th {
    background-color: #51152A;
    color: #FFFF;
    text-align: center
}

.dc_table_s9 tbody th {
    padding: 20px 10px
}

.dc_table_s9 tbody tr.odd {
    background-color: #F7F7F7;
    color: #666
}

.dc_table_s9 tbody a {
    border-bottom: 1px dotted #E63C1E;
    color: #333;
    padding: 1px 2px;
    text-decoration: none
}

.dc_table_s9 tbody a:active,
.dc_table_s9 tbody a:hover,
.dc_table_s9 tbody a:focus,
.dc_table_s9 tbody a:visited {
    color: #666
}

.dc_table_s9 tbody tr:hover {
    background-color: #EEE;
    color: #333
}

.dc_table_s9 tbody tr:hover a {
    background-color: #FFF
}

.dc_table_s9 tbody td+td+td+td a {
    border-bottom: 0;
    color: #C30;
    font-weight: bold
}

.dc_table_s9 tbody td+td+td+td a:active,
.dc_table_s9 tbody td+td+td+td a:hover,
.dc_table_s9 tbody td+td+td+td a:focus,
.dc_table_s9 tbody td+td+td+td a:visited {
    color: #E63C1E
}

.dc_table_s10 {
    background: #641B35;
    border: 1px solid #38160C;
    border-collapse: collapse;
    color: #F6ECF0
}

.dc_table_s10 caption {
    background: transparent;
    color: #B85A7C;
    text-align: left
}

.dc_table_s10 td,
.dc_table_s10 th {
    border: 1px dashed #B85A7C;
    color: #F6ECF0;
    padding: .8em
}

.dc_table_s10 thead th,
.dc_table_s10 tfoot th {
    background: #38160C;
    border: 1px solid #A85070;
    color: #F6ECF0;
    font-weight: bold;
    padding-top: 6px;
    text-align: left
}

.dc_table_s10 tbody td a {
    background: transparent;
    color: #F6ECF0;
    text-decoration: none
}

.dc_table_s10 tbody td a:hover {
    background: transparent;
    color: #FFFFFF
}

.dc_table_s10 tbody th a {
    background: transparent;
    color: #F6ECF0;
    font-weight: normal;
    text-decoration: none
}

.dc_table_s10 tbody th a:hover {
    background: transparent;
    color: #FFFFFF
}

.dc_table_s10 tbody th,
.dc_table_s10 tbody td {
    text-align: left;
    vertical-align: top
}

.dc_table_s10 tfoot td {
    background: #38160C;
    border: 1px solid #38160C;
    padding-top: 6px
}

.dc_table_s10 .odd {
    background: #7B2342
}

.dc_table_s10 tbody tr:hover {
    background: #51152A
}

.dc_table_s10 tbody tr:hover th,
.dc_table_s10 tbody tr.odd:hover th {
    background: #51152A
}

.dc_table_s11 {
    background: #f6f6f6;
    border: 1px solid #666;
    border-collapse: collapse;
    color: #363636;
    text-align: left
}

.dc_table_s11 caption {
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 4px 8px 0px;
    text-align: center;
    text-transform: uppercase
}

.dc_table_s11 thead,
.dc_table_s11 tfoot {
    background: url(../images/table_s11.png) repeat-x;
    height: 30px;
    text-align: left
}

.dc_table_s11 thead th,
.dc_table_s11 tfoot th {
    padding: 5px
}

.dc_table_s11 a {
    color: #333;
    text-decoration: none
}

.dc_table_s11 a:hover {
    text-decoration: underline
}

.dc_table_s11 tr.odd {
    background: #f1f1f1
}

.dc_table_s11 tbody th,
.dc_table_s11 tbody td {
    padding: 5px
}

.dc_table_s12 {
    background: #F3F5F7;
    border-collapse: collapse;
    color: #333;
    margin: 0;
    padding: 0
}

.dc_table_s12 a {
    border-bottom: 1px solid #C6C8CB;
    color: #3A4856;
    text-decoration: none
}

.dc_table_s12 a:visited {
    color: #777
}

.dc_table_s12 a:hover {
    color: #000
}

.dc_table_s12 caption {
    font-size: 1.6em;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s12 thead th {
    background: #3A4856;
    color: #fff;
    font-weight: normal;
    padding: 15px 10px;
    text-align: left
}

.dc_table_s12 tbody,
.dc_table_s12 thead {
    border-left: 1px solid #EAECEE;
    border-right: 1px solid #EAECEE
}

.dc_table_s12 tbody {
    border-bottom: 1px solid #EAECEE
}

.dc_table_s12 tbody td,
.dc_table_s12 tbody th {
    background: url("../images/table_s12.gif") repeat-x;
    padding: 10px;
    text-align: left
}

.dc_table_s12 tbody tr {
    background: #F3F5F7
}

.dc_table_s12 tbody tr.odd {
    background: #F0F2F4
}

.dc_table_s12 tbody tr:hover {
    background: #EAECEE;
    color: #111
}

.dc_table_s12 tfoot td,
.dc_table_s12 tfoot th,
.dc_table_s12 tfoot tr {
    background: #fff;
    font: 1.2em;
    padding: 10px;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s13 {
    background: #D3E4E5;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff
}

.dc_table_s13 caption {
    border: 1px solid #5C443A;
    color: #5C443A;
    font-weight: bold;
    letter-spacing: 8px;
    padding: 6px 4px 8px 0px;
    text-align: center;
    text-transform: uppercase
}

.dc_table_s13 td,
.dc_table_s13 th {
    color: #363636;
    padding: .4em
}

.dc_table_s13 tr {
    border: 1px dotted gray
}

.dc_table_s13 thead th,
.dc_table_s13 tfoot th {
    background: #5C443A;
    color: #FFFFFF;
    padding: 3px 10px 3px 10px;
    text-align: left;
    text-transform: uppercase
}

.dc_table_s13 tbody td a {
    color: #363636;
    text-decoration: none
}

.dc_table_s13 tbody td a:visited {
    color: gray;
    text-decoration: line-through
}

.dc_table_s13 tbody td a:hover {
    text-decoration: underline
}

.dc_table_s13 tbody th a {
    color: #363636;
    font-weight: normal;
    text-decoration: none
}

.dc_table_s13 tbody th a:hover {
    color: #363636
}

.dc_table_s13 tbody td+td+td+td a {
    background-image: url('../images/table_s12a.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #03476F;
    padding-left: 15px
}

.dc_table_s13 tbody td+td+td+td a:visited {
    background-image: url('../images/table_s12b.png');
    background-position: left center;
    background-repeat: no-repeat
}

.dc_table_s13 tbody th,
.dc_table_s13 tbody td {
    text-align: left;
    vertical-align: top
}

.dc_table_s13 tfoot td {
    background: #5C443A;
    color: #FFFFFF;
    padding-top: 3px
}

.dc_table_s13 .odd {
    background: #fff
}

.dc_table_s13 tbody tr:hover {
    background: #99BCBF;
    border: 1px solid #03476F;
    color: #000000
}

/* Table Styles 2 */
.dc_tables2_0 {
    background: #fefefe;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    moz-border-radius: 5px;
    moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    webkit-border-radius: 5px;
    color: black;
    webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    width: 70%
}

.dc_tables2_0 th,
td {
    padding: 18px 28px 18px;
    text-align: center
}

.dc_tables2_0 th {
    background: #e8eaeb;
    padding-top: 22px;
    text-shadow: 1px 1px 1px #fff
}

.dc_tables2_0 td {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.dc_tables2_0 tr.odd-row td {
    background: #f6f6f6
}

.dc_tables2_0 td.first,
th.first {
    text-align: left
}

.dc_tables2_0 td.last {
    border-right: none
}

.dc_tables2_0 td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe))
}

.dc_tables2_0 tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6))
}

.dc_tables2_0 th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb))
}

.dc_tables2_0 tr:first-child th.first {
    moz-border-radius-topleft: 5px;
    webkit-border-top-left-radius: 5px
}

.dc_tables2_0 tr:first-child th.last {
    moz-border-radius-topright: 5px;
    webkit-border-top-right-radius: 5px
}

.dc_tables2_0 tr:last-child td.first {
    moz-border-radius-bottomleft: 5px;
    webkit-border-bottom-left-radius: 5px
}

.dc_tables2_0 tr:last-child td.last {
    moz-border-radius-bottomright: 5px;
    webkit-border-bottom-right-radius: 5px
}

.dc_tables2_1 {
    background: #fff;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_1 th {
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px
}

.dc_tables2_1 td {
    color: #666;
    padding: 5px
}

.dc_tables2_1 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    box-shadow: 0px 1px 4px 1px #eee;
    color: #333;
    webkit-box-shadow: 0px 1px 4px 1px #eee
}

.dc_tables2_2 {
    background: #fff;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_2 th {
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px
}

.dc_tables2_2 td {
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 6px 8px
}

.dc_tables2_2 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    box-shadow: 0px 1px 4px 1px #eee;
    color: #333;
    webkit-box-shadow: 0px 1px 4px 1px #eee
}

.dc_tables2_3 {
    background: #fff;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_3 th {
    border-bottom: 2px solid #ccc;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 2px
}

.dc_tables2_3 td {
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    color: #666;
    padding: 12px 2px 0px 2px;
    padding: 6px
}

.dc_tables2_3 tbody tr:hover td {
    border-bottom: 1px dotted #ccc;
    color: #333
}

.dc_tables2_4 {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_4 th {
    background: #ccc;
    background: -moz-linear-gradient(center bottom, rgb(201, 201, 201) 20%, rgb(231, 231, 231) 80%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgb(189, 189, 189)), color-stop(0.7, rgb(224, 224, 224)));
    border: 1px dotted #ccc;
    border-bottom: 2px solid #fff;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    text-align: left
}

.dc_tables2_4 td {
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
    color: #666;
    padding: 8px
}

.dc_tables2_4 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333
}

.dc_tables2_5 {
    border-bottom: 3px solid #ccc;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    width: 480px
}

.dc_tables2_5 th {
    background: #f2f2f2;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    padding: 8px
}

.dc_tables2_5 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_5 td {
    background: #fff;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    color: #333;
    padding: 8px
}

.dc_tables2_6 {
    background: #fff;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_6 th {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px
}

.dc_tables2_6 td {
    color: #666;
    padding: 8px
}

.dc_tables2_6 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_6 .odd {
    background: #eee
}

.dc_tables2_7 {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_7 th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px
}

.dc_tables2_7 td {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #666;
    padding: 8px 15px
}

.dc_tables2_7 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tab2_odd {
    background: #f2f2f2
}

.dc_tab2_even {
    background: #eee
}

.dc_tables2_7 .dc_tab2_v1 {
    background: #ddd;
    border-bottom: 1px dotted #999
}

.dc_tables2_7 .dc_tab2_v2 {
    background: #ccc;
    border-bottom: 1px dotted #666
}

.dc_tables2_8 {
    background: #fff;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_8 th {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px
}

.dc_tables2_8 td {
    border-top: 1px dotted #ccc;
    color: #666;
    padding: 10px 15px
}

.dc_first {
    background: #f2f2f2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.dc_tables2_8 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_9 {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_9 th {
    background-color: #f2f2f2;
    border-bottom: 1px dashed #ccc;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 17px 12px 17px
}

.dc_tables2_9 td {
    color: #666;
    padding: 7px 17px 7px 17px
}

.dc_tables2_9 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_10 {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_10 th {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px 10px 10px
}

.dc_tables2_10 tbody {
    background: #f2f2f2
}

.dc_tables2_10 td {
    border-top: 1px dashed #ccc;
    color: #666;
    padding: 10px
}

.dc_tables2_10 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_11 {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_11 th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-left: 1px dashed #999;
    border-right: 1px dashed #ccc;
    border-top: 1px dashed #999;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    padding: 20px;
    text-transform: uppercase
}

.dc_tables2_11 td {
    border-right: 1px dashed #ccc;
    color: #666;
    padding: 10px 20px
}

.dc_tables2_11 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_12 {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_12 thead th.rounded-company {
    background: #b9c9fe url('../images/left.png') left -1px no-repeat
}

.dc_tables2_12 thead th.rounded-q4 {
    background: #b9c9fe url('../images/right.png') right -1px no-repeat
}

.dc_tables2_12 th {
    background: #b9c9fe;
    color: #039;
    font-size: 13px;
    font-weight: normal;
    padding: 8px
}

.dc_tables2_12 td {
    background: #e8edff;
    border-top: 1px solid #fff;
    color: #669;
    padding: 8px
}

.dc_tables2_12 tfoot td.rounded-foot-left {
    background: #e8edff url('../images/botleft.png') left bottom no-repeat
}

.dc_tables2_12 tfoot td.rounded-foot-right {
    background: #e8edff url('../images/botright.png') right bottom no-repeat
}

.dc_tables2_12 tbody tr:hover td {
    background-color: #f5fbff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #333
}

.dc_tables2_13 {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_13 th {
    color: #339;
    font-size: 14px;
    font-weight: normal;
    padding: 12px
}

.dc_tables2_13 td {
    border-top: 1px solid #fff;
    color: #669;
    padding: 9px 12px
}

.dc_tables2_13 tfoot td {
    font-size: 11px
}

.dc_tables2_13 tbody td {
    background: url('../images/back.png')
}

.dc_tables2_13 tbody tr:hover td {
    background: none;
    color: #339
}

.dc_tables2_14 {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 480px
}

.dc_tables2_14 th {
    background: #b9c9fe url('../images/gradhead.png') repeat-x;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #d3ddff;
    color: #039;
    font-size: 13px;
    font-weight: normal;
    padding: 8px
}

.dc_tables2_14 td {
    background: #e8edff url('../images/gradback.png') repeat-x;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #669;
    padding: 8px
}

.dc_tables2_14 tfoot tr td {
    background: #e8edff;
    color: #99c;
    font-size: 12px
}

.dc_tables2_14 tbody tr:hover td {
    background: #d0dafd url('../images/gradhover.png') repeat-x;
    color: #339
}