/**** month and year header at top of calendar ****/
.date_header			{ font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:normal}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#82ADBD; height:25px; width: 25px; }
.empty_day_cell			{ background-color:#B9B9B9; height:25px; width: 25px; }
.today_cell				{ background-color:#4E8BA2; height:25px; width: 25px; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#006277; margin-left:auto; margin-right:auto; }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:Arial, Helvetica, sans-serif }

/**** column headers or days of the week ****/
.column_header			{ background-color:#297490; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold }
