@charset "utf-8";
#calendarContainer {
}
#calendarContainer h2 {
	display: none;
}
#calendarContainer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#calendarContainer table td {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calendarContainer table td.day a {
	text-decoration: none;
	font-weight: bold;
	color: #34440E;
}
#calendarContainer table td.month {
	background-color: #623D1B;
	color: #CC8736;
	font-weight: bold;
}
#calendarContainer table td.next_previous {
	background-color: #623D1B;
}
#calendarContainer table td.next_previous a {
	color: #CC8736;
	text-decoration: none;
	font-weight: bold;
}
#calendarContainer table td.weekDay {
	background-color: #8C5726;
	color: #F5F2EB;
	font-weight: bold;
}
#calendarContainer table td.day {
	background-color: #DED3BD;
}

