	
#wrapper2{
	height: auto;
	border: 0;
	}	

/*
#sidenav{
	display: none;}	

#header {
	display: none;
	}
*/
	
img.avo{
		visibility: visible;
		}


/* -------------- BOOKING TABLE ----------------------*/

.prices{
	text-align: center;
	margin: 10px 15px;
	border: 1px solid black;
	}

td {border: 1px solid black;
	}
	
.headrow{
	font-weight: bold;
	background: silver;}
	
.headrow td.col1{
	width: 30px;
	}

.headrow td.col2{
	width: 90px;}
	
.week td.free{
	color: blue;}
	
.week td.booked{
	color: red;
	text-decoration: line-through;}	
	
.week td.col2{
	color: black;}	
	
/* -------------- KEY TABLE ----------------------*/	

.key{
	margin: 10px 35px;
	text-align: center;
	}
	
.box1{
	width: 70px;
	}
	
.box2{
	width: 30px;
	color: blue;}	
	
.box3{
	width: 30px;
	color: red;
	text-decoration: line-through;}	

.box4{
	width: 100px;
	display: none;
	}	
	
.up{display: none;
	}	
	
	
#mainbox p{ margin-right : 10px;}