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

.calendar_large tr.header td {
	text-align: center;
	vertical-align: top;
	white-space: no-wrap;
	width: 14%;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #26547d;
	font-weight: bold;
	font-size: 14px;

}

.calendar_large td.day {
	text-align:left;
	vertical-align: top;
	background-color: #f0f8fb;
	border: solid 1px #26547d;
	height: 80px;
	font-size: 9px;
}

.calendar_large td.day a {
	
}