table table {
  border: 2px solid #333366;
  padding: 0px;
}

table table th {
  padding: 10px 20px 10px 20px;
}

table table td {
  padding: 20px;
}

th {
  background: #336699;
  text-align: center;
  color: #ffffff;
}

.calendar_heading {	
  border: 1px solid #333366;
  border-bottom: 0px;
  font-size: 1.5em;
  padding: 10px;
  color: #000000;
}

.month_left {
  border-left: 1px solid #333366;
  border-bottom: 1px solid #333366;
  color: #000000;
}

.month_right {
  border-right: 1px solid #333366;
  border-bottom: 1px solid #333366;
  color: #000000;
}

.month_middle {
  border-bottom: 1px solid #333366;
  color: #000000;
}

.day_of_week, .first_day_of_week, .last_day_of_month, .last_day_of_monthweek, .today, .today_first_day {
  background: #ffffff;
  text-align: center;
}

.day_of_week {
  border: 1px solid #333366;
  border-right: 0px;
}

.first_day_of_week {
  border: 1px solid #333366;
  border-left: 0px;
  border-right: 0px;
}

.last_day_of_month, .last_day_of_monthweek {
  border: 1px solid #333366;
}

.last_day_of_monthweek {
  border-right: 0px;
}

.today, .today_first_day {
  background: #99ccff;
  border: 1px solid #333366;
  font-weight: bold;
  color: #000000;
}

.today {
  border-right: 0px;
}

.today_first_day {
  border-left: 0px;
}

.empty_cell {
  background: #c0c0c0;
}