
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #69bc4a; /* Old browsers */
    background: -moz-linear-gradient(top, #69bc4a 0, #97D082 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#69bc4a), color-stop(100%,#97D082)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #69bc4a 0,#97D082 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #69bc4a 0,#97D082 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #69bc4a 0,#97D082 100%); /* IE10+ */
    background: linear-gradient(to bottom, #69bc4a 0,#97D082 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bc4a', endColorstr='#97D082',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    font-weight: bold;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #69bc4a; /* Old browsers */
        background: -moz-linear-gradient(top, #69bc4a 0, #97D082 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#69bc4a), color-stop(100%,#97D082)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #69bc4a 0,#97D082 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #69bc4a 0,#97D082 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #69bc4a 0,#97D082 100%); /* IE10+ */
        background: linear-gradient(to bottom, #69bc4a 0,#97D082 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bc4a', endColorstr='#97D082',GradientType=0 ); /* IE6-9 */
        color: #363636;
    }
