div.day {
  display: block;
  float: left;
  height: 77px;
  width: 80px;
  border: 1px solid gray;
  margin: 1px;
}
span.heading{
  display: block;
  float: left;
  width: 78px;
  background-color: #709455;
  text-align: right;
  color: #fff;
  padding-right: 2px;
}
span.active{
  color: #fff;
  font-weight : bold;
}
span.event{
  display: block;
  float: left;
  width: 78px;
  padding-top: 1px;
  padding-bottom: 1px;
}
html>body span.event{
  display: block;
  float: left;
  width: 79px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}
div.heading {
  display: block;
  float: left;
  width: 80px;
  border: 1px solid black;
  text-align: center;
  margin: 1px;
  background	: #709455;
  color : #fff;
  font-weight : bold;
}
.allday {
  background-color: #ffcccc;
  
}

.cat53 {
background : #ffda93;
}

.cat49 {
background : #cee5ad;

}

.cat56 {
background : #ff99ff;
}

.cat57 {
background : #ccffff;
}