@charset "utf-8";
/* CSS Document */
.hidden{ display:none}
.legend{
	float:left;
	width:20px;
	height:20px;
	border:1px solid #666;
	margin:0px 5px;
}
.color{
	float:right;
	margin:0px 20px;
}
/* Colors of the boxes */
.red{ background:#F00}
a.red{ color:#000}
.orange{ background:orange}
.green{background:#74B74A}
.blue{background:#3987BC;}
a.blue{ color:white}
.yellow{ background:#DBDCB1}
.white{ background:#FFF}
/* Calendars Themselves */
.calendars_wrap{float:left; height:220px;}
.calendars {background:#FFF; border-collapse:collapse; float:left; margin:5px 14px} /*the table as a whole */
	.month{ background:#333; color:white}/*header at top of calendar */
	.calendars th{ background:#666; color:#eee} /* days of week*/
	.calendars td{padding:2px 2px 2px 5px; margin:5px; border:1px solid #666} /* individual days */
.calheader{ border-top:1px dashed #999; margin-top:5px; padding-top:5px; padding-bottom:5px; }

/* TOOLTIP */
.caltooldate{padding:5px 0px 10px 0px;color:#666;font-weight:bold}/*the date at the top*/
.calnone{font-size:12px; color: #333;padding:5px 0px; font-style:italic} /* the "none" if there are no results */
.calbedrooms{font-size:12px} /* changes the bedrooms headers*/
.calbedroomlinks{}
	.calbedroomlink a{} /*bedroom links*/
	.calbedroomlink a:hover {} /*bedroom links*/
.caldatelinks{}
	.caldatelink a{}/*make date links*/
	.caldatelink a:hover{}/*make date links*/
.calexisting{ font-size:12px}
/* Be Careful when changing, affects the pop-up */		
.tooltip{
		position:absolute;
		z-index:25;
		background:white;
		border:1px solid #999; 
		padding: 10px 0 10px 0;
		width:200px;
		color: #993300;
		text-align: center;
		filter: alpha(opacity:90);
		KHTMLOpacity: 0.90;
		MozOpacity: 0.90;
		opacity: 0.90;
}
.tooltip:hover{display:block}
.directory{ padding:5px; height:100px; width:185px}
.directory td{ border:none}
.directory table{ border:1px solid #333}
.button{}
.selected{background:#fff}
.bed{ background:#CCC; float:left}
