table.event {
  width:100%;
  border:1px solid #EAEAEA;
  padding:1px;
}
table.event td {
  Xfont-family: arial, helvetica, sans-serif;
  font-size:90%;
  padding:2px;
  color:#999; 
  text-align:center;
}
table.event a {
 color:#999; 
}

table.event td.cal_holiday_label {
  background:#FF7E00;
  color: #FFF;
}
table.event td.cal_weekday_label {
  background:#A0A0A0;
  color: #FFF;
}
.cal_holiday { background: #FFEFE1; }
.cal_weekday { background: #EAEAEA; }
.cal_holiday_today { background: #FFD7B3; }
.cal_weekday_today { background: #E4FF95; }

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;
}
.got_events {
 color:#000!important;
 font-weight:bold;
 width:9px;
}
