.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: white;
	border: 1px solid #DEDEEF;
	height: 80px;
	padding: 3px;
}

.calendar_large td.day a {
	font-size: 10px;
}

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