

/************/
/* ELEMENTS */
/************/

a.textlink:link,
a.textlink:active,
a.textlink:visited {
    color: #8F1838;
    }

div.RadGrid_Default .rgHeader,
div.RadGrid_Default .rgHeader a {
    color: #8F1838;
    }

h2,
h3,
h4 {
    
    color: #8F1838;
    }

footer.raw {
    background-color: red;
    }

/*******/
/* IDS */
/*******/

#footer {
    background-color: #8F1838;
    }

#mainheader {
    background-color: #8F1838;
    background-image: none;
    }

#nav1 li a {
    color: #8F1838;
    }

#nav2 li a {
    color: #8F1838;
    }


#secnav > li.responsiveLink:hover {
    background-color: #77787B;
    color: #fff;
    display: block;
    }

#secnav li:hover,
#paynowbutton:hover,
#nextstepbtn > button:hover {
    background: -webkit-linear-gradient(#77787B, #77787B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#77787B, #77787B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#77787B, #77787B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#77787B, #77787B); /* Standard syntax (must be last) */
    }

#footerL > a:hover {
    color: #77787B;
    }

#footerR > a:hover {
    color: #77787B;
    }

/***********/
/* CLASSES */
/***********/

.ui-accordion .ui-accordion-header {
    background-color: #8F1838;
    background-image: -moz-linear-gradient(top, #77787B 0%, #77787B 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #77787B), color-stop(100%, #77787B)); /* Chrome, Safari4+ */
    background-image: -webkit-linear-gradient(top,  #77787B 0%, #77787B 100%); /* Chrome10+, Safari5.1+ */
    background-image: -o-linear-gradient(top,  #77787B 0%, #77787B 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #77787B 0%, #77787B 100%); /* IE10+ */
    background-image: linear-gradient(to bottombottom, #77787B 0%, #77787B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#77787B', endColorstr = '#77787B', GradientType = 0); /* IE6-9 */ 
    }

.alert {
    color: #8F1838;
    }

.alert h3 {
    color: #8F1838;
    }

.block .contentArea .h2 {
    color: #8F1838;
    }

.bottomTable ul:hover li {
    color: #8F1838;
    }

.bottomTable_welcome div.left div.one,
.bottomTable_welcome div.left div.three {
    color: #8F1838;
    }

.bottomTable_welcome2 h1 {
    color: #8F1838;
    }

.btn_lg_01 {
    background-color: #8F1838;
    background-image: none;
    }

.btn_lg_01HOME {
    background-color: #8F1838;
    background-image: none;
    }

.btn_lg_01PRINT {
    background-color: #8F1838;
    background-image: none;
    }

.btn_lg_02 {
    background-color: #8F1838;
    background-image: none;
    }

.primaryBackgroundColor {
    background-color: #8F1838;
    }

.primaryColor {
    color: #8F1838;
    }

.primaryGradient{
    background: -webkit-linear-gradient(#8F1838, #8F1838); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8F1838, #8F1838); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8F1838, #8F1838); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8F1838, #8F1838); /* Standard syntax (must be last) */
    }

.secondaryBackgroundColor {
    background-color: #77787B;
    }

.colorform {
    color: #77787B;
    }

.secondaryColor {
    color: #77787B;
    }

.secondaryGradient {
    background: -webkit-linear-gradient(#77787B, #77787B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#77787B, #77787B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#77787B, #77787B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#77787B, #77787B); /* Standard syntax (must be last) */
    }

.tertiaryGradient {
    background: -webkit-linear-gradient(#f6f6f6, #cecece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6f6f6, #cecece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6f6f6, #cecece); /* For Firefox 3.6 to 15 */
    ackground: linear-gradient(#f6f6f6, #cecece); /* Standard syntax (must be last) */
    }

.tabs .current,
.tabs .current a,
.tabs .current span {
    background-color: #8F1838;
    background-image: none;
    }

.wizard .active,
.wizard .complete {
    color: #8F1838;
    }

.print-button {
    margin-top: 12px;
    text-align: right;
    }


@media print {
    #primary-navbar,
    #secondary-navbar,
    .print-button  {
        display: none;
        }

    h1 {
        width: 100%;
        font: bold 20pt Times-Roman, Serif;
        color: red;
        }

    h2, h3 {
        font: normal 15pt Times-Roman, Serif;
        }

    th,
    td {
        font-family: Times-Roman, Serif;
        }


    .label-left {
        float: left;
        font: bold 10pt Times-Roman, Serif;
        }

    .label-right {
        clear: both;
        }

    .col-md-6,
    .col-md-9 {
        font: normal 10pt Times-Roman, Serif;
        }
    }
