table.event {
  width:100%;
  Xborder-collapse:collapse;
  border:1px solid #EAEAEA;
  padding:1px;
}
table.event td {
 color:#222; 
}
table.event a {
 color:#222; 
}

table.event td.cal_holiday_label {
  background:#FF7E00;
  font-weight: bold;
  color: #FFF;
}
table.event td.cal_weekday_label {
  background:#A0A0A0;
  font-weight: bold;
  color: #FFF;
}
.cal_holiday, .cal_holiday_filled { background: #FFEFE1; }
.cal_weekday, .cal_weekday_filled { background: #EAEAEA; }
.cal_holiday_today, .cal_holiday_today_filled { background: #FFD7B3; }
.cal_weekday_today, .cal_weekday_today_filled { background: #E4FF95; }

.cal_holiday, .cal_weekday, .cal_holiday_today, .cal_weekday_today  { color:#999!important; }
.cal_holiday_filled, .cal_weekday_filled, .cal_holiday_today_filled, .cal_weekday_today_filled {font-weight:bold;}

table.cal_event {
  width:100%;
  border:1px dashed #CCB800;
  background:#FFFBD5;
  margin-bottom:5px;
  border-top: 5px solid #CCB800;
  color:#000;
}
table.cal_event th {
  background:#E2DDBA;
}
table.cal_event td {
  color:#000;
}

