body {
	text-align:center; 
	font-size:12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px 0px 0px 0px;
	background:url('/images/background.jpg') repeat center top;
	background-attachment:fixed 
}

.calendar {
	text-align:center;
	border:0px; 
	padding:0px;
}

.ampm {
	font-size:8pt;
	width:100%;
	text-align:center;
	height:8px;
}

.days {
	font-weight:bold;	
}

.date {
	background-color:white;
	font-size:10pt;
}
.spacer {
	height:3px;
}

.weekSpacer {
	height:3px;
	background-color:#707070;
}

.available {
	background-color:#C0FFC0;
	color:black;
	width:50%;
	text-align:center
}

.booked {
	background-color:#FFC0C0;
	color:black;
	width:50%;
	text-align:center
}

.content {
	width:1024px;
	min-height:96%;
	background-color:rgb(165,203,247);
	margin:0px auto;
	text-align:justify
}

* html .content {
height: 96%;
}

.bottommenu {
	width:1024px;
	background-color:rgb(165,203,247);
	text-align:center;
	margin:0px auto;
	font-size:10pt;
}

table {
	font-size:12pt;
	}

.waiverWidth {
	width:75%;
	}
	
.waiverHeight {
	height:75px;
	}	
