/* BOOKING ENGINE STYLES */

/* rewrite the cetner column so that it is full width */

	.centerColumn
	{
	  /* float: right; */
  	margin-top: 0px;
  	margin-bottom: 0px;
	  margin-left: 170px;
		margin-right: 0px;  /* this is the line that controls the width, increase the right margin to put an extra column in */
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

/* header */
	.reservationSteps
	{
		width: 550px;
		color: #C0CDE3;
		font-weight: bold;
	}

		.reservationSteps table
		{
			/* width: 100%; */
			margin-bottom: 15px;
			border-top: 1px solid #285287;
			border-bottom: 1px solid #285287;
		}

		.reservationSteps td
		{
			padding-top: 7px;
			padding-bottom: 7px;
			vertical-align: middle;
			text-align: center;
			border-right: 1px solid #285287;
		}

		.reservationSteps .last
		{
			border-right: none;
		}

		.reservationSteps div
		{
			display: inline;
			padding-top: 2px;
			padding-left: 7px;
			padding-right: 7px;
			padding-bottom: 2px;
			color: #FFFFFF;
			/* font-size: 12px; */
			font-weight: bold;
			text-decoration: none;
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
		}

		.reservationSteps a
		{
			margin-left: 4px;
			vertical-align: middle;
			color: #C0CDE3;
			/* font-size: 12px; */
			font-weight: bold;
			text-decoration: none;
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
		}

		.reservationSteps a:link,
		.reservationSteps a:active,
		.reservationSteps a:visited {
			color: #C0CDE3;
			text-decoration: none;
		}
		
		.reservationSteps a:hover {
			color: #7A5EC0;
			text-decoration: underline;
		}

		.lit div
		{
			color: #FFFFFF;
			background-color: #285287;
		}

		.lit a
		{
			color: #285287;
		}

		.lit a:link,
		.lit a:active,
		.lit a:visited {
			color: #285287;
			text-decoration: underline;
		}
		
		.lit a:hover {
			color: #7A5EC0;
			text-decoration: underline;
		}

	/* SEARCH DETAILS SUMMARY */
	.resResultsHeader table
	{
		width: 99%;
	}
		.resResultsHeader td
		{
			vertical-align: top;
			padding-top: 0px;
			padding-left: 0px;
			padding-right: 8px;
			padding-bottom: 0px;

			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}

		.resResultsHeader .lastColumn
		{
			padding: 4px;
		}


	/* LINKS TO SEARCH RESULTS */
	.searchLinks
	{
		width: 99%;
	}

	/* SEARCH RESULTS BY PROPERTY */
	.resResultsProperty
	{
		margin-bottom: 20px;
		width: 99%;
	}
		.resResultsProperty h2
		{
			color: #285287;
		}

		.resResultsProperty table
		{
			width: 99%;
			border-top: 1px solid #CCCCCC;
			border-left: 1px solid #CCCCCC;
		}

		.resResultsProperty th
		{
			font-size: 90%;
			vertical-align: bottom;
			padding-top: 3px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 3px;
			border-bottom: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
		}

		.resResultsProperty td
		{
			font-size: 90%;
			vertical-align: middle;
				padding-top: 3px;
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 3px;
			border-bottom: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
		}

		.resResultsProperty .room
		{
			border-right: 0px;
			white-space: nowrap;
		}

		.resResultsProperty .internal
		{
			border-bottom: 0px;
			padding-bottom: 1px;
		}

		.resResultsProperty .price
		{
			white-space: nowrap;
		}

		.resResultsProperty a:link {
			text-decoration: none;
		}
		.resResultsProperty a:visited {
			text-decoration: none;
		}
		.resResultsProperty a:hover {
			text-decoration: underline;
		}
		.resResultsProperty a:active {
			text-decoration: underline;
		}
		.resResultsProperty h2 a:link {
			color: #285287;
		}
		.resResultsProperty h2 a:visited {
			color: #285287;
		}
		.resResultsProperty h2 a:hover {
			color: #535187;
		}
		.resResultsProperty h2 a:active {
			color: #535187;
		}

	/* RATES TABLES FOR EACH ROOM */
/*
	.resResultsPrice
	{
		width: 99%;
	}
*/

	.rates
	{
		width: 99%;
		border-collapse: collapse;
	}

		.rates td
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
			margin: 0px;
		}
		.noSides
		{

			border: 1px solid #CCCCCC;
			border-left-width: 0px;
			border-right-width: 0px;
		}

		td.small
		{
			width: 1px;
		}

		td.right
		{
			float: none;
			text-align: right;
		}

		td.right h2
		{
			width: 99%;
			text-align: right;
		}

		td.vcenter
		{
			vertical-align: middle;
		}

		td.center
		{
			text-align: center;
		}

		.rates img
		{
			margin: 3px;
		}

	.rate_details
	{
		width: 99%;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}

	/*
		.rate_details td,
		.rate_details tr th
		{
			/* border: 1px solid #CCCCCC; */
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}
		*/


	/* RESERVATION PAGE */
		/* Reservation Summary */
		.search-summary
		{
			width: 99%;
		}

		.search-summary table
		{
			width: 99%;
		}

		.search-summary td
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}

		td.value
		{

		}

		td.field
		{
				font-weight: bold;
				color: black;
		}

		/* Reservation Upsell */
		.better_rooms
		{
			width: 99%;
		}

		.better_rooms table
		{
			width: 99%;

		}

		.better_rooms td
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}

		/* Reservation Cost Details */
		.nightly_price
		{
			width: 99%;
			display: none;
		}

		.nightly_price table
		{
			width: 99%;
			border-collapse: collapse;

		}

		.nightly_price td
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
			margin: 0px;
			padding: 0px;
			border: 0px;

		}

		.nightly_price .total
		{
			border-top: 3px double black;
		}

		.nightly_price .date
		{
			width: 45%
		}

		.nightly_price .note
		{
			width: 45%
		}

		/* Resrvation Travel Agent */
		.makeResInfo
		{
			width: 99%;
		}

		/* generic table styles for labels and fields */
		.tdLabel
		{
			text-align: right;
			vertical-align: bottom;
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
			font-weight: bold;
			color: black;
		}

		.tdData
		{
			vertical-align: bottom;
		}

		/* Resrvation guest Information */
		.guestResInfo
		{
			width: 99%;
		}

		/* Resrvation credit Information */
		.creditResInfo
		{
			width: 99%;
		}

		/* Resrvation request Information */
		.requestResInfo
		{
			width: 99%;
		}

		.requestResInfo table
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}

		/* Resrvation terms Information */
		.termsResInfo
		{
			width: 99%;
		}

		.termsResInfo table
		{
			/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
			/* font-size: 12px; */
		}

