/**************** calendar specific ****************/
.calendar_head{
	background-color: #003366;
  color: #FFFFFF;
}
.calendar_this_day{
	background-color: #FFF5C6;
	font-weight : bold;
	border-width : 3px;
}
.calendar_this_month{
	background-color: #F4D495;
}
.calendar_not_this_month{
	background		: #E6DFCD;
}
TD .calendar_this_month{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
TD .calendar_not_this_month{
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
