.ui-datepicker { width:154px; font-size:13px; padding:0;}
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color:#fff; background:#ff0000}
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color:#fff; background:#ff0000}
.holiday a.ui-state-default { background:#ff0000; color:#fff }
.ui-datepicker-current-day a.ui-state-default { border: 1px solid #c5c5c5; } 
.ui-datepicker-today a.ui-state-default { background:#f6f6f6; border: 1px solid #c5c5c5; color:#454545}
.ui-datepicker-prev, .ui-datepicker-next { display:none }
.ui-datepicker-current-day a.ui-state-active { background:#f6f6f6; color:#454545; }
