﻿ /*common css styling*/ 
body
{
background: #1755cc url(images/bg.png) repeat-x scroll left top;	
}

div#header
{
	background:#23397f url(images/logo.png) no-repeat top center;
	height: 74px;
}


div#outerWrapper
{
	width:100%;
}
div#container
{
	border: none;
	width: 900px;
}

div#contentWrapper
{
	background: #e0e7ff;
	border:  solid 1px #fff;
}

/*LOGIN page styling only*/
/*YOUR BOOKING page styling only*/
div#bookings h1 , div#editBooking h1
{
	color:#00238a;

}

div#editBooking, div#bookings
{
	border:7px solid #F1F1F2;
	border-top:10px solid #F1F1F2;
	background-color: #fff;
	margin-top:5px;
	
}
/*MAKE A BOOKING page styling only*/	
