.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  background: white;
  border: solid 1px lightgrey;
  border-radius: 5px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #e8e8e8;
  border: solid 1px lightgrey;
  border-radius: 5px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}

.ui-datepicker-prev.ui-corner-all {
  background-image: url(../images/icons/back-arrow.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
}

.ui-datepicker-next.ui-corner-all {
  background-image: url(../images/icons/forward-arrow.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
}

.ui-datepicker td .ui-state-highlight {
  background-color: #e8e8e8;
}

.ui-datepicker td a:hover {
  background-color: #efefef;
}