/* ThemeRoller UI Lightness override style sheet for jQuery date picker v4.0.6. */
@import "ui.datepick.css";

.ui-widget-header a,
.ui-widget-header select {
    /*color: #ffffff; *//* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
    /*color: #c77405;*/
}
a.ui-datepicker-cmd-prev:hover span, a.ui-datepicker-cmd-next:hover span {
    background-color: #fdf5ce;
    background-image: url(../jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
.ui-widget-header select,
.ui-widget-header option {
    /*background-color: #f6a828;*/
}
.ui-state-highlight a {
    color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}
