
form.f div.calendar-cells a.other-month,
  form.f div.calendar-cells a.other-month:hover {
background-color: #fff !important;
}

form.f div.calendar-cells a,
  form.f div.calendar-cells a:hover,
  form.f div.calendar-cells a.today,
  form.f div.calendar-cells a.today:hover
{
	color: #888 !important;
  background-color: #fcd !important;
  border-left: 1px solid #DDDDDE; /* note: MUST be a 1px border-left */
  border-top: 1px solid #DDDDDE;  /* note: MUST be a 1px border-top */
  cursor: default;
  font-weight: normal !important;
}

form.f div.calendar-days
{
  background-color: #DDDDDE;
}

form.f div.calendar-cells a.enabled
{
  background: #dfd !important;
  color: #000 !important;
  cursor: pointer;
}

form.f div.calendar-cells a.enabled:hover, form.f div.calendar-cells a.enabled.selected
{
  background-color: #9f9 !important;
  color: #000 !important;
  font-weight: bold !important;
}
