.calendar_large {
	width: 100%;
	text-align: left;
	vertical-align: top;	
}

.calendar_large td {
	vertical-align: top;
	white-space: no-wrap;
	width: 14%;	
}
.calendar_large tr.header td {
	text-align: center;
	font-family: "Century Schoolbook", "Times New Roman", Times, serif, georgia;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.calendar_large td.day {
	text-align:left;
	vertical-align: top;
	background-color: #333333;
	border: solid 2px #000000;
	height: 80px;
	color: #ffffff;
	font-size: 9px;
}

#content_holder .calendar_large td.day a, .calendar_large td.day a  {
	color: #858585;
	text-decoration: none;
}

#content_holder .calendar_large td.day a:hover, .calendar_large td.day a:hover {
	color: #ffffff;
}

.calendar_large td.empty {
	border: none;
	background: none;	
}



/*  random stuff */
#right a.cal_list_details {
	color: #ffffff;	
}
a.cal_list_details:hover {
	text-decoration: underline;
}
td.cal_list_date {
	font-weight: normal;
	font-size: 9px;	
}

select.calendar_large_select_box, select.calendar_large_select_box option {
	color: #ffffff;
}