@charset "UTF-8";
/* CSS Document */

/* REFINED DEFAULT TAGS */
/* This resets the margins, padding, and border default tags
   Custom styles are then defined below */
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tb {
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline: none;
	outline-style: none;
}

/* COMMON STYLES USED ON THE VARIOUS BOOKING ENGINE PAGES*/

/* This wrapper is the container that holds the Booking Engine content */
/* This wrapper is required for use on each of the pages */   
#booking_wrapper {
	position: relative;
	margin: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	line-height: 1.35em;
	text-align: left;
	width: 930px;
	overflow: hidden;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0px 1px 3px #b4b4b4; /* For Safari and Chrome */
	-moz-box-shadow: 0px 1px 3px #b4b4b4; /* For Firefox*/
	box-shadow: 0 1px 3px #b4b4b4; /* For IE9 */
}

/* The provides the gradient background in the titlebar that appears at the top of the page */
   
#titlebar {
	height: 38px;
	width: 100%;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#333333)); /* For Safara and Chrome */
	background: -moz-linear-gradient(top, #7f7f7f,  #333333); /* For Firefox */
	background: -ms-linear-gradient(top, #7f7f7f,  #333333); /* For IE 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#e333333')\0/; /* For IE 8+ */
}

/* This contains the remainder of the page content below the title bar */
#content_wrapper {
	float: left;
	width: 900px;
	padding: 20px;
	overflow: hidden;
}

/* The are the containers for the 2 main columns on the "Book Room" page */
#bookroom_col1 {
	float: left;
	width: 305px;
	padding: 0px 20px 0px 0px;
	overflow: hidden;
}

#bookroom_col2 {
	float: left;
	position: relative;
	width: 562px;
	overflow: hidden;
}

/* This holds buttons that are placed at the bottom of the Book Rooom page */
#booking_bottom_wrapper {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

/* This contains the GeoTrust and FDA logos at the bottom of the Book Room page */
.bottom_logo_wrapper {
	clear: both;
	float: left;
	width: 562px;
	margin: 20px 0px 0px 325px;
	padding: 0px;
	overflow: hidden;
}

.logo_left {
	float: left;
	height: 21px;
}

.logo_right {
	float: right;
	position: relative;
	padding-left: 5px;
	width: 148px;
}

.logo_text {
	float: right;
	font-size: 10px;
	line-height: 21px;
	color: #666;
	text-align: right;
	margin-right: 5px;
}

.logo_text_left {
	float: left;
	font-size: 10px;
	line-height: 21px;
	color: #666;
	text-align: right;
	margin-right: 5px;
}

/* These set the default styles used for the booking engine */
#booking_wrapper h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-style: normal;
	font-weight: normal;
}

#content_wrapper h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
}

#content_wrapper h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
}
#booking_subtotal_wrapper h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
}

#completebooking_col1 h2,
#completebooking_col2 h2 {
	clear: both;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 1.08em;
}

#completebooking_col2 .bookingsummary_header h2 {
	clear: both;
	padding: 0px;
	text-transform: none;
	overflow: hidden;
	font-size: 1.08em;
}

#booking_wrapper h3,
#popup_wrapper h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#booking_wrapper .bookingsummary_label_col1 h3 {
	padding: 0px;
}

#booking_wrapper .bookingsummary_price_col2 h3 {
	padding: 0px;
}

#titlebar h1,
#popup_titlebar h1 {
	line-height: 38px;
	padding: 0 20px;
	margin: 0px;
	vertical-align: middle;
}

.row-wrapper h2 {
	padding-top: 4px;
}

#booking_wrapper p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#booking_wrapper a img {
	border: none;
}

#booking_wrapper a {
	color: #36C;
	text-decoration: none;
	cursor: pointer;
}

#booking_wrapper a:hover {
	text-decoration: underline;	
}

#booking_wrapper a:visited {
	color:  #36C;
}

/* This sets the style of the input fields used on the various pages */
#booking_wrapper input.field {
	border: 1px solid #ccc;
	padding: 2px;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 0 6px #eeeeee;
	-moz-box-shadow: inset 0 0 6px #eeeeee;
	box-shadow: inset 0 0 6px #eeeeee; 
}

