h2.calendar {
  font-size: 16px;
  margin: 20px 0px 0px 50px;
  padding: 0px;
  width: 350px;
}

th.calendar {
  font-weight: normal;
  font-size: 11px;
  width: 50px;
  height: 30px;
}

td.calendar {
  text-align: center;
  width: 50px;
  height: 30px;
}

.dayignored {
  background-color: #BBBBBB;
  color: #999999;
}

.dayfree {
  background-color: #00FF00;
}

.daytaken {
  background-color: #FF0000;
}

.dayreserved {
  background-color: #CCCC00;
}

.control {
  display: block;
}

.control.showfrom {
  float: left;
}

.control.showloc {
  float: right;
}

.legendtitle {
  text-align: left;
  font-size: 12px;
  width: 100px;
}
