/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#0f1900; text-decoration:underline; font-weight:bold;}
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }

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

table.Calendar
{
    margin: 0.5em auto 2em auto;
}

/**** color and size of calendar cells.  ****/
table.Calendar tbody tr td 
{
    height:24px; 
    width: 30px; 
    text-align: right; 
}
.event_cell				
{ 
    background-color:#a3fe1a; 
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; cursor: hand; 
}
.event_cell a {
	font-size: 1.2em; 
	}
.day_cell				
{ 
    background-color:#eeecde; 
}
.empty_day_cell			
{ 
    background-color:#f9f8f6; 
}
.today_cell				
{ 
    background-color:#F5F4ED; 
}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family: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 }
.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 }

/**** column headers or days of the week ****/
table.Calendar tbody tr td.column_header			{ background-color:#1a1a1a; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold; text-align: center; }

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

