.cal-dayblock
{
	width:				80px;
	height:				80px;
	background-color:	rgb(221,221,221);
	padding-bottom:		15px;
}

.cal-day
{
	font-family:		arial;
	font-weight:		bold;
	font-size:			14px;
	color:				darkgreen;
}

.event
{
	margin-bottom:		5px;
	line-height:		15px;
	font-family:		verdana;
	font-size:			10px;
}

.cal-weekday
{
	background-color:	rgb(153,170,221);
	font-family:		arial;
	font-weight:		bold;
	font-size:			11px;
	color:				rgb(0,0,85);
}
