.daypicker {
    border-right: 0;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 0 5px;
    background: #fff url(images/calendar_month.png) no-repeat right 0;
}
/*media all*/
.ui-datepicker .ui-datepicker-today a {
    border: 1px solid #b3b3b3;
    color: #222;
    background-color: #d9d3ce;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #222;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-datepicker-calendar thead th.ui-datepicker-week-end {
    color: rgb(222, 47, 47);
}

.ui-datepicker-calendar thead th.ui-datepicker-week-sat {
    color: rgb(36, 91, 199);
}
