.calendar_large {
	width: 100%;
	text-align: left;
	vertical-align: top;	
}

.calendar_large tr.header td {
	text-align: center;
	vertical-align: top;
	white-space: no-wrap;
	width: 14%;
	color: #95999c;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana;
}

.calendar_large td.day {
	text-align:left;
	vertical-align: top;
	background-color: #e2e3e5;
	border: solid 1px #95999c;
	height: 80px;
	padding: 3px;
}

.calendar_large td.day a {
	font-size: 10px;
}

.calendar_large td.day.empty {
	background: none;
	border: none;	
}

.cal_list_details,
.cal_list_date,
.cal_list_name
{
	font-size:11px;
}