@charset "utf-8";
/* CSS Document */

#calwrap {
	width: 819px;
	height: auto;
	display: block;
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calback{
	width: 410px;
	height: 452px;
	float: right;
	display: block;
	background-image: url(../images/calendarBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	margin-left: 19px;
	margin-bottom: 5px;
	z-index: 900;
	
}
#displaycalendar{
	width: 404px;
	margin: 0px;
	position: relative;
	height: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 75px;
	padding-left: 3px;
}
.cal{
	width: 404px;
	height: 400px;
	padding: 0px;
	z-index: 900;
}
.calhead {
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: transparent;
	height: 125px;
}
.dayhead {
	text-align: center;
	background-color: #291007;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
.dayrow{
	font-size: 14px;
	padding:0px;
	margin:0px;
}
.day {
	padding: 2px;
	width: 48px;
	text-align: center;
	background-color: transparent;
	color: #291007;
}
.dayout{
	padding: 2px;
	width: 48px;
	text-align: center;
}
.calendarEventsContainer{
	margin-top: 10px;
	padding: 5px;
}
.calendarEvents{
	margin-bottom: 19px;
	padding: 5px;
}
.calendarEvents > h3 {
	margin-bottom: 0px;	
	background-color: transparent;
	z-index: 500;
}
.calendarEvents > h4 {
	background-color: transparent;
	z-index: 500;	
	margin-top: 19px;
}
p.caldate {
	font-style: italic;	
	margin-top: 5px;
}
#calLeft {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	left: 20px;
	top: 25px;
}
#calLeft img {
	padding: 0px;
	margin: 0px;
	float: none;
	border: none;
}
#calRight {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	right: 20px;
	top: 25px;
}
#calRight img {
	padding: 0px;
	margin: 0px;
	float: none;
	border: none;
}
#calHome {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	right: 60px;
	top: 25px;
}
#calHome img {
	padding: 0px;
	margin: 0px;
	float: none;
	border: none;
}