.calendar_highlightdayspan {
  background-color: #effeef;
}
.calendar_navigation {
	background-color: #666666;
	padding: 2px;
	text-transform: capitalize
}
.calendar_table {
  font-family: Verdana, serif;
  font-size: 0.8em;
  width:15em;
/*  border: 1px solid #DDDDDD;*/
}
.calendar_normal {
	
}.calendar_oggi {
	background-color: #666666;
	
}
.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;
}