

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

a {
	color:#FFCC00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

BODY	{ background-color:#000 ; color:#FFF; font-family:Georgia, "Times New Roman", Times, serif;}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:10px;  font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; font-size:11px!important; color:#666; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; font-size:11px!important; color:#666; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; font-size:11px!important; color:#666; }

td a {
	color:#333!important;
}

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



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

/**** column headers or days of the week ****/
.column_header			{ background-color:#FFCC00; font-size:12px; color:#000; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; color:#666; font-weight:bold; }
.footprint A			{ font-size:10px;  color:#666; font-weight:bold; }
// end hiding 


