.ui-datepicker th {
    background: #cecece;
}

.ui-datepicker table {
    background: #ffffff;
}

.ui-widget-content {
    border: 1px solid #8c8c8c;
    background: #ffffff;
    color: #ffffff;
}

    .ui-widget-content .ui-menu-item {
        background: #e5e5e5;
        color: #000;
    }


    .ui-widget-header {
        border: 0px solid #ffffff;
        background: #ffffff;
        color: #3e3e3e;
        font-weight: 500;
    }

        .ui-widget-header .ui-icon {
            background-color: transparent;
            border-radius: 4px;
            background-image: url('images/ui-icons_777777_256x240.png');
            color: #777;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}


    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #cecece;
        background: #ffffff;
        font-weight: 500;
        color: #000000;
        border-radius: 2px;
    }


.ui-datepicker th {
    font-weight: 500;
    color: black;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #0b93d5;
    background: #003147 url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #26b3f7;
    background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}