#calendar {
	background-image: url(../img/calendar/calendarBackground.png);
	background-repeat: none;
	width: 753px;
	height: 523px;
	margin-left: auto;
	margin-right: auto;
}

#calendar table {
	margin-left: auto;
	margin-right: auto;
	width: 665px;
	table-layout: fixed;
	overflow: hidden;
}

#calendar table thead {
	text-align: center;
	height: 40px;
}

#calendar table tbody {
	background-color: #ffffff;
	border: 1px solid #000000;
}

#calendar table tbody td {
	border: 1px solid #aaaaaa;
	padding: 3px;
	width: 87px;
	height: 87px;
	vertical-align: top;
}

.centerContent {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.title {
	font-size: 18pt;
	color: #800000;
	font-weight: 600;
}

.subTitle {
	font-size: 12pt;
	color: #800000;
	font-weight: 600;
}