div.datepicker {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  width: 196px;
  height: 147px;
  cursor: default;
  display: none;
  border: 1px solid darkgray;
  padding: 10px;
  background: #fff;
}

.datepickerHidden {
  display: none;
}

div.datepicker table {
  border-collapse:collapse;
}

div.datepicker table th {
  padding-bottom: 3px;
}

div.datepicker a {
  color: #353d41 !important;
  text-shadow: 1px 1px 0 #f4f4f4;
  text-decoration: none !important;
  outline: none !important;
}

div.datepicker table td {
  text-align: center;
  padding: 1px;
  margin: 0;
}

div.datepicker th {
  text-align: center;
  color: #CE6F02;
  font-weight: normal;
}

div.datepicker tbody th {
  text-align: left;
}

div.datepicker tbody a {
  display: block;
  text-align: center
}

.datepickerDays a {
  width: 24px;
  line-height: 20px;
  height: 20px;
  padding-right: 2px;
}

.datepickerYears a,
.datepickerMonths a{
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

td.datepickerNotInMonth a {
  color: #666;
}

tbody.datepickerDays td.datepickerSelected a{
  background: #444;
  color: #efefef !important;
  text-shadow: -1px -1px 0 #000;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
  background: #17384d;
}

div.datepicker a:hover,
div.datepicker a:hover {
  color: #000 !important;
  background: #e9e9e9;
}

div.datepicker td.datepickerNotInMonth a:hover {
  color: #999 !important;
}

div.datepicker tbody th {
  text-align: center;
}

.datepickerSpace div {
  width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.datepickerGoNext a {
  text-align: center;
  width: 20px;
}

.datepickerGoPrev a {
  float: left;
  width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}

td.datepickerDisabled a,
td.datepickerNotInMonth a{
  color: #888 !important;
}

td.datepickerDisabled a:hover {
  color: #333;
}

td.datepickerSpecial a {
  background: #700;
}

td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}