/*
calendar_text
calendar_days
*/

.calendar_text,.calendar_days {
	font-size: 8pt;
	color: #666666;
}



.calendar_text th {
	background-color: #cccccc;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 20px;
}
.calendar_text td {
	height: 90px;
}


/*** CALENDAR DISPLAY ***/

.calendar_display {
	float: left;
	font-size: 9pt;
	width: 33%;
}
	.calendar_display a { 
		text-decoration: none;
		color: #18204b;
	}
	.calendar_display a:hover { 
		text-decoration: underline;
		color: #000000;
	}


/*** CALENDAR DIRECTIONS ***/

.calendar_directions {
	float: left;
	font-size: 9pt;
	width: 33%;
}


/*** CALENDAR KEY ***/

.calendar_key {
	float: right;
	text-align: right;
	font-size: 8pt;
	width: 33%;
}
