
.dijitCalendar thead {
  background-repeat: repeat-x;
  background-color: #333333;
}
.dijitCalendarSelectedDate .dijitCalendarDateLabel {
  background-repeat: repeat-x;
  color: #33b5e5;
}
.dijitCalendarActiveDate .dijitCalendarDateLabel {
  background-repeat: repeat-x;
}
.dijitCalendarYearLabel {
  background-repeat: repeat-x;
  background-color: #333333;
}
.dj_gecko .dijitCalendar .dijitDropDownButton .dijitButtonNode {
  -moz-box-shadow: 0 0 0 transparent;
}
.dj_gecko .dijitCalendar thead {
  background-color: #333333;
}
.dj_gecko .dijitCalendarSelectedDate .dijitCalendarDateLabel {
  color: #33b5e5;
}
.dj_gecko .dijitCalendarYearLabel {
  background-color: #333333;
}
.dj_ff3 .dijitCalendar {
  -moz-border-radius: 0;
}
