﻿
#UserControl #LogoutIcon, #UserControl #LoginIcon, .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover,
    .btn.active, #tabs .ui-tabs-nav .ui-state-active, .btn.form-control, #ui-datepicker-div .ui-widget-header, .modal-dialog .btn,
.ui-timepicker-selected, .ui-timepicker-wrapper li:hover,.pdfLink a, #dialogbutton, .ui-dialog .ui-widget-header
{
    background:#a8bc49;
    background-image: -ms-linear-gradient(top, #597b37, #a8bc49);
    background-image: linear-gradient(top, #597b37, #a8bc49);  
    background-image: -webkit-linear-gradient(top, #597b37, #a8bc49);  
    background-image: -moz-linear-gradient(top, #597b37, #a8bc49);  
    background-image: -o-linear-gradient(top, #597b37, #a8bc49);  
  color:#ffffff;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #a8bc49;
}
.dropdown {
    background: #b3b3b3 url(img/arrow_green.svg) repeat-x !important;
}
.selectBox-dropdown .selectBox-arrow {
    /* This is the default class that is used */
    background: #b3b3b3 url(img/arrow_green.svg) right no-repeat !important;
}
.help{
    background:url(img/icons/info_green.svg);
}