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

A {
	font-family: Arial, Helvetica;
	color: #00F;
	text-decoration: underline;
}
SPAN { font-family: Arial, Helvetica; }
TD { font-family: Arial, Helvetica; }
BODY { background-color: #FFF; }

/**** month and year header at top of calendar ****/
.date_header {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}

/**** color and size of calendar cells.  ****/
.day_cell, .today_cell {
	background-color: #FFF;
	height: 114;
	width: 93;
}
.empty_day_cell {
	background-color: #CCC;
	height: 114;
	width: 93;
}

/**** day number in upper left corner of each cell ****/
.day_number {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	color: #000;
	background: #E3E3E3;
	float: right;
	border: solid #444;
	border-width: 0 0 1px 1px;
	padding-left: 2px;
}

/**** event header colors ****/
.event_red {
	background-color: #FF6600;
	height: 5px;
	font-size: 0px;
}
.event_yellow {
	background-color: #FFE600;
	height: 5px;
	font-size: 0px;
}
.event_green {
	background-color: #2E992F;
	height: 5px;
	font-size: 0px;
}
.event_blue {
	background-color: #1874CD;
	height: 5px;
	font-size: 0px;
}

/**** event surrounding border ****/
.event_border {
	border: solid 1px #555;
	margin-bottom: 5px;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-top: 0.3em;
}

/**** title_txt is the text for each post on main page ****/
.title_txt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-weight: bold;
	color: #362F2D;
	vertical-align: top;
	margin: 0 auto 0 3px;
	padding-bottom: 1px;
}
.title_txt A:link {
	color: #362F2D;
	text-decoration: underline;
}
.title_txt A:active {
	color: #362F2D;
	text-decoration: underline;
}
.title_txt A:visited {
	color: #362F2D;
	text-decoration: underline;
}
.title_txt A:hover {
	color: #C00;
	text-decoration: underline;
}

/**** time line under title text when event time given ****/
.time_start { 
	color: #555;
	font-size: 9px;
	font-family: Arial, Helvetica;
	margin: 2px 0 2px 0;
	padding-left: 3px;
}
.time_end { 
	color: #555;
	font-size: 9px;
	font-family: Arial, Helvetica;
	margin: 2px 0 2px 0;
	padding-left: 7px;
}

/**** column headers or days of the week ****/
.column_header {
	background-color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #FFF;
	text-align: center;
}

/**** footprint text ****/
.footprint {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #000;
}
.footprint A {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}