.ui-widget-header {
    background: url('../img/fond_menu.png');
}
.ui-datepicker .ui-state-hover.ui-datepicker-next-hover, 
.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover {
    background: transparent;
    cursor: pointer;
    border-color: transparent;
}
.ui-datepicker .ui-state-hover.ui-datepicker-next-hover .ui-icon,
.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover .ui-icon {
    background-image: url(gipmds-theme/images/ui-icons_eeeeee_256x240.png);
}

.datepicker-welcome .ui-datepicker {
    width: 100%;
}
.datepicker-welcome .ui-datepicker td {
    width: 90px;
}
.datepicker-welcome .ui-datepicker-calendar tr td .ui-state-default {
    height: 40px;
    background: #eee;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    cursor: default;
}
.datepicker-welcome .ui-datepicker-calendar tr td.ui-datepicker-unselectable {
    opacity: 1;
}
.datepicker-welcome .ui-datepicker-calendar tr td.ui-datepicker-other-month {
    opacity: 0.35;
}
.ui-datepicker-calendar tr td .ui-state-highlight,
.ui-datepicker-calendar tr td .ui-state-hover,
.datepicker-welcome .ui-datepicker-calendar tr td.ui-with-flash a.ui-state-hover {
    border: 1px solid #d3d3d3;
}
.datepicker-welcome .ui-datepicker-calendar tr td.ui-with-flash a {
    color: #000;
    background-color: #ccc;
    border: 1px solid #bbb;
    cursor: pointer;
}
.datepicker-welcome .ui-datepicker-calendar tr td.ui-selected a {
    color: #fff;
    background-color: #888;
    border: 1px solid #aaa;
}
.datepicker-welcome .ui-datepicker-calendar tr td.ui-with-flash a:hover {
    border: 1px solid #999;
}
