#ui-datepicker-div { width: 300px; border: 1px solid rgb(128, 128, 128); padding: 5px; background: #f2fbff; display: none; }
div.ui-datepicker-control { position: relative; height: 25px; background: #4ea7df; }
div.ui-datepicker-control div { padding: 5px; }
div.ui-datepicker-control div a { color: #fff; }
div.ui-datepicker-links { position: relative; height: 20px; padding: 5px 0 0 0; background: #067ac7; border-bottom: 1px solid #399bda; text-align: center; }
div.ui-datepicker-links div { padding: 5px; }
div.ui-datepicker-links div a { color: #fff; }
div.ui-datepicker-clear { position: absolute; top: 0; left: 0; cursor:pointer; display:none; }
div.ui-datepicker-prev { position: absolute; top: 0; left: 0; cursor:pointer; }
div.ui-datepicker-close,
div.ui-datepicker-next { position: absolute; top: 0; right: 0; cursor:pointer }
div.ui-datepicker-current { display: inline; }
div.ui-datepicker-header { margin-top: 5px; text-align: center; }
div.ui-datepicker-header select { margin: 0 3px; }
table.ui-datepicker { width: 250px; border-collapse: collapse; margin: 10px 0 0 0; }
table.ui-datepicker td { padding: 3px; border: 1px solid #399bda; cursor:pointer; }
table.ui-datepicker thead td { text-align: center; font-weight: bold; background: #399bda; color: #f2fbff; }
td.ui-datepicker-today { background: #4ea7df; color: #fff; }
td.ui-datepicker-current-day { background: #067ac7; color: #fff; }