#booking_wrapper input.error {
	border: 1px solid #FA8072;
	background-color: #FFD2D2;
	padding: 2px;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 0 6px #eeeeee;
	-moz-box-shadow: inset 0 0 6px #eeeeee;
	box-shadow: inset 0 0 6px #eeeeee; 
}

#error_alert {
	padding-left:20px;
	vertical-align: text-top;
	display:none;
	color:red;
	font-weight:bold;
}

#error_alert_2{
	padding-left:20px;
	vertical-align: text-top;
	display:none;
	color:red;
	font-weight:bold;
}

/*error tooltip style*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FA8072;
	background-color: #EE2C2C;
	padding: 2px;
	opacity: 0.85;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
#tooltip h3, #tooltip div { margin: 0; }
}

#booking_wrapper select {
	border: 1px solid #ccc;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
}

#booking_wrapper select.error {
	border: 1px solid #FA8072;
}

#booking_wrapper textarea {
	border: 1px solid #ccc;
	padding: 2px;
	-webkit-box-shadow: inset 0 0 6px #eeeeee;
	-moz-box-shadow: inset 0 0 6px #eeeeee;
	box-shadow: inset 0 0 6px #eeeeee; 
}

#booking_wrapper select:focus {
	border: 1px solid #69c;
}

#booking_wrapper input.field:focus,
#booking_wrapper textarea:focus {
	border: 1px solid #69C;
	-webkit-box-shadow: inset 0 0 6px #ccddee;
	-moz-box-shadow: inset 0 0 6px #ccddee;
	box-shadow: inset 0 0 6px #ccddee; 
}

#booking_wrapper submit {
	padding: 0px;
	margin: 0px;
	border: none;
}


/* BOOKING LIST STYLES */
/* These styles are for the room types and special offers list on the 'Book Room' page */

.filter_list {
	color: #666;
	padding: 0px 0px 0px 10px;
}

input.filter_list {
	display: inline;
}

/* This sets the padding so the checkbox is spaced out from the accompanying text */
.chkbox {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

/* This style is only used for the "Send me emails..." checkbox on the "Complete Booking" page. */
.chkbox-nopad {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

.last {
	margin-left: 15px;
}

select.amount {
	margin-left: 5px;
}



#booklist_frame {
	clear: both;
	overflow: hidden;
	height: 570px;
	width: 560px;
}

#booking_list {
	clear: both;
	background-color: #fff;
	height: 376px;
	width: 560px;
	border: 1px solid #ddd;
	overflow-y: auto;
	overflow-x: hidden;
	position:relative;
}

.start_class{
	height: 380px !important;
}

.booklist_row {
	border-right: 1px solid #ddd;
	clear: both;
	float: left;
	width: 524px;
	padding: 10px 10px 5px 10px;
	overflow: hidden;
	position:relative;
}

/* This sets the background color for the odd rows in the list */
.odd {
	background-color: #eee;
}

.even {
	background-color: fff;
}

