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

A		{ font-family:arial, helvetica, sans-serif; COLOR: #8F2910; TEXT-DECORATION: none }
SPAN	{ font-family:arial, helvetica, sans-serif }
TD     	{ font-family:arial, helvetica, sans-serif }
BODY	{ background-color:#FFF }

.td_event {
	font-family:arial, helvetica, sans-serif;
	border: 1px solid #000000;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:bold; color: #8f2910; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:60px; width: 80px; }
.empty_day_cell			{ height:60px; width: 30px; }
.today_cell				{ background-color:#d8d5aa; height:60px; width: 80px; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:8px; font-family:arial, helvetica, sans-serif; font-weight:bold; color:#000000; }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:8px; font-family:arial, helvetica, sans-serif; font-weight:bold; COLOR: #8F2910; TEXT-DECORATION: none }
.title_txt A:link		{ color:#8F2910; text-decoration:none }
.title_txt A:active		{ color:#8F2910; text-decoration:none }
.title_txt A:visited	{ color:#8F2910; text-decoration:none }
.title_txt A:hover		{ color:#8F2910; text-decoration:underline }

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

/**** column headers or days of the week ****/
/**** .column_header			{ background-color:#993300; font-size:10px; font-family:arial, helvetica, sans-serif; color:#000000; font-weight:bold } */
.column_header			{ background-color:#993300; font-size:10px; font-family:arial, helvetica, sans-serif; color:#ffffff; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:8px; font-family:arial, helvetica, sans-serif; color:#000; font-weight:bold; }
.footprint A			{ font-size:8px; font-family:arial, helvetica, sans-serif; color:#00F; font-weight:bold; }