/* Start of CMSMS style sheet 'datepicker' */
#ui-datepicker-div {
  border: 1px solid #333;
  background: #222;
  font-size: 10px;
}

.ui-datepicker-control a {
  color: #666;
}

.ui-datepicker-clear {
  float: left;
}

.ui-datepicker-close {
  float: right;
}

.ui-datepicker-links {
  clear: both;
}

.ui-datepicker-prev {
  float: left;
  text-align: left;
  width: 60px;
  height: 1em;
}

.ui-datepicker-current {
  float: left;
  text-align: center;
  width: 65px;
}

.ui-datepicker-next {
  float: right;
  text-align: right;
  width: 60px;
}

.ui-datepicker-header {
  clear: both;
}

.ui-datepicker-new-month {
  float: left;
  width: 95px;
}

.ui-datepicker-new-year {
  float: right;
  width: 95px;
}

table.ui-datepicker {
  clear: both;
  width: 193px;
}

table.ui-datepicker thead {
  font-weight: bold;
}

table.ui-datepicker td {
  text-align: center;
}

.ui-datepicker-today a {
  text-decoration: underline;
}

.ui-datepicker-current-day {
  background: #F1B751;
}

.ui-datepicker-current-day a {
  color: black;
}

/* End of 'datepicker' */