.thumbnail_room {
	clear: both;
	float: left;
	width: 68px;
	padding-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* Wrapper that contains all of the item information, including the pricing */
.detail_wrapper {
	float: right;
	position: relative;
	/*margin-left: 78px;*/
	width: 445px;
	overflow-y:hidden;
	overflow-x:hidden;
}

/* This used for the Room or Special Offer name */
.item_title {
	width: 430px;
	overflow: hidden;
}

/* Surrounds the 'Amenities (or More Info), Adult and Child drop-downs
for a given Room or Special Offer */
.item_quantity_wrapper {
	float: left;
	position: relative;
	display: inline;
	line-height: 22px;
	overflow: hidden;
	vertical-align: middle;
}


/* Surrounds the Offer OR Incidental name, price and add button.*/
.offer_wrapper,
.incidental_wrapper {
	clear: both;
	float: left;
	display: inline;
	width: 450px;
	overflow: hidden;
}

.item_info,
.incidental_info {
	float: left;
	width: 90px;
	/*position: relative;*/
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
.adult_number,
.incidental_qty {
	float: left;
	width: 110px;
	position: relative;
	margin-bottom: 10px;
	text-align: right;
}

.child_number {
	float: left;
	width: 125px;
	position: relative;
	margin-bottom: 10px;
	text-align: right;

}

table {
	font-size:inherit;
}

/* Table styles for the Offer and Incidental information */
table.pricing,
table.incidental {
	clear: both;
	border-collapse: collapse;
	width:445px;
}

table.pricing tr{
	padding-top:6px;
}

table.pricing td,
table.incidental td {
	padding: 5px 5px 0px 0px;
}

table.pricing td.offername {
	width: auto;
	vertical-align: top;
}

table.pricing td.offerprice {
	min-width: 140px;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
}

table.pricing td.button,
table.incidental td.button {
	width: 50px;
	vertical-align: top;
}

table.incidental td.incidental_info
table.incidental td.incidental_qty {
	width: 105px;
	vertical-align: top;
}

table.incidental td.incidental_price {
	width: 70px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

/* Styles for the BOOKINGS summary that appears at the bottom of the "Complete Bookings" page */

table.bookings {
	clear: both;
	border-collapse: collapse;
	margin-top: 10px;
}

table.bookings td {
	padding: 0px 5px 5px 0px;
}

table.bookings td.booking_name_details {
	width: 335px;
	vertical-align: top;
	padding-bottom: 7px;
}

table.bookings td.booking_price {
	width: 120px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

table.bookings td.booking_delete {
	width: 50px;
	vertical-align: top;
	font-size: .92em;
}

table.subtotal td.subhead {
	width: 315px;
	text-align: right;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
}

table.subtotal td.subtotal_amount {
	width: 145px;
	text-align: right;
	font-weight: bold;
	padding: 4px 10px 0px 0px;
	border-top: 1px solid #ccc;
}



/* BOOKING SUB-TOTAL STYLES */
/* This is for the sub-total amounts shown below the Room Type / Special Offers List */

#booking_subtotal_wrapper {
	clear: both;
	position: relative;
	width: 540px;
	padding: 15px 10px;
	margin-bottom:8px;
	border-top: 3px solid #bbb;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 50;
}

#booking_subtotal_wrapper p {
	margin: 0px;
	padding: 0px;
}

.bookitem_row {
	clear: both;
	float: left;
	display: inline;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.bookitem_title {
	float: left;
	width: 325px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}

.bookitem_price {
	float: left;
	width: 125px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
	text-align: right;
}

.bookitem_delete {
	float: left;
	width: 60px;
	position: relative;
	overflow: hidden;
	font-size: 11px;
}

.booking_subtotal_row {
	clear: both;
	float: left;
	display: inline;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.booking_subtotal_label {
	float: left;
	width: 325px;
	padding-top: 5px;;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
}
.booking_subtotal_amt {
	border-top: 1px solid #bbb;
	float: left;
	width: 135px;
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}

/* STYLES FOR THE COMPLETE BOOKING PAGE */

/* These are the contains for the 2 columns on the "Complete Booking" page */

.req {
	color: #C00;
	font-weight: bold;
}

#completebooking_col1 {
	float: left;
	width: 445px;
	padding: 0px 20px 0px 0px;
	overflow: hidden;
}

#completebooking_col2 {
	float: left;
	position: relative;
	width: 420px;
	overflow: hidden;
	padding-bottom:20px;
}

#completebooking_error_div {
	float: left;
	width: 445px;
	padding: 0px 20px 0px 0px;
	overflow: hidden;
}

#completebooking_error_box {
	float: left;
	width: 425px;
	overflow: hidden;
}

/* error box style */
.error_big {
	background: #ff7171;
	border: 2px #ff5959 solid;
	
	font-size:1em;
	color:white;
	font-weight:600;
	
	behavior: url(../css/border-radius.htc);
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
	
	.error_icon {
		height:inherit;
		float:left;
	}
	
	.error_message_box {
		height:inherit;
		float:left;
		padding:10px;
	}
	

.guestinfo_wrapper,
.billinginfo_wrapper,
.paymentinfo_wrapper {
	clear: both;
	float: left;
	padding-bottom: 6px;
	margin: 0px 0px 15px 0px;
	width: 440px;
	overflow: hidden;
	border-bottom:1px #DDDDDD solid;
}

.paymentinfo_wrapper {
	margin: 0px 0px 0px 0px;
}

#billing_header_wrapper {
	clear: both;
	overflow: hidden;
	width:440px;
}

/*style for when billing info is collapsed*/
#billing_header_wrapper.collapsed {
	margin-bottom:11px;
	padding-bottom:3px;
	border-bottom:1px #DDDDDD solid;
	width:440px;
}

.billing_header {
	float: left;
	overflow: hidden;
}

