/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
a {
	color: #00000F;
	text-decoration: underline;
}
span {
	font-family: arial, helvetica;
}
td {
	font-family: arial, helvetica;
}
body {
	background-color: #FFFFFF;
}

#calendar {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/**** month and year header at top of calendar ****/
.date_header {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: large;	
}

/**** color and size of calendar cells.  ****/
table.calendar {
  border-collapse:collapse;
  text-align: left;
}
td {
  border:1px solid black;
}
.day_cell				{
	background-color: #ECE9D8;
	width: 28px;
	height: 28px;
}
.empty_day_cell {
	background-color: #CCCCCC;
	width: 28px;
	height: 28px;
}
.today_cell {
	background-color: #B8D523;
	width: 28px;
	height: 28px;
}

/**** day number in upper left corner of each cell ****/
.day_number { 
	font-size: 0.7em;
	font-family:verdana, arial, helvetica; 
	color:#000000 
}
.day_number a { color: #0000EE; font-weight: bold; }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:0.7em; font-family:verdana, arial, helvetica; color:#000000 }
.title_txt A:link		{ color:#00000F; text-decoration:underline }
.title_txt A:active		{ color:#00000F; text-decoration:underline }
.title_txt A:visited	{ color:#00000F; text-decoration:underline }
.title_txt A:hover		{ color:#00000F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:0.8em; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ width: 28px; background-color:#12177F; font-size:0.9em; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:0.8em; font-family:verdana, arial, helvetica; color:#000; font-weight:bold }
.footprint A			{ font-size:0.8em; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold }