table.DateSpacer {
  border: 0px;
  width: 210px;
}

td.MonthBg {
  background-color: #FFFFFF;
}

th.DayName {
  background-color: #ffffff; /* #EFE5B1 */
  color: #0F1F40; 
  font-size: 10px;
  text-align: center;
  border-right: 1px solid #ccc;
}

span.MonthName {
  font-size: 10px; 
  color: #0F1F40; 
  font-weight: bold; 
}
td.DayBlank {
  background-color: aliceblue; /* #F5F5F5 */
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

td.DayLive {
  background-color: #FFFFFF;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

td.DayToday {
  background-color: #ccc; /*80150B*/
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

a.DayEvent {
  color: #80150B; 
  font-size: 10px;
}

a.DayLink {
  color: #7B7B7B; 
  font-size: 10px;
}