#event_calendar td {
  width: 88px;
  height: 80px;
  background-color:#FFF;
  border: solid 1px #d5ccaf;
}

#event_calendar p, table {
  font: Georgia, "Times New Roman", Times, serif;
  color:#4e4849;
}

#event_calendar a {
  text-decoration:none; 
  color:#3a5d75;
}

#event_calendar a:hover {
  text-decoration:underline; 
  color:#3a5d75;
}

.calendarHeader {
  font:14px/14px Georgia, "Times New Roman", Times, serif;
  color:#4e4849;
}

.calendarDayHeading {
  font:14px/14px Georgia, "Times New Roman", Times, serif;
  color:#4e4849;
  padding: 10px 0 0 0;
}

.clicktip {
  background-color: #d9eff6;
  font-size: 10px;
  display: none;
}

.clicktip p,
.hovertip p {
  margin: 0;
  font: Georgia, "Times New Roman", Times, serif;
  color:#4e4849;
  text-align: left;
}

.hovertip {
  background-color: #d9eff6;
  font-size: 12px;
  width: 200px;
  padding: 6px;
  border: solid 1px #8faeba;
  display: none;
}

#event_calendar {
  font-size: 11px;
}

.event_link {
  font: Georgia, "Times New Roman", Times, serif;
  color:#4e4849;
}

p.date {
  margin: 0 0 5px 0;
  background-color: #e3f0f4;
  text-align: left;
}

div#event_details {
  margin-top: .6em;
}