.daysofweek
{
   font-family: Verdana; Arial;
   font-size: 9px;
   font-weight: bold;
   color: #666666;
   text-align: center;
}


.caltitle {
   font-family: Verdana; Arial;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #1A557D;
   text-align: center;
   height: 20px;
}

.calbox {
	width: 20px;
  	height: 20px;
}


.calday_spacer {
	background-color: #FFFFFF;
	font-family: Verdana; Arial;
   	font-size: 10px;	
   	height: 20px;
}

.calday_normal {
	background-color: #F99797;
	font-family: Verdana; Arial;
   	font-size: 10px;	
   	text-align: center;
   	height: 20px;
}

.calday_active {
	background-color: #6C7EAA;
	font-family: Verdana; Arial;
   	font-size: 10px;	
   	text-align: center;
   	height: 20px;
}

.calday_event {
	background-color: #8FD649;
	font-family: Verdana; Arial;
   	font-size: 10px;
   	text-align: center;
   	height: 20px;
}