
td.calendar_week_day {
  width: 10em;
  position: relative;
}

td.calendar_week_day_time {
  width: 5em;
}

div.calendar_day_caption_active, div.calendar_day_caption_inactive {
  background-color: #BCD1A1;
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px #666 solid;
  border-top: 1px #666 solid;
  text-align: right;
  font-size: small;
}

div.calendar_day_caption_active {
  color: black;
}

div.calendar_day_caption_inactive {
  color: gray;
}

td.calendar_day_month_cell {
  vertical-align: top;
  background: white;
  color: #333333;
  height: 100px;
}

td.calendar_day_month_cell_inactive {
  vertical-align: top;
  background: #efefef;
  color: #999999;
  min-height: 100px;
}

td.calendar_day_week_cell {
  vertical-align: top;
  background: #efefef;
  color: #333333;
  height: 70px;
}

div.calendar_day_week_cell, div.calendar_day_month_cell, div.calendar_day_month_cell_inactive {
  padding: 3px;
}

td.calendar_top_caption_cell {
  padding: .5em;
  text-align: center;
}


