#cal {
  font: 10px verdana,arial,helvetica,sans-serif;
  width: 250px;
  background: white;
  border: solid 1px !important;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
#calmonthcell {
  text-align: center;
  height: 20px;
  border-bottom: solid 1px !important;
}
#calmonth {
  font-weight: bold;
  font-size: 12px;
}            
.weekrow {
  height: 20px;
}
.blankdaycell {
  border: solid 1px !important;
}
.daycell {
  border: solid 1px !important;
  text-align: center;
}
#topics {
  font: 12px verdana,arial,helvetica,sans-serif;
}
.topic {
  font-size: 10px;
}
.events {
  width: '.$width.'px;
}
.eventrow { 
  font: 10px verdana,arial,helvetica,sans-serif;
  width: '.$lwid.'px;
}
.eventrowname {
  font-weight: bold;
  text-align: right;
  width: 95px;
}

