@charset "utf-8";
/* CSS Document */


<style type="text/css">



.indent {
	text-indent: 5px;
	font-size: 14px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
#avail{
	width:750px;
	left: 111px;
	position: absolute;
	top: 220px;
	background-color: #FFFFFF;
	}
	*/
	#avail h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/H6-gradient.png);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 2px;
	border: 1px solid #506C9C;
		
		}
.tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stripe1 {
	background-color: #B9C6FF;
	height: 10px;
	text-align: center;
}

.stripe1dark {
	background-color: #99a6cc;
	height: 10px;
	text-align: center;
}
.stripe2 {
	background-color: #D5DCFF;
		height: 10px;
	text-align: center;
}

.stripe2dark {
	background-color: #a5aCcc;
	height: 10px;
	text-align: center;
}
.vacant {
	border: thin solid #999999;
}

.vacantDark {
	border: thin solid #999999;
	background-color: #6699FF;
}
.booked {
	background-color: #FF8888;
	border: thin solid #999999;
}

.bookeddark {
	background-color: #ff5555;
	border: thin solid #999999;
}
.monthbar {
	background-color: #FFFFCC;
	font-size: 14px;
	border: thin solid #999999;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
}
.daybar {
	background-color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #999999;
	text-align: center;
}

.grid {
	border: thin solid #999999;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFCC66;
}

.weekend {
	border: medium solid #009900;
}

</style>

