
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

table.calendar {
	width: 100%;
	}

table.calendar a {
	color:#740202;
	text-decoration: none;
	}
table.calendar a:hover {
	text-decoration: underline;
	}

/**** month and year header at top of calendar ****/
.date_header {
	font:bold 16px arial, helvetica;
	}

/**** color and size of calendar cells.  ****/
.day_cell {
	background:#efdca1; 
	height: 80px;
	width: 14%;
	}
.empty_day_cell {
	background-color:#EEEEEE; 
	height: 80px; 
	width: 14%;
	}
.today_cell {
	background-color:#F5F4ED;
	height: 80px;
	width: 14%;
	}

/**** day number in upper left corner of each cell ****/
.day_number				{ font: normal 14px verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }


/**** time line under title text when event time given ****/
.time_str				{ font: normal 9px Arial, Helvetica; text-align: left; color: #444; }

/**** column headers or days of the week ****/
.column_header			{ background:#740202; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#FFFFFF; font-weight:bold; }

.footprint a:link{
color:#FFFFFF;
}
.footprint a:visited{
color:#FFFFFF;
}
.footprint a:hover{
color:#be0000;
}
p a:link{ 
color:#FFFFFF;
}
p a:visited{
color:#FFFFFF;
}
p a:hover{
color:#be0000;
}
