/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

a		{ color:#004881; text-decoration:underline }
table {
	width: 760px;
	font-size:10px;
	color:#004881;
}
table td {
	width: 102px;
	height: 75px;
}
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-weight:bold }

/**** color and size of calendar cells.  ****/
td.day_cell				{
	background-color:#e0e9f0;
}
.empty_day_cell			{
	background-color:#EEEEEE;
}
.today_cell				{
	background-color:#FFFFFF;
}

/**** day number in upper left corner of each cell ****/
td.day_number				{
	font-weight: bold;
}

/**** title_txt is the text for each post on main page ****/
.title_txt				{
	font-size: 11px;
}
.title_txt a		{ color:#004881; text-decoration:underline }
.title_txt a:hover		{ color:#999999; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
}

/**** column headers or days of the week ****/
td.column_header			{
	background-color:#004881;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	height: 18px;
	background-image: url(../../images/cal-bar.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}

/**** footprint text ****/
.footprint				{ color:#004881; font-weight:bold; }
.footprint a			{ color:#004881; }
.footprint a:hover			{ color:#999999; }
