.main 
{
	font-size:14px;
}

.month 
{
	font-weight:bolder;
	color:#666666;
}

.daysofweek 
{
	font-weight:bolder;
	color:#666666;
	text-decoration:none;
	width:20px;
}

.days 
{
	color:#666666;		
	background-color:#FFFFFF;
	/*border:1px solid #666666;*/
}

.days #today
{
	font-weight:bold;	
	background-color:#cccccc;	
	width:20px;
}

.days a
{
	text-decoration:none;	
	color:#666666;
}
.today
{
	font-weight:bold;	
	background-color:#cccccc;	
	width:20px;
}
.avail
{
	font-weight:bold;	
	background-color:#99CC99;	
	width:20px;
}
.notavail
{
	font-weight:bold;	
	background-color:#FF6666;
	width:20px;
}