
.calendarTable {
	background:		white url('frontpagepix/DSC_0025c.JPG') no-repeat center top;
}

.monthCell {
	background:		gray;
	color:			white;
	font: 			bold 14pt helvetica,arial,sans-serif;
}

.weekdayCell {
	border-Bottom:	1px solid white;
	border-Right:	1px solid white;
	border-Top:		1px solid white;
	color:			white;
	font: 			bold 10pt helvetica,arial,sans-serif;
}

.dateCell {
	border-Bottom:	1px solid white;
	border-Right: 	1px solid white;
	height:			100;
}

.eventCell {
	color:			white;
	font:			8pt helvetica,arial,sans-serif;
	padding-left:	5px;
	padding-right:	2px;
	padding-top:	2px;
	padding-bottom:	2px;
}