.billing_same {
	float: left;
	position: relative;
	margin-left: 15px;
	overflow: hidden;
	font-size: 11px;
	color: #666;
}

.additional_request_link,
.additional_guest_link {
	float: right;
	position: relative;
	margin-left: 0px;
	overflow: hidden;
	font-size: 11px;
	cursor: pointer;
}

.additional_guest_link {
	float: right;
}

.additional_request_link {
	float: left;
}

.additional_request_link:hover {
	text-decoration:underline;
}

.bookingsummary_header {
	float: left;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
	margin: 0px;
	width: 398px;
	oveflow: hidden;
}
/*POPUP FORM CODE STYLE*/
#black_out {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/misc/popup_background.png);
	height:100%;
	width:100%;
	z-index:1000;
}

a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:block;
  position:relative;
  top:20%;
  position:absolute;
  float:left;
  text-align:left;
  z-index:1001;
  -moz-box-shadow: 0 2px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 3px rgba(0,0,0,0.2);
}

.incidental_details {
	width:
}


.additional_info_room_wrapper strong {
	clear:both;
	color:#444;
	float:left;
	padding-left:10px;
}

.popup_info_row {
	clear: both;
	float: left;
	width:auto;
	margin-bottom: 7px;
	overflow: hidden;
}

.popup_button_row_wrapper {
	position:relative;
	float:left;
	width:100%;
	height: 35px;
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

/*Add additional guest info form styling*/
#room_select_menu {
	float:left;
	width:250px;
}

#additional_guest_info_column {
	float:left;
	width:auto;
	padding-top:10px;
	padding-left:10px;
}

li.additional_info_guest_wrapper {
	float:left;
	display: inline;
	list-style-type: none; 
}

.room_title {
	height:auto;
	padding:8px;
	padding-left:20px;
	cursor: pointer;
}

.room_title:hover {
	height:auto;
	padding:8px;
	padding-left:20px;
	background-color:#DDD;
}

.room_title_active {
	background-color:#DDD;
}

.additional_info_room_wrapper {
	float:left;
	padding-bottom:10px;
	padding-right:15px;
}

#room_guest_wrapper {
	float:left;
	clear:left;
	background:url(../images/misc/popup_additional_guest_back.png) repeat-y;
	margin-bottom:10px;
	border-bottom:1px #DDD solid;
	background-position:left;
}

/* This is the scrollable div that holds the Room(s) and Incidental information*/
.bookingsummary_list {
	clear: both;
	float: left;
	width: 418px;
	height: auto;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/misc/book_info_roomlist_background.png) repeat-y;
	background-position: top left;
	position:relative;
}

/* This is class is only sed for the "Rooms(s) and Incidental" div that is
a child of the scrollable booking summary */
.bookingsummary_roomlabel_col1 {
	clear: both;
	float: left;
	height: auto;
	width: 125px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	color: #666;
	font-size: .92em;
}

.bookingsummary_info_col2 {
	float: left;
	position: relative;
	width: 235px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}

/* This is used for the text labels BELOW the scrollable booking summary list. */
.bookingsummary_label_col1 {
	clear: both;
	float: left;
	width: 125px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	background-color: #eee;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: .92em;
	z-index: 50;
}

.bookingsummary_price_col2 {
	float: left;
	position: relative;
	width: 243px;
	padding: 10px 20px 10px 10px;
	margin: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: right;
	font-size: .92em;
	z-index: 50;
}

#specialrequests_wrapper {
	clear: both;
	float: left;
	width: 100%;
	margin: 15px 0px 10px 0px;
	overflow: hidden;
	border-bottom:1px #DDDDDD solid;
}

.specialrequests_header {
	float: left;
	width: 250px;
	padding-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
	
}

.specialrequests_add {
	float: left;
	position: relative;
	width: 75px;
	height: 22px;
	overflow: hidden;
}

.specialreq_textarea {
	clear: both;
	width: 420px;
	margin-bottom: 15px;
	overflow: hidden;
}

/* Sets the width of the textarea for the "Notes & Special Requests"
that sites in the div */
.specialreq_textarea textarea {
	width: 414px;
}

.hotelnote_wrapper {
	clear: both;
	width: 840px;
	padding: 20px;
	margin: 0px 0px 10px 2px;
	border: 1px solid #ddd;
	background-color: #F2F2F2;
	overflow: hidden;
}

