﻿body
{
	background-image: url('../../Images/MainPageBackground.png' );
	font-family: Tahoma;
	font-size: 9pt;
	color: #525e66;
}

a:link
{
	text-decoration: none; /*color: #004080;*/
	font-weight: bold;
	color: #003366;
}

a:active
{
	text-decoration: none; /*color: #004080;*/
	font-weight: bold;
	color: #003366;
}

a:hover
{
	text-decoration: underline; /*color: #004080;*/
	font-weight: bold;
	color: #003366;
}

a:visited
{
	text-decoration: none; /*color: #004080;*/
	font-weight: bold;
	color: #003366;
}

a:visited:hover
{
	text-decoration: underline; /*color: #004080;*/
	font-weight: bold;
	color: #003366;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

.standfirst
{
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}

/* Below this line are the CSS for whole page container */
#pagecontainer
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Below this line are the CSS for upper part */
/* there are logos, first bar and second bar */

#headercontainder
{
	position: absolute;
	top: 0px;
}

#plazalogo
{
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}

#preferedlogo
{
	left: 652px;
	position: absolute;
	top: -12px;
}

#bodycontainer
{
	position: absolute;
	top: 110px;
}

#firsttopbar
{
	background-color: #7c878f;
	width: 900px;
	text-align: center;
	text-align: -moz-center;
}

.sectionfirstbarlinkbutton
{
	margin-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	position: relative;
}

.sectionfirstbarlinkbutton:hover
{
	margin-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	position: relative;
	text-decoration: none;
}

#secondtopbar
{
	background-color: #b4bdc5;
	width: 900px;
	text-align: center;
	text-align: -moz-center;
}

.sectionsecondbarlinkbutton
{
	margin-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
	left: 13px;
	position: relative;
}

.sectionsecondbarlinkbutton:hover
{
	margin-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
	left: 13px;
	position: relative;
	text-decoration: none;
}

/* bottom part consists of 3 cells (1 row 3 columns) see below */
/*
 ________
|  |  |  |
|__|__|__|

*/

.bottompartcontainer
{
	background-color: #FF33CC;
}

.upperleftcolumn
{
	vertical-align: top;
	width: 165px;
	background-color: #DFE6EE;
	overflow: hidden;
	height: 300px;
}

.middlecolumn
{
	vertical-align: top;
	width: 435px;
	overflow: hidden;
}

.upperrightcolumn
{
	vertical-align: top;
	width: 300px; /*backgroud color is set by code behind     background-color: #DFE6EE;     */
	height: 300px;
	overflow: hidden;
}

.lowermiddlecolumn
{
	vertical-align: top;
	width: 435px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* Inside each column there is a container */

#upperleftcontainer
{
	background-color: #DFE6EE;
	width: 165px;
	overflow: hidden; /*min-height: 298px;*/ /*min-height: 270px;*/
}

#middlecontainer
{
	background-color: #FFFFFF;
	width: 435px;
}

#upperrightcontainer
{
	background-color: #FFFFFF;
	width: 300px;
	overflow: hidden;
}

#lowerleftcontainer
{
	background-color: #D5DCE4;
	width: 165px;
}

#lowerrightcontainer
{
	background-color: #DFE6EE;
	width: 300px;
	overflow: hidden;
}

/* Inside each container */
/* upper left container */
#upperleftdatalist
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px; /*height: 262px;*/
}

#upperleftlineclose
{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C9D1;
	height: 2px;
}

.upperleftlinkbutton
{
	display: block;
	width: 125px;
	border-top: 1px;
	border-top-color: #C2C9D1;
	border-top-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #525e66;
	font-weight: bold;
}

.upperleftlinkbutton:hover
{
	display: block;
	width: 125px;
	border-top: 1px;
	border-top-color: #C2C9D1;
	border-top-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #525e66;
	font-weight: bold;
	text-decoration: none;
}

.arrow
{
	position: absolute;
	left: 0px;
	margin-left: 153px;
	margin-top: -25px;
}
/* middle container */
#homepagecontentcontainer
{
	position: absolute;
	left: 0px;
	margin-left: 164px;
	margin-top: -1px;
}

#middledatalistcontainer
{
	padding-top: 45px;
	padding-bottom: 150px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
	width: 365px;
	min-height: 320px;
}

#floatingimage
{
	position: absolute;
	z-index: 50;
	top: 75px;
	left: 195px;
}

#wavecontainer
{
	position: absolute;
	bottom: 10px;
	z-index: 200;
}

#waves
{
	position: absolute;
	width: 735px;
	height: 76px;
	left: 0px;
	top: -180px;
	background-image: url('../../Images/Waves.png' );
	z-index: 300;
}

#middlepagetitle
{
	padding-bottom: 0px;
}

#middlestandfirst
{
	padding-bottom: 0px;
}

#middlebodytext
{
}

/* upper right container */
#imagepreviewcontainer
{
	background-color: #DFE6EE;
}
#imagepreviewsmallcontainer
{
	background-color: #DFE6EE;
	padding-top: 3px;
}

#imagepreviewbigcontainer
{
	background-color: #DFE6EE;
	height: 300px;
	width: 300px;
	margin-top: -1px;
}


/* lower left container */
#bookingformcontainer
{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 168px;
}

.calendar .ajax__calendar_container
{
	z-index: 10;
	position: relative;
	background-color: #FFFFFF;
}

.calendar .ajax__calendar_hover
{
	background-color: #C9DCFC;
}

.calendar .ajax__calendar_active
{
	background-color: #92C0FA;
}

.calendar .ajax__calendar_other
{
	color: #C2C0C0;
}

#arrivaldatelabel
{
	padding-left: 10px;
}

#arrivaldatebox, #departuredatebox, #amendmentsdropdownlist
{
	padding-left: 10px;
}

#departuredatelabel
{
	padding-left: 10px;
}

.inputform
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#checkavailability
{
	padding-left: 10px;
}

.checkavailabilitybutton
{
	color: #525E66;
	background-color: #B4BDC5;
	width: 125px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
}

#adultslabel, #childrenlabel
{
	padding-left: 10px;
}

#adultsdropdownlist, #childrendropdownlist
{
	padding-left: 10px;
}

#amendmentlabelcontainer
{
	padding-left: 12px;
}

.amendlinkbutton, .cancellinkbutton
{
	color: #525E66;
	margin-right: 5px;
}


/* lower right container */
#lowerrightdatalist
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 260px;
}

