td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.sm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.rented {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}
.open {
	background: #ffffff;
}

#containcal {
width: 100%;
background-color: #efefef;
}
.temp {
	background-color: #00FFFF;
}
.reserved {
	background-color: #FFFF00;
}
.block {
	background-color: #000066;
	font-weight: bold;
	color: #FFFFFF;
}
.cancelled {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.search {
	color: #FFFFFF;
	background-color: #0000CC;
}
a.datechart {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
} 
a.datechart:hover {
	background-color: #000000;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
} 
h5 {
	font-size: 16px;
	color: #009900;
}
h6 {
	font-size: 14px;
	color: #FF0000;
}
h4 {
	font-size: 18px;
	color: #006600;
}
.on_hold {
	background-color: #0000FF;
	font-weight: bold;
	color: #FFFFFF;
}

.warn {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
}
div.need_res{
	background-color: #00FFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 4px;
	font-style: italic;
	}
div.need_res a{
	color: #660000;
	text-decoration: none;
	font-style: normal;
	}
div.need_res a:hover{
	color:#000000;
	text-decoration:underline;
	font-style: normal;
	}
.deposit {
	border: thin dotted #FF0000;
}
P.breakhere {
	page-break-before: always;
}
.highlight {
	font-weight: bold;
	background-color: #CCFF00;
}

