/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
    /**/

    /* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

    .ui-datepicker .ui-datepicker-header {
        border: 1px solid peru;
        background-color: peru;
        background-image: none;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        background-color: peru;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 60px;
    }

    .ui-datepicker-calendar .ui-state-hover {
        background: peru;
        color: black;
    }

    .ui-datepicker select {
        background: peru;
        color: white;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year  {
        background: peru;
        color: white;
    }

    .ui-datepicker select.ui-datepicker-month option,
    .ui-datepicker select.ui-datepicker-year option {
        background: peru;
        color: white;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight  {
        background-color: peru;
        color: #FFFFFF;
    }

    .ui-datepicker select.ui-datepicker-month option::-moz-selection,
    .ui-datepicker select.ui-datepicker-year option::selection {
        background: peru;
        color: #4d080f;
    }

    ui-datepicker select option:hover { background-color: red; color: white; }

</style>