.calendar_highlightdayspan {
  background-color: #effeef;
}
.calendar_navigation {
  background-color: #dcd;
  padding: 2px;
  text-transform: capitalize
}
.calendar_table {
  font-family: Verdana, serif;
  font-size: 0.8em;
  width:15em;
  border: 1px solid #DDDDDD;
}
.calendar_normal {
}
.calendar_highlightday {
  font-weight: bold;
}
.calendar_highlightweek {
  background-color: #feeffe;
}
.calendar_table a {
  font-size:1.2em;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 4px 0 4px;
}
.calendar_header {
  text-transform: capitalize;
}