.calendar_highlightdayspan {
  background-color: #B9E3FF;
}
.calendar_navigation {
	background-color: #3399FF;
	padding: 2px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
}
.calendar_table {
  font-family: Verdana, serif;
  font-size: 0.8em;
  width:140px;
  border: 1px solid #0066FF;
}
.calendar_normal {
	background-color: #D5EEFF;
	width: 20px;
	height: 18px;
	color: #000000;
}.calendar_normal2 {
	background-color: #ECF8FF;
	width: 20px;
	height: 18px;
	color: #ECF8FF;
}
.calendar_highlightday {
	font-weight: normal;
	background-color: #3399FF;
	color: #000000;
	width: 20px;
	height: 18px;
}
.calendar_highlightweek {
	background-color: #feeffe;
	width: 20px;
	height: 18px;
}
.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;
}
