.tablecal {
  border:0;
  empty-cells:show;
  background:#999999;
  font-family:Tahoma;
  font-size: 12px;
}
.cellcal {
  background:#FFFFFF;
  text-align:center;
  font-weight:bold;
}
.title {
  background:#CCCCCC;
  text-align:center;
  font-weight:bold;
}
.daynames {
  background:#CCCCCC;
  text-align:center; 
}
.footrow {
  background:#CCCCCC;
  text-align:center;
}
.combo {
  border:1px solid #999999;
  background:#FFFFFF;
  text-align:center;
  cursor:pointer;
  font-family:Tahoma;
  font-size: 12px;
  width:100px;
  font-weight:bold;
}
.emptyrow {
  background:#FFFFFF;
  text-align:center;
  display:none;
}
.day {
  background:#FFFFFF;
  text-align:center;
  width:28px;
}
.daydisabled {
  background:#fe0000;
  text-align:center;
  width:28px;
}
.daytoday {
  background:#EEEEFF;
  text-align:center;
  width:28px;
}
.dayweekend {
  background:#FFDDDD;
  text-align:center;
  width:28px;
}
.calendar .active {
  background:#EEEEFF;
  text-align:center;
  cursor:pointer;
  font-family:Tahoma;
  font-size: 12px;
}
.hilite {
  background:#FFFFCC;
  text-align:center;
  cursor:pointer;
  font-family:Tahoma; 
}
.selected {
  background:#EEEEEE;
  text-align:center;
  cursor:pointer;
  font-family:Tahoma; 
}

