@charset "UTF-8";
/* CSS Document */

td, .calendarmonth {
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

table.calendarmonth td.reserved a {
	background-image: url(../images/calendar_reserved.gif);
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 245px;
	height: 55px;
	line-height: 55px;
}
.headerrow td h5 {
	vertical-align: baseline;
	color: #3291A6;
}
.dates {
	background-image: url(../images/calendar_dates_bkgd.gif);
	height: 55px;
	width: 200px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
}
.dates a {
	color: #FFF;
}
.spacesavailable {
	font-weight: 800;
	font-style: italic;
	color: #3C2E1E;
}

.headerrow p{
	margin-top: 20px;
	color: #FFF;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	height: 35;
	text-align: center;
}
.headerrow {
	margin-right: auto;
	margin-left: auto;
}
.calendarwrapper{
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
}
table.calendarmonth td.available a {
	background-image: url(../images/calendar_available.gif);
	background-repeat: no-repeat;
	width: 245px;
		height: 55px;
	display:block;
		text-decoration: none;
	color: #FFF;
}
table.calendarmonth td.available a:hover{
	background-image: url(../images/calendar_available_hover.gif);
	margin: 0px;
	padding: 0px;	
}

table.calendarmonth td.cozycrop a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_cozy.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.cozycrop a:hover{
	background-image: url(../images/calendar_cozy_hover.gif);
	margin: 0px;
	padding: 0px;
	
}
table.calendarmonth td.summerspecial a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_sizzlingsummer.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.summerspecial a:hover{
	background-image: url(../images/calendar_sizzlingsummer_hover.gif);
	margin: 0px;
	padding: 0px;	
}
table.calendarmonth td.satdaycrop a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_daycropsat.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.satdaycrop a:hover{
	background-image: url(../images/calendar_daycropsat_hover.gif);
	margin: 0px;
	padding: 0px;
}
table.calendarmonth td.lititzrental a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_lititzrental_reg.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.lititzrental a:hover{
	background-image: url(../images/calendar_lititzrental_reg_hover.gif);
	margin: 0px;
	padding: 0px;	
}
table.calendarmonth td.halloween a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_halloween_down.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.halloween a:hover{
	background-image: url(../images/calendar_halloween_over.gif);
	margin: 0px;
	padding: 0px;
	
}	
table.calendarmonth td.cookieswap a{
	display: block;
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/calendar_cookieswap.gif);
	width: 245px;
	height: 55px;
	line-height: 65px;
}
table.calendarmonth td.cookieswap a:hover{
	background-image: url(../images/calendar_cookieswap_hover.gif);
	margin: 0px;
	padding: 0px;
	
}
	
	table.calendarmonth td.seasonalspecial a {
	background-image: url(../images/calendar_seasonalspecial.gif);
	background-repeat: no-repeat;
	width: 245px;
	height: 55px;
	display:block;
	text-decoration: none;
	color: #FFF;
}


table.calendarmonth td.seasonalspecial a:hover {
	background-image: url(../images/calendar_seasonalspecial_hover.gif);
	margin: 0px;
	padding: 0px;
	
}

