﻿/*this is the primary gradient background color of button elements; this shoudl be overridden 
for specific vendors; vendor-specific */
.atx_user_notifications .qtip-titlebar,
.atx_gradient_vendor_dark,
.atx_gradient_vendor_dark.ui-state-active.ui-state-default {
    background: #008897; /* Old browsers */
    background: -moz-linear-gradient(top, #008897 1%, #00636D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#008897), color-stop(100%,#00636D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008897 1%,#00636D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008897 1%,#00636D 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008897 1%,#00636D 100%); /* IE10+ */
    background: linear-gradient(to bottom, #008897 1%,#00636D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008897', endColorstr='#00636D',GradientType=0 ); /* IE6-9 */
}


    /*when a user hovers over a button, make it a little bit lighter to cue them in the fact that 
    the element is interactive*/
    .atx_gradient_vendor_dark:hover,
    .atx_toolbar_buttonset label.atx_gradient_vendor_dark:hover {
        background: #00C1D6; /* Old browsers */
        background: -moz-linear-gradient(top, #00C1D6 1%, #009DAD 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00C1D6), color-stop(100%,#009DAD)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #00C1D6 1%,#009DAD 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #00C1D6 1%,#009DAD 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #00C1D6 1%,#009DAD 100%); /* IE10+ */
        background: linear-gradient(to bottom, #00C1D6 1%,#009DAD 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1D6', endColorstr='#009DAD',GradientType=0 ); /* IE6-9 */
    }


.atx_vendor_link_color {
    color: #008897;
}