div.scrollcal {
	margin: 0px auto;
	position: relative;
	width: 901px;
	padding: 170px 70px 90px 60px;
}
img.caltop {
	position: absolute;
	top: 0px;
	left: 0px;
}
img#calbg {
	position: absolute;
	top: 171px;
	left: 0px;
}
img.calbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
table.calendar {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 15px;
  border-collapse: collapse;
}
p {
	position: relative;
	text-align: center;
	z-index: 1;
	font: normal 12px/18px Arial,sans-serif;
	margin: 0px;
	padding: 18px 0px 0px 0px;
}
table.calendar thead.title td,
table.calendar thead.title th {
	border-bottom: 1px solid #e8d5ac;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
table.calendar h2 {
	margin: 0px;
	padding: 0px;
	border: 0 none;
	font: bold 14px/35px Arial,sans-serif;
	color: #803203;
}
table.calendar thead.days th {
	background: #f7efde;
	text-align: right;
	border-bottom: 1px solid #e8d5ac;
	border-left: 1px solid #e8d5ac;
	font: bold 12px/35px Arial,sans-serif;
	padding: 0px 12px 0px 0px;
	color: black;
	width: 14.2857%;
}
table.calendar thead.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 #e8d5ac;
	border-left: 1px solid #e8d5ac;
	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;
}
