/* css colors associated with table.css styles */

Tr.heading {
  border-bottom-color: #cccccc;
}
.sub_total {
  border-top-color: #cccccc;
}
Tr.sub_heading td {
  border-bottom-color: navy;
}
td.heading {
  color: blue;
}
td.blank_top {
  color: blue;
}
th.day, td.day {
  color: #999999;
}
td.today {
  color: #800000;
}
td.event {
  color: #FFFAF0;
}