#content_wrapper .hotelnote_wrapper h2 {
	padding: 0px 0px 5px 0px;
}

#term_buttons_wrapper {
	clear: both;
	float: left;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	height: 28x;
	width: 884px;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
}

#booking_bottom_wrapper ul
{
	margin:0px;
	padding: 0px;
	display: inline;
	list-style: none;
	float: right;
}

#booking_bottom_wrapper ul,
#term_buttons_wrapper ul {
	margin:0px;
	padding: 0px;
	display: inline;
	list-style: none;
	float: left;
	width:100%;
}

#booking_bottom_wrapper ul li,
#term_buttons_wrapper ul li {
	display: inline;
	padding-left: 10px;
	overflow: hidden;
	float:right;
}

#booking_bottom_wrapper ul li {
	max-width:300px;
}

li.accept {
	vertical-align: middle;
}


/* STYLES USE FOR THE GUEST, BILLING, AND PAYMENT INFORMATION */

.guest_info_row,
.billing_info_row,
.payment_info_row {
	clear: both;
	float: left;
	width: 438px;
	margin-bottom: 7px;
	overflow: hidden;
}

.guest_info_label,
.billing_info_label,
.payment_info_label {
	float: left;
	width: 86px;
	text-align: right;
	line-height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	padding-top: 2px;
	overflow: hidden;
	font-size: .92em;
	color: #666;
}

.guest_info_fieldshort,
.billing_info_fieldshort,
.payment_info_fieldshort {
	float: left;
	position: relative;
	width: 125px;
	overflow: hidden;
}

.payment_info_fieldshort_cc {
	float: left;
	position: relative;
	width: auto;
	overflow: hidden;
}

.guest_info_fieldshort input,
.billing_info_fieldshort input,
.payment_info_fieldshort input {
	width: 119px;
}

.payment_info_fieldshort select.card {
	width: 125px;
}

.guest_info_fieldfull,
.billing_info_fieldfull,
.payment_info_fieldfull {
	float: left;
	position: relative;
	width: 341px;
	overflow: hidden;
}

/* This is for the "Send me email" div that does not have a field label above it. */
.paymentinfo_send {
	float: left;
	width: 341px;
	margin: 7px 0px 0px 90px;
	overflow: hidden;
}

.guest_info_fieldfull input,
.billing_info_fieldfull input,
.payment_info_fieldfull input {
	width: 335px;
}

/* THANK YOU PAGE STYLES */

#thankyou_intro {
	clear:both;
	width: 880px;
	overflow: hidden;
	margin-bottom: 10px;
}

#thankyou_intro h1{
	color: black;
	font-weight:700;
	margin-top:5px;
	margin-bottom:20px;
	text-align: center;
}

#thankyou_intro p{
	text-align: center;
}

#thankyou_outro {
	clear:both;
	width: 880px;
	padding: 20px 0px 0px 2px;
	overflow: hidden;
}

#receipt_wrapper {
	clear: both;
	float: left;
	width: 545px;
	margin: 10px 33px 0px 0px;
	padding-left: 2px;
	overflow: hidden;
}

#receipt_rooms_header h3,
#receipt_incidentals_header h3 {
	color: #999;
	border-bottom: 2px solid #E4E4E4;
	display: block;
	width: 100%;
	padding: 20px 0px 4px 0px;
	text-transform: uppercase;
}

.receipt_row {
	clear: both;
	float: none;
	padding: 10px 20px 15px 20px;
	overflow: hidden;
}

.receipt_rooms_col1,
.receipt_incidentals_col1 {
	float: left;
	width: 240px;
	overflow: hidden;
}

.receipt_rooms_col2,
.receipt_incidentals_col2 {
	float: left;
	position: relative;
	width: 140px;
	text-align: right;
	overflow: hidden;
}

.receipt_rooms_col3,
.receipt_incidentals_col3,
.receipt_total_col2 {
	float: left;
	position: relative;
	width: 120px;
	text-align: right;
	overflow: hidden;
}

#receipt_total_wrapper {
	clear: left;
	float: left;
	width: 503px;
	padding: 10px 20px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

.receipt_subotal_row {
	clear: both;
	width: 100%;
	padding: 0px 20px 5px 0px;
}

.receipt_total_row {
	clear: both;
	width: 100%;
	padding: 7px 20px 5px 0px;
}

