/* Site specific overrides of base.css for Denia Booking Pages */
.footerContent {
	background-color:#638CBB;
	color:#555555;
}

th {
	width:90px;
}
.tdb {
	border: solid 2px #DDDDDD;
	height:20px;
	text-align:center;
}
.hiddentd {
	border:none;
}

#topPanel {
	width:980px;
/* border: 2px solid red; */ 
	display:block;
	margin:0px auto;
}

#leftPanel {
	text-align:justify;
	width:330px;
	min-height:160px;
	float:left;
}
#midPanel {
	position: relative;		/* Bizarre! - This seems to make the border work for IE 8.0 !!! */
/*	top:0px;
*/	background:#FFFFFF;
	
	padding: 5px;
	width: 254px;
	border-radius: 4px;
	border: 2px solid #969696;
	margin:4px;
	float:left;
	behavior: url(css/PIE.htc);	/* Fixes Older versions of IE */
}
#rightPanel {
	padding:0px;
	text-align:justify;
	width:330px;
	min-height:160px;
	float:left;
}

#bookingsTable {
	clear:both;
	margin-top:10px;
	display:none;
}

.divHeader {
	position: relative;
	top:-20px;
	background:#FFFFFF;

	padding:0px 20px 2px 20px;
	width: 250px;
	border-radius: 6px;
	border: 4px solid #638CBB;
	behavior: url(css/PIE.htc);	/* Fixes Older versions of IE */
}
.notes {
	font-size:0.75em;
	font-style:italic;
}

#bookingConfirmed {
	display:none;
}

#confirmCancel {
 	display:none;
}

#confirmRequest {
	display:none;
}

#bookingCancelled {
	display:none;
}

#setOccupants {
	display:none;
    height:400px;
    width:600px;
}

#setBooking {
	display:none;
    height:400px;
    width:600px;
}    
}