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