table.calendar {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 15px;
  border-collapse: collapse;
}
table.calendar thead tr.title td,
table.calendar thead tr.title th {
	border-bottom: 1px solid #a8a8a8;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
table.calendar h2 {
	font: bold 18px/20px Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	color: black;
}
table.calendar thead tr.days th {
	background: #eeeeee;
	text-align: right;
	border-bottom: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	font: bold 12px/35px Arial,sans-serif;
	padding: 0px 12px 0px 0px;
	color: black;
	width: 14.2857%;
}
table.calendar thead tr.days th.firstchild {
	border-left: 0;
}

table.calendar tbody td {
	padding: 0px 12px 5px 8px;
	vertical-align: top;
	height: 88px;
	background: white;
	border-bottom: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	color: #803203;
	font: normal 10px/12px Arial,sans-serif;
}
table.calendar div.day {
	text-align: right;
	font: bold 12px/12px Arial,sans-serif;
	padding-top: 12px;
	margin-bottom: 5px;
	color: black;
}
table.calendar tbody td:first-child {
	border-left: 0;
}
table.calendar tbody td.vamp {
	color: #959595;
}