body {background:none transparent;}

/**** month and year header at top of calendar ****/
.date_header			{
	font: bold 16px Arial, sans-serif, "Copperplate Gothic Light";
	border: none;
}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 110 }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 110 }
.today_cell				{ background-color:#F5F4ED; height:80; width: 110 }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.day_number A:link		{ color:#00F; text-decoration:underline }
.day_number A:active		{ color:#00F; text-decoration:underline }
.day_number A:visited	{ color:#00F; text-decoration:underline }
.day_number A:hover		{ color:#00F; text-decoration:underline }

/**** title_txt is the text for each post on main page ****/
.title_txt				{
	color:#000;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica; color:#000 }

/**** column headers or days of the week ****/
.column_header			{
	background-color:#72747A;
	color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

/**** footprint text ****/
.footprint				{
	color:#000;
	margin-top:0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold ; margin-top:5px}
td {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table {
	border: none;
}
tr {
	border: none;
}