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

/**** color and size of calendar cells.  ****/
.day_cell, .empty_day_cell, .today_cell {
	border: 1px solid black;
	width: 95px; height: 80px;
	line-height: 1em;
}
.day_cell				{ background-color:#D6D6D6;  }
.empty_day_cell			{ background-color:#959595; }
.today_cell				{ background-color:#FFFFFF; }

.day_cell a, .empty_day_cell a, .today_cell a {
		line-height: 1em;
}


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

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

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

/**** column headers or days of the week ****/
.column_header			{ height: 19px; background: url(/calendar/images/cal_tile2.gif); color:#FFF;  font-weight:bold; border: 1px solid black;}

/**** footprint text ****/
.footprint				{ font-size: 10px; color:#000; font-weight:bold; }
.footprint A			{ color:#00F; font-weight:bold; }

.monthYear { font-size: 14px; text-align: right}