.receipt_total_col1 {
	float: left;
	width: 380px;
	overflow: hidden;
	text-align: right;
}

#thankyou_bottom_button {
	float:left;
	clear: both;
	width: 882px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
}

#thankyou_bottom_button ul {
	list-style:none;
	float:left;
}

/* This holds the recap of the Hotel, Guest, Billing and Payment 
   information on the right side of the Thank You page. */
#hotel_recap_wrapper {
	float: left;
	position: relative;
	width: 300px;
	overflow: hidden;
	margin-top: 10px;
}

/*Default hotel info styles from first page*/

.default_row {
	width:100%;
	height:auto;
	float:left;
}

.default_table_right {
	float:right;
	margin:15px 15px 0px 0px;
	border: 1px #DDD solid;
	background-color: #EEE;
	width:250px;
}

.default_table_left {
	float:left;
	margin:15px 0px 0px 15px;
	width:260px;
	vertical-align:bottom;
}

.default_table_left img{
	max-width:270px;
	float:left;
}

.default_table_right #name{
	float:left;
	width:100%;
	border-bottom: 1px #DDD solid;
}

.default_table_right ul{
	float:left;
	margin:10px 15px 15px 15px;
	background-color: #EEE;
	list-style: none;
}

/*Min booking alert styles*/

#min_booking_wrapper {
	float:left;
	width:528px;
	border-top:1px #DDD solid;
	border-left:1px #DDD solid;
	border-right:1px #DDD solid;
	border-bottom:1px #DDD solid;
	margin:15px 0px 0px 15px;
}

.min_booking_title_row {
	background-color:#EEE;
	width:100%;
	border-bottom:1px #DDD solid;
	margin-bottom:10px;
}

.error_booking_title_row {
	background-color:#EEE;
	width:100%;
}

.min_booking_row {
	float:left;
	padding-bottom:5px;
	width:528px;
}

.min_booking_row_example {
	float:left;
	text-align:right;
	width:70px;
	font-weight:700;
	padding-right:10px;
}

.min_booking_example {
	float:right;
	height:27px;
	width:33px;
	border: 2px solid #FF2F2F;
	
}

.min_booking_row_left {
	float:left;
	text-align:left;
	height:31px;
	min-width:120px;
	font-weight:700;
	padding-right:10px;
}

.min_booking_row_right {
	float:left;
	text-align:left;
	height:auto;
	width:250px;
}

/* BUTTON STYLES */

/* Styles used for the form submission buttons at bottom of the page */

/* General classes for two types of buttons using dynamic text */
#booking_wrapper a.button,
#booking_wrapper a.gray_button {
	color:white;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bttn_wrapper {
	color:white;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow:hidden;
}

#booking_wrapper #select_bttn a.bttn_add{
	color:white;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow:hidden;
}

/*Cancel button for popup style*/

.bttn_wrapper .small_bttn_mid label{
	color:white;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap {
	width:auto;
	margin-top:8px;
	float:left;
	clear:both;
	position:relative;
	left:40%;
}


#check_availability_bttn.bttn_wrapper {
	position:relative;
	left:-50%;
	width:auto;
	height:auto;
	float:left;
	min-width:175px;
}

#book_now_button.bttn_wrapper {
	width:auto;
	height:auto;
	float:right;
}

#cancel_button.bttn_wrapper {
	width:auto;
	height:auto;
}

#book_now_button_2.bttn_wrapper {
	width:auto;
	height:auto;
	float:right;
	margin-left:10px;
}

#cancel_button_2.bttn_wrapper {
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
}

#cancel_button_popup.bttn_wrapper {
	width:auto;
	height:auto;
	position:absolute;
	bottom:0px;
	right:5px;
	margin-right:10px;
	margin-bottom:10px;
}


.bttn_wrapper a{
	height:28px;
	display: block;
	padding-left:18px;
	cursor:pointer;
	background-repeat:no-repeat;
	background: transparent url('../images/buttons/Button-images/bttn-left-new.png') no-repeat top left;
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
}

	span.large_bttn_mid {
		background: transparent url(../images/buttons/Button-images/bttn-base-new.png);
		background-position:top right;
		background-repeat:no-repeat;
		display: block;
		padding: 5px 17px 4px 0px;
		height:28px;
		white-space:nowrap;
	}


