BODY
{
	margin: 0px;
	font-family: "Gill Sans Light", "Gill Sans", Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

IMG
{
	border: 0;
}

DIV#wrapper
{
	display: block;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

DIV#header
{
	display: block;
	width: 940px;
	height: 122px;
	clear: both;
	
	position: relative;
	
	background-image: url(../images/header/fade1.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

DIV#menubar
{
	display: block;
	width: 940px;
	height: 42px;
	
	font-size: 12pt;
	
	background-image: url(../images/header/menubar.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

DIV#menubar A
{
	display: block;
	float: left;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

DIV#menubar A.active
{
	/*background-color: #A0C8EA;*/
	background-color: #056273;
	background-image: url(../images/header/menubarArrow.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

DIV#menubar A:HOVER
{
	background-color: #A0C8EA;
	background-image: url(../images/header/menubarArrowWhite.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

DIV#menubar A.active:HOVER
{
	background-color: #056273;
	background-image: url(../images/header/menubarArrow.gif);	
}


DIV#menubar A.nostyle, DIV#menubar A.nostyle:HOVER
{
	background-image: none;
	background-color: transparent;
	padding-top: 9px;
}


DIV#menubar FORM
{
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

DIV#menubar FORM INPUT.text
{
	border: 1px solid #9ECDE2;
	display: block;
	height: 18px;
	float: left;
	padding: 0px;
	padding-top: 3px;
	width: 135px;
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
}

DIV#menubar FORM INPUT.button
{
	border: 1px solid #9ECDE2;
	display: block;
	height: 23px;
	float: left;
	padding: 0px;
	width: 35px;
	background-color: #A0C8EA;
	color: #FFFFFF;
	cursor: pointer;
}

DIV#loginForm
{
	padding-left: 10px;
	padding-right: 10px;
}

DIV#loginForm INPUT.text
{
	border: 1px solid #9ECDE2;
	display: block;
	padding: 0px;
	padding-top: 3px;
	width: 120px;
}

DIV#loginForm INPUT.button
{
	border: 1px solid #FFFFFF;
	display: block;
	padding: 1px;
	margin-top: 4px;
	width: 80px;
	background-color: #A0C8EA;
	color: #FFFFFF;
	cursor: pointer;
}

INPUT.text
{
	background-position: top left;
	background-repeat: no-repeat;
}

IMG#logo
{
	margin-top: 6px;
	margin-bottom: 2px;
}

#headerPhoto
{
	float: right;
	
	display: block;
	/*width: 414px;
	height: 122px;*/
}

DIV#body
{
	display: block;
	width: 940px;
	clear: both;
	padding-top: 10px;
}

DIV#leftCol
{
	display: block;
	width: 144px;

	float: left;

	margin-right: 10px;
}

DIV.box
{
	background-color: #046274;
	background-image: url(../images/leftCol/fade.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	
	padding-top: 10px;
	padding-bottom: 50px;
	
	color: #FFFFFF;
	
	margin-bottom: 10px;
}

DIV.box H4
{
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px;
	padding-right: 20px;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #A0C8EA;
}

DIV.box P
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

DIV#middleCol
{
	display: block;
	width: 560px;

	float: left;

	margin-right: 10px;
	margin-bottom: 10px;

	position: relative;
}

DIV#rightCol
{
	display: block;
	width: 216px;
	position: relative;
	float: left;
}

DIV.clearing
{
	display: block;
	clear: both;
}

DIV.sleepers
{
	background-color: #A0C8EA;
	/*background-image: url(../images/rightCol/sleepers.jpg);*/
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 145px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

DIV#middleCol H1, DIV#middleCol H2, DIV#middleCol H3, DIV#middleCol H4
{
	margin-top: 0px;
}

DIV#middleCol H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #4891b3;
}

DIV#middleCol H2
{
	font-weight: normal;
	font-size: 12pt;
	color: #4891b3;
}

DIV#middleCol P
{
	margin-top: 0px;
}

DIV#footer
{
	/*background-image: url(../images/footer/fade.jpg);
	background-position: top center;
	background-repeat: repeat-y;*/
	background-color: #7FBCD9;
	color: #FFFFFF;
	text-align: center;
	padding: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

DIV#footer P
{
	line-height: 2pt;
}

DIV#footer A
{
	color: #FFFFFF;
}

.camouflaged
{
	color: #1F6172;
}

DIV.borderedImagePara
{
	border: 1px solid #C0C0C0;
	padding: 10px;
	padding-left: 10px;
}

DIV.borderedImagePara DIV.leftImage
{
	display: block;
	
	float: left;
	
	margin-right: 10px;
	
	background-repeat: no-repeat;
}

.small
{
	font-size: 8pt;
}

.inset
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
	width: 120px; height: 120px;
}

TABLE.hotelImageBlockScreen DIV /*, TABLE.hotelImageBlockPrint IMG*/
{
	margin-right: 10px;
	margin-bottom: 10px;
}

DIV#divHotelCode
{
	display: block;
	float: right;
	font-size: 8pt;
	position: relative;
	left: -18px;
}

DIV#divClickToEnlarge
{
	display: block;
	float: right;
	font-size: 8pt;
	position: relative;
	top: -17px;
	left: -18px;
}

INPUT#btnClickToBook
{
	width: 560px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #19596C;
	border: 1px solid #000000;
}

DIV#divBookButton A, DIV#divBookButton A:HOVER, DIV#divBookButton A:ACTIVE, DIV#divBookButton A:VISITED
{
	width: 554px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #19596C;
	border: 1px solid #000000;
	display: block;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

DIV.hotelBox
{
	display: block;
	width: 264px;
	height: 70px;
	float: left;
	border: 1px solid #A1C9EC;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	/*position: relative;*/
	overflow: hidden;
}

DIV.hotelBox DIV.images
{
	display: block;
	width: 70px;
	height: 70px;
	background-color: #A1C9EC;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

DIV.hotelBox P.title
{
	font-weight: bold;
}

A.invisible, A.invisible:HOVER
{
	text-decoration: none;
	color: #2584A0;
}

DIV.hotelBox P.searchDescription
{
	font-size: 8pt;
	color: #000000;
}

DIV#divInstructions
{
	position: absolute;
	left: 350px;
	top: 40px;
	z-index: 100;
	width: 200px;
}

DIV#divRegions
{
	position: relative;
}

.region
{
	display: none;
	position: absolute;
}

TABLE.form TH
{
	text-align: left;
	font-weight: bold;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}

DIV.box DIV.content .error
{
	font-size: 8pt;
	font-weight: normal !important;
}

DIV#divManualVoucherCode
{
	display: none;
}

FIELDSET
{
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 10px;
	
	border: 1px solid #0B6678;
}

LEGEND
{
	margin-bottom: 10px;
	
	font-weight: bold;
}

FIELDSET TABLE, FIELDSET P
{
	margin-bottom: 10px;	
}

FIELDSET TH
{
	text-align: left;
	width: 150px;
}

FIELDSET TABLE TD
{
	padding-right: 4px;
	padding-bottom: 4px;
}

SPAN#spnVoucherCodeValidation
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	
	padding-left: 20px;
	
	background-repeat: no-repeat;
	
	font-weight: bold;
}

SPAN.voucherCodeValid
{
	background-image: url(../images/tickcross.gif);
	background-position: 0px 0px;
	color: #008800;
}

SPAN.voucherCodeInvalid
{
	background-image: url(../images/tickcross.gif);
	background-position: 0px -36px;
	color: #880000;
}

IMG#headerGourmet, SPAN#headerGourmet
{
	position: absolute;
	
	left: 311px;
	top: 9px;
}

FORM.joinButton
{
	text-align: right;
}

FORM.joinButton INPUT
{
	background-color: #F0AD32;
	color: #1D204F;
	font-weight: bold;
	font-size: 12pt;
	border-width: 2px;
}
