/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
.output		{ font-size:10px; color:#FF0000; text-decoration: none}
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold; border-left: 1px solid #000000; border-bottom: 1px solid #000000;}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:120; width: 155; border-left: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}
.today_cell				{ background-color:#aaaaaa; height:120; width: 155; border-left: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}
.empty_day_cell			{ background-color:#EEEEEE; height:120; width: 155; border-left: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}

.day_cell_right				{ background-color:#EDECD8; height:120; width: 155; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}
.today_cell_right			{ background-color:#aaaaaa; height:120; width: 155; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}
.empty_day_cell_right			{ background-color:#EEEEEE; height:120; width: 155; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; color:#000 }
.title_txt A:link		{ color:#FF; text-decoration:underline }
.title_txt A:active		{ color:#FF; text-decoration:underline }
.title_txt A:visited	{ color:#FF; text-decoration:underline }
.title_txt A:hover		{ color:#cccccc; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#aaaaaa; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold; border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; }
.column_header_right			{ background-color:#aaaaaa; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold; border-top: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; }