.small_bttn_wrapper a{
	height:22px;
	display: block;
	padding-left:12px;
	cursor:pointer;
	background-repeat:no-repeat;
	background: transparent url('../images/buttons/Button-images/bttn-select-left-up.png') no-repeat top left;
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
}


	span.small_bttn_mid {
		background: transparent url(../images/buttons/Button-images/bttn-select-right-up.png);
		background-position:top right;
		background-repeat:no-repeat;
		display: block;
		padding: 3px 14px 3px 0px;
		height:16px;
		white-space:nowrap;
	}
	
.small_bttn_wrapper a:hover{
	background: transparent url('../images/buttons/Button-images/bttn-select-left-down.png') no-repeat top left;
}


	a:hover span.small_bttn_mid {
		background: transparent url(../images/buttons/Button-images/bttn-select-right-down.png);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
a.deactiveate{
	background: url(../images/buttons/Button-images/bttn-select-left-deactive.png)  no-repeat top left;
}

a.deactiveate span {
	background: url(../images/buttons/Button-images/bttn-select-right-deactive.png)  no-repeat top right;
}

a.deactiveate:hover{
	background: url(../images/buttons/Button-images/bttn-select-left-deactive.png)  no-repeat top left;
}

a.deactiveate:hover span {
	background: url(../images/buttons/Button-images/bttn-select-right-deactive.png)  no-repeat top right;
}
	
/*Gray buttons*/
	span.large_bttn_mid_gray {
		background: transparent url(../images/buttons/Button-images/bttn-cancel-base.png);
		background-position:top right;
		background-repeat:no-repeat;
		display: block;
		padding: 5px 17px 4px 0px;
		height:28px;
	}
	
.bttn_wrapper a.gray_button{
	height:28px;
	display: block;
	padding-left:18px;
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;
	background: transparent url('../images/buttons/Button-images/bttn-cancel-left.png') no-repeat top left;
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
}
/*Hover class*/
#booking_wrapper .bttn_wrapper:hover a{
	background: transparent url('../images/buttons/Button-images/bttn-tan-left-new.png');
	background-repeat:no-repeat;
	text-decoration:none;
}
#booking_wrapper .bttn_wrapper:hover span.large_bttn_mid,
#booking_wrapper .bttn_wrapper:hover span.large_bttn_mid_gray {
	background: transparent url('../images/buttons/Button-images/bttn-tan-base-new.png');
	background-position:top right;
	background-repeat:no-repeat;
}

/*Gray Button Styles*/

	div.gray_button_end {
		diplay:block;
		height:28px;
		width:18px;
	}
	
	.gray_bttn_left {
		background: url(../images/buttons/Button-images/bttn-large-gray-left.png) no-repeat left center;
		position:relative;
		left:0px;
		float:none;
	}
	
	.gray_bttn_right {
		background: url(../images/buttons/Button-images/bttn-large-gray-right.png) no-repeat right center;
		position:relative;
		right:0px;
		float:none;
	}
	
	.gray_bttn_mid {
		padding-top:6px;
		background: url(../images/buttons/Button-images/bttn-large-gray-mid.png) repeat-x;
		height:22px;
		width:auto;
		float:none;
	}

/*Small Button Styles*/
.bttn_wrapper:hover	.small_bttn_left {
		background: url(../images/buttons/Button-images/bttn-small-tan-left.png) no-repeat left center;
	}
	
.bttn_wrapper:hover	.small_bttn_right {
		background: url(../images/buttons/Button-images/bttn-small-tan-right.png) no-repeat right center;
	}
	
.bttn_wrapper:hover	.small_bttn_mid {
		background: url(../images/buttons/Button-images/bttn-small-tan-mid.png) repeat-x;
	}


	div.small_button_end {
		diplay:block;
		height:22px;
		width:14px;
	}
	
	.small_bttn_left {
		background: url(../images/buttons/Button-images/bttn-small-blue-left.png) no-repeat left center;
		position:relative;
		left:0px;
		float:left;
	}
	
	.small_bttn_right {
		background: url(../images/buttons/Button-images/bttn-small-blue-right.png) no-repeat right center;
		position:relative;
		right:0px;
		float:left;
	}
	
	.small_bttn_mid {
		padding-top:3px;
		background: url(../images/buttons/Button-images/bttn-small-blue-mid.png) repeat-x;
		height:19px;
		width:auto;
		float:left;
	}


