.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%;
	color: #626262;
	font-size: 14px;
	font-weight: bold;
}

.calendar_large td.day {
	text-align:left;
	vertical-align: top;
	background-color: #ece9e9;
	border: solid 1px #626262;
	height: 80px;
	color: #626262;
	font-weight: bold;
	padding: 2px;
}
.calendar_large td.empty {
	background: none;
	border: none;
}

.calendar_large td.day a {
	font-weight: normal;
}