﻿body
{
	margin: 0 auto;
	padding: 0;
	background-color: white;
	background-color: #D6EBF7;

	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

h1
{
	font-weight: normal;
	font-size: 16pt;
	color: green;
	font-family: 'Century Gothic';
	margin-right: 20px;
}

h2
{
	font-weight: normal;
	font-size: 14pt;
	color: gray;
	font-family: 'Century Gothic';
	margin-right: 20px;
}

h3
{
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana, arial;
	margin-right: 20px;
}

h4
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana, arial;
	margin-right: 20px;
}

p
{
	line-height: 1.5em;
	margin-right: 20px;
}

img
{
	border-width: 0;
}

hr
{
	border: solid 1px whitesmoke;
}

/**************************************************************************************
* container
**************************************************************************************/
#container
{
	width: 760px;
	padding: 0;
	margin: 0 auto;
	
	border: solid 1px gainsboro;
	background-color: white;
}

/**************************************************************************************
* top
**************************************************************************************/
#top
{
	margin: 0;
}

/**************************************************************************************
* content
**************************************************************************************/
#content 
{
	width: 555px;
	float: right;
	margin: 5px;
	padding: 0;
	
/*	
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 30px 2em 200px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
*/
}


#content p.availability
{
	font-size: 10pt;
	font-weight: bold;
}


#content .validatorErrorMessage,
#content .errorMessage,
#content .message
{
	font-size: 10pt;
	color: #1E90FF;
}

#content div.noticeContainer
{
	border: solid 1px firebrick;
}

#content div.noticeContainer p
{
	margin: 10px;
}


/**************************************************************************************
* leftColumn
**************************************************************************************/
#leftColumn
{
	float: left;
	width: 178px;
	margin: 0 0 5px 0;
	padding: 1px 0;
	
/*	
	top: 50px; 
	left: 0; 
	width: 178px;
  padding: 0.75em 0;
*/
}


/**************************************************************************************
* price table
**************************************************************************************/
#content table.priceTable
{
	width: 400px;
	border: solid 2px teal;
	border-collapse:collapse;
}

#content table.priceTable caption
{
	text-align: left;
	color: #696969;	
}

#content table.priceTable tr
{
	vertical-align: top;
}

#content table.priceTable thead td
{
	font-weight: bold;
	background-color: #87CEEB;
}

#content table.priceTable thead td.roomTypeCell
{
	font-weight: bold;
	background-color: #3366FF;
}

#content table.priceTable td.price
{
	text-align: right;
	width: 100px;
}

#content table.priceTable td div.special
{
	color: #B22222;
}

#content table.priceTable td div.publishedPrice
{
	text-decoration: line-through;
}

#content table.priceTable td div.ourPrice
{
	color: #B22222;
	font-weight: bold;
}

#content table.priceTable td
{
	margin: 0;
	padding: 3px;
	border-bottom: solid 1px gainsboro;
}

/**************************************************************************************
* flight table
**************************************************************************************/
#content table.flightTable
{
/*	border: solid 2px teal;*/
	border-collapse:collapse;
}

#content table.flightTable thead tr
{
	vertical-align: bottom;
}

#content table.flightTable tbody tr
{
	vertical-align: top;
}

#content table.flightTable thead td
{
	font-weight: bold;
	background-color: #87CEEB;
}

#content table.flightTable td.flightNo
{
	width: 130px;
}

#content table.flightTable td.destination
{
	width: 130px;
}

#content table.flightTable td.depart
{
	width: 130px;
}

#content table.flightTable td.departureTime
{
	width: 80px;
}

#content table.flightTable td.arrivalTime
{
	width: 80px;
}

#content table.flightTable td.boatSchedule
{
	width: 120px;
}

#content table.flightTable td
{
	margin: 0;
	padding: 3px;
	border-bottom: solid 1px gainsboro;
}

/**************************************************************************************
* resort table
**************************************************************************************/
#content table.resortTable
{
	border-collapse: collapse;
}

#content table.resortTable td
{
	vertical-align: top;
	margin: 0;
	padding: 0 8px 30px 0;
}

#content table.resortTable td p
{
	margin-top: 0;
	padding-top: 0;
}


/**************************************************************************************
* caption container
**************************************************************************************/
#content div.caption
{
	display: block;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #696969;
}

#content div.caption img
{
	padding: 5px;
	border: solid 1px #D6EBF7;
}

/**************************************************************************************
* inquiry table
**************************************************************************************/
#content table.inquiryTable tr
{
	vertical-align: top;
}

#content table.inquiryTable td
{
	white-space: nowrap;
	vertical-align: top;
	padding: 2px 0 10px 0;
}

#content table.inquiryTable td.emailNotice
{
	white-space: normal;
	color: #3366FF;
}

#content table.inquiryTable input.textBox
{
	width: 300px;
}

#content table.inquiryTable textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	width: 300px;
}

/**************************************************************************************
* forfeit table - termsandconditions.aspx
**************************************************************************************/
#content table.forfeitTable
{
	width: 450px;
	border: solid 2px teal;
	border-collapse: collapse;
}

#content table.forfeitTable thead td
{
	font-weight: bold;
	background-color: #87CEEB;
}

#content table.forfeitTable td.resortCell
{
	text-align: right;
	width: 100px;
}

#content table.forfeitTable td
{
	margin: 0;
	padding: 3px;
	border-bottom: solid 1px gainsboro;
}

#content table.forfeitTable td p
{
	margin-top: 0;
	padding-top: 0;
}

#content table.forfeitTable td
{
	padding-right: 8px;
}


/**************************************************************************************
* first time section
**************************************************************************************/
#content table#firstTime td
{
	padding: 0 0 30px 0;
}

/**************************************************************************************
* links section
**************************************************************************************/
#content table.relatedLinks td
{
	vertical-align: top;
	padding: 5px 3px 10px 3px;
}

#content table.relatedLinks td img
{
	border: solid 1px gainsboro;
}