.lowerrightpagetitle
{
	width: 255px;
	color: #525e66;
	font-weight: bold;
}
#lowerrightpagetitlelineclosetop
{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #C2C9D1;
	height: 2px;
	padding-top: 5px;
}
#lowerrightpagetitlelineclosebottom
{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C9D1;
	height: 2px;
	padding-bottom: 5px;
}

.lowerrighthyperlink
{
	color: #525E66;
}

#lowerrighttextlabel
{
	margin-top: 10px;
	width: 260px;
}

#lowerrighthyperlinkdiv
{
	margin-top: 10px;
	width: 260px;
	margin-bottom: 20px;
}

/* Below this line are the CSS for footer part */
#footercontainer
{
	position: relative;
	margin-top: 35px;
	margin-bottom: 25px;
}

#linkbuttonsinfooter
{
	padding-left: 15px;
}

.footerlinkbutton
{
	color: #FFFFFF;
	margin-right: 20px;
}

#designedbyjohnhenry
{
	float: right;
	color: #FFFFFF;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* Below this line is the CSS for UploadSlideshow.aspx */
/* Suspended due to client requirements */
#mainslideshowcontainer, #previewslideshowcontainer
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainslideshowdeletelinkbutton, .previewslideshowdeletelinkbutton
{
	color: #525e66;
}

.mainslideshowimagenamelabel, .previewslideshowimagenamelabel
{
	margin-left: 10px;
}

