/* CSS Document ********************************************
Calendar Classes - Morning By Morning 	(small format size)

These classes style the Calendar component currently found on 
the home page and the calendar year page. This one formats the 
latter. 

There are two versions of this same set of classes to enable
two different stylings of Calendar output.

calendarHeader  	The table cells containg header parts of the 
					calendar - i.e. the Year and the Month Name.
calendarToday 		The date cell corresponding to "today"
calendar 			All table cells other than those covered by 
					calendarHeader and calendarToday

************************************************************/
.calendarHeader {
	font: normal normal 11px/11px lucida, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px 0px 0px 3px; 
}
.calendarToday {
	font: normal normal 9px/9px lucida, Helvetica, sans-serif;
	color: red; 
	margin: 0px;
	padding: 0px;
}
.calendar {
	font: normal bold 9px/9px lucida, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
}