/* BOOKING DETAILS */
.bookMain {width:985px; padding:0; margin:0; border-style:none; display:block;}
.bookColumn {float:left; border: 1px solid black; border-bottom: 0px; border-left: 0px; } /* width must agree with function writeMonths in script library "bookings" */
.days {border-left: 0px; border-bottom: 0px; border-right:1px solid black; border-top:1px solid black; float:left; text-align:center; position:relative; background:#CCCCCC; }
.bookRoom {width:112px; float:left; display:block; text-align:center; border:1px solid black; border-bottom: 0px; position:relative;background:#CCCCCC; }
.bookArrow {position:relative; display:inline; background:#CCCCCC; text-decoration:none; color:#000000;}
.months {border: 1px solid black; border-bottom: 0px; border-left: 0px; float:left;}
.hidden {display:none;}
.instrlist {margin-left:20px;padding-left:5px;}