.fullAvailabilitySearch {
	width: 370px;
	margin: auto;
	text-align: left;
}
.fullAvailabilitySearch img {
	border: 0px solid #CCCCCC;
	background-color: transparent;
	padding: 0;
	margin: 0;
}


.confirmation h1,
.propertyName
{
  font-size: 100%;
	line-height: 140%;
	margin: 0px;
	color: #000000;
}


.confirmation h3,
{
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	color: #285287;
}

.confirmation h2
{
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	margin: 0px;
	color: #000000;
}

.availCalendar {
	width: 225px;
	height: 200px;
	float: left;
	border: 1px solid #605F60;
	background-color: #E1E7F9;
	color: #000000;
	padding: 5px;
	margin: auto;
}

 	.availCalendar table{
	}

	.availCalendar th {
		border: 1px solid white;
		text-align: center;
		white-space: nowrap;
	}

	.availCalendar td {
		border: 1px solid white;
		text-align: center;
		white-space: nowrap;
		width: 25px;
		padding-top: 1px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 1px;
	}

	.availCalendar a:link {
		text-decoration: none;
		color: #285287;
		font-weight: bold;
	}
	.availCalendar a:visited {
		text-decoration: none;
		color: #285287;
		font-weight: bold;
	}
	.availCalendar a:hover {
		text-decoration: none;
		color: #535187;
		font-weight: bold;
	}
	.availCalendar a:active {
		text-decoration: none;
		color: #535187;
		font-weight: bold;
	}

	.avail {
		font-weight: bold;
		color: #6600CC;
	}

	.notavail {
		font-weight: normal;
		color: #999999;
		text-decoration: line-through;
		background-image: url(/images/calendar_notavail.gif);
		background-repeat: no-repeat;
	}
