.mainHandle {
  padding-top: 0;
  padding-bottom: 0;
}
.calendarDate {
  font-size: 1.2em;
  font-weight: bold;
}
.calendarTitle {
  font-size: 1.4em;
  font-weight: bold;
}

.calendarEvent {
  background: url('/images/calendar/divider.jpg') bottom right no-repeat; 
  padding: 10px 0; 
}

#calendarLeft {
  width: 300px;
  float: left; 
}

#calendarRight {
  width: 180px;
  padding: 60px 10px 20px 10px; 
  background: #696A6D url('/images/calendar/allaberdeenback.png') top left no-repeat;
  height: 456px;
  float: right;
  letter-spacing: normal;
  font-size: 8pt;
}

div#calendarRight a {
  color: #cecece;
}

div#diamond {
  background-image: url('/images/diamonds/reddiamondl.png');
}

div.sideEvent {
  height: 60px;
  clear: both;
  border-bottom: solid 1px #cecece; 
  margin-bottom: 5px; 
  padding-bottom: 5px; 
}
div.sideEvent div { line-height: 1.05em; margin-bottom: 5px; }
div.sideEvent, div.sideEvent strong a { color: #cecece; }

div.eventImage { background: #cecece; width: 60px; height: 60px; overflow: hidden; float: left; clear: left; margin-right: 5px; }
img.offset { position: relative; left: -10px; }