/* This used in the "Additional Preferences" POPUP WINDOW */
.bttn_add_detail {
	background: url(../images/buttons/bttn-add-details-off-112.png) no-repeat top center;
	background-color: transparent;
	width: 112px;
	height: 28px;
	border: none;
	cursor: pointer;	
}
/* Hover state for the "Add Details" button in the "Additional Preference" POPUP WINDOW*/
.bttn_add_detail:hover {
	background: url(../images/buttons/bttn-add-details-on-112.png) no-repeat top center;
	background-color: transparent;
	width: 112px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_back {
	background: url(../images/buttons/bttn-back-off.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_back:hover {
	background: url(../images/buttons/bttn-back-on.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

input.bttn_booknow,
submit.bttn_booknow {
	background: url(../images/buttons/bttn-booknow-off.png) no-repeat top center;
	background-color: transparent;
	width: 110px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_booknow:hover,
submit.bttn_booknow {
	background: url(../images/buttons/bttn-booknow-on.png) no-repeat top center;
	background-color: transparent;
	width: 110px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_cancel {
	background: url(../images/buttons/bttn-cancel-off.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_cancel:hover {
	background: url(../images/buttons/bttn-cancel-on.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

/* This is the small version of the "Add Details" button that appears
above the "Special Needs & Requests" box on the "Book Room" page */
.bttn_details {
	background: url(../images/buttons/bttn-add-details-off.png) no-repeat top center;
	background-color: transparent;
	width: 75px;
	height: 22px;
	border: none;
	cursor: pointer;	
}

.bttn_details:hover {
	background: url(../images/buttons/bttn-add-details-on.png) no-repeat top center;
	background-color: transparent;	
	height: 75px;
	width: 22px;
	border: none;
	cursor: pointer;
}

.bttn_done {
	background: url(../images/buttons/bttn-done-off.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_done:hover {
	background: url(../images/buttons/bttn-done-on.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}


.bttn_finish {
	background: url(../images/buttons/bttn-finishbooking-off.png) no-repeat top center;
	background-color: transparent;
	width: 140px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_finish:hover {
	background: url(../images/buttons/bttn-finishbooking-on.png) no-repeat top center;
	background-color: transparent;
	width: 140px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_ok {
	background: url(../images/buttons/bttn-ok-off.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

.bttn_ok:hover {
	background: url(../images/buttons/bttn-ok-on.png) no-repeat top center;
	background-color: transparent;
	width: 90px;
	height: 28px;
	border: none;
	cursor: pointer;	
}

/* This is for the "Add" button in the booking list on the "Book Room" page */
/*
.bttn_add {
	width: auto;
	height: 22px;
	border: none;
	cursor: pointer;	
}

.bttn_add:hover {
	width: auto;
	height: 22px;
	border: none;
	cursor: pointer;
}
*/
/*add buttons on book 2 page*/
.bttn_add_2 {
	margin-left:5px;
	float:right;
	background: url(../images/buttons/Button-images/book2_add_down.png)  no-repeat top center;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;	
}

.bttn_add_2:hover {
	background: url(../images/buttons/Button-images/book2_add_up.png) no-repeat top center;
	background-color: transparent;	
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}


.bttn_close {
	background: url(../images/buttons/bttn-close-off.png) no-repeat top center;
	background-color: transparent;
	width: 20px;
	height: 19px;
	border: none;
	cursor: pointer;	
}

.bttn_close:hover {
	background:  url(../images/buttons/bttn-close-on.png) no-repeat top center;
	background-color: transparent;		
	width: 20px;
	height: 19px;
	border: none;
	cursor: pointer;	
}

/*DISABLED COOKIES*/
#cookies_disabled {
	width:100%;
	height:180px;
	position:absolute;
	background-color: #edeb9c;
	border:2px solid #e3db75;
	behavior: url(../css/border-radius.htc);
	-moz-border-bottom-radius: 8px;
    -webkit-border-bottom-radius: 8px;
    -khtml-border-bottom-radius: 8px;
    border-bottom-radius: 8px;
	z-index: 1000;
}

#cookies_heading h1 {
	color:#000040;
	font-weight: bold;
	font-size:20px;
	margin-top:15px;
	margin-left:15px;
}

.cookies_column {
	width:50%;
	height:150px;
	padding:15px;
}
