/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

/**** month and year header at top of calendar ****/
#calendar_header {
	margin-bottom: 4px;	
	text-align: left;
    width: 100%;
}

#calendar_header form {
	float: right;
	padding-right: 5px;
	display: inline;
}

#date_header { 
	padding-top: 6px;
	font-size: 16px; 
	font-family: Arial, helvetica; 
	font-weight:bold;
}

#calendar_table {
	border-collapse: collapse;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

#calendar_table td {
	width: 103px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid; 
}

#calendar_table a:link, #calendar_table a:visited	{ 
	color: #3054bf; 
}

/**** color and size of calendar cells.  ****/
.day_cell, .empty_day_cell, .today_cell {
	height: 80px;
}
.day_cell		{ background-color: #fff; } 
.empty_day_cell	{ background-color: #eee; } 
.today_cell		{ background-color: #e6da73; } 

/**** day number in upper left corner of each cell ****/
.day_number { 
	font-size: 10px; 
	font-family: Verdana, arial, helvetica; 
	color: #807940;
	font-weight: normal;
}

/**** title_txt is the text for each post on main page ****/
.title_txt { 	
	font-size: 9px; 
	font-family: verdana, arial, helvetica; 
	color: #000;
}
.title_txt a:link, .title_txt a:visited	{ 
	text-decoration: underline;
}

/**** time line under title text when event time given ****/
.time_str { 
	font-size:8px; 
	font-family:arial, helvetica;
	color: #666;
}

/**** column headers or days of the week ****/
.column_header { 
	background-color: #ccd9ff; 
	font-size: 12px; font-family:arial, helvetica; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; margin-top: 8px; text-align: center; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }

