div.calendar table {
  border-collapse: collapse;
}

div.calendar table th {
  text-align: center;
  padding: 6px;
}

div.calendar table tr {
  vertical-align: top;
}

div.calendar table .thisMonth {
  font-size: 18px;
}

div.calendar table th a.prevNext {
  font-size: 12px;
}

div.calendar table td {
  width: 95px;
  height: 70px;
  border: 1px solid #ccc;
}

div.calendar table td.featured {
  border: 0px solid #ccc;
}

div.calendar table td.otherMonth div.number {
  color: #ccc;
  font-size: 11px;
}

div.calendar table td.weekend {
  background-color: #fafafa;  
}

div.calendar table td div.number {
  font-size: 14px;
  margin-bottom: 5px;
}

div.calendar table td div.past {
 text-decoration: line-through;
}
div.calendar table td.past {
  background-image: url('/img/icons/cal-cross.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

div.calendar table td.weekend {
  width: 24px;
  background-image: none;
}

div.calendar table td a.event {
  font-size: 11px;
  padding: 2px;
  line-height: 15px;
  text-decoration: none;
}

div.calendar table td div.eventSpacer {
  margin: 6px 0;  
}

div.featuredEvent {
  background-color: #ffc;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 8px 0;
}

div.featuredEvent div.featuredEventHead {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;  
}

div.featuredEvent img {
  float: right;
  clear: both;
  display: block;
  max-height: 100px;
}