.ui-datepicker-inline {
  font-family: arial,sans-serif;
  font-size: 11px;
  color: #333;
  padding: 3px 0 0;
  text-align: center;
}

#ui-datepicker-div {
  display: none;
  z-index: 10;
  font-family: arial,sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 3px;
}

.ui-datepicker-control {
  display: none;
}

.ui-datepicker-links {
  padding-top: 4px;
  clear: both;
  height: 18px;
  margin-bottom: -20px;
}

.ui-datepicker-inline .ui-datepicker-links {
  padding: 2px 5px 0;
  margin-bottom: -21px;
}

.ui-datepicker-links .ui-datepicker-prev {
  float: left;
}

.ui-datepicker-links .ui-datepicker-prev a {
  display: block;
  background: transparent url('../images/va_calendar_left.gif') no-repeat left bottom;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}

.ui-datepicker-links .ui-datepicker-next {
  float: right;
}

.ui-datepicker-links .ui-datepicker-next a {
  display: block;
  background: transparent url('../images/va_calendar_right.gif') no-repeat right bottom;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}

.ui-datepicker-links .ui-datepicker-current {
  display: none;
}

.ui-datepicker-one-month {
  padding: 3px 0 0;
}

.ui-datepicker-one-month .ui-datepicker-header {
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
  
}

.ui-datepicker-inline .ui-datepicker-one-month table {
  width: 100%;
}

.ui-datepicker .ui-datepicker-title-row td {
  font-weight: bold;
  padding: 2px 0;
  color: #9ba597;
}

.ui-datepicker-inline .ui-datepicker .ui-datepicker-days-row td {
  padding: 1px 0;
  border-top: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-days-row a {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 1.6;
  width: 21px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-week-end-cell a {
  color: #666;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-days-row .ui-datepicker-current-day a {
  background: url('../images/va_calendar_active.gif') no-repeat center center;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-days-row a:hover {
  background: url('../images/va_calendar_active.gif') no-repeat center center;
}
