﻿/*common css styling*/ 
body
{
	background-color: #CCCCCC;
}

div#header
{
	background: transparent url(images/logo.png) no-repeat top center;
	height: 200px;
	background-color:#CCCCCC;
	border:7px solid #CCCCCC;
}


div#container
{
	border: none;
	width: 808px;
	background:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
}

div#contentWrapper
{
	background: #CCCCCC;
	border:  solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
}

div#menu
{
	background-color:CCCCCC;
	height:25px;
	position:relative;
}

div#menu a , div#menu span
{
	margin-left:10px;
	margin-right:10px;
}

div#content 
{
	border-top:solid 10px white;
	border-top-width:10px;

	margin-top:-10px;
	padding-top:0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
	
div#innerWrapper
{
	height:377px;
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

/*LOGIN page styling only*/

/*YOUR BOOKING page styling only*/
	
/*MAKE A BOOKING page styling only*/

div#editBooking, div#bookings
{
	border:7px solid #CCCCCC;
	border-top:10px solid #CCCCCC;
	background-color: #CCCCCC;
	margin-top:5px;
	
}
