@charset "utf-8";
/* CSS Document */
/* Global booking widget styles */
#bookingWidget {
	position: absolute;
	text-align: left;
	display: none;
	z-index: 10000;
}

.booking-widget{
  background-color:#f8f8f8;
	font-size:12px;
	color:#05374e;
}
.booking-field-label{
  margin-bottom:5px;
}

.bw_wrapper {
	border: 1px solid #CCCCCC;
	background-color: #F8F5F4;
	width: 282px;
	text-align: left;
}

.bw_container {
	padding: 10px;
}

.bw_close {
	padding-right: 17px;
	float: right;
	cursor: pointer;
	font-family: "Times New Roman",Times,serif;
	font-size: 13px;
	text-decoration: underline;
	color: #478a8b;
	height: 13px;
	line-height: 13px;
	background-image: url('assets/bw_close.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.bw_title {
	font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	color: #4760A4;
	height: 28px;
}

.bw_field {
	float: left;
	color: #05374e;
	font-family: Arial, Times, serif;
	font-size: 12px;
	width: 96px;
}
.button-left, .button-right{
	width:5px;
	height:21px;
}

.button-left {
  background:url("assets/no-index/button_left.gif") no-repeat transparent;
}
.button-right {
  background:url("assets/no-index/button_right.gif") no-repeat transparent;
}
.button {
	background-color: #9cc4c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05374e;
	text-transform:uppercase;
	padding: 1px 8px 0px; 
	border:none;
	line-height:20px;
}

.calendar-icon {
  margin-left:3px;
	margin-top:-3px;
}

.bw_field.auto_size {
	width: auto;
}

.bw_field.last{
  margin-right:0;
}

.bw_field input, .bw_field select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #483822;
}

.bw_field input {
	width: 90px;
	z-index: 100;
	position: relative;
}

.bw_calendar {
	float: left;
	padding: 0px 5px;
	margin-top: 12px;
}

.bw_calendar img {
	cursor: pointer;
}

.bw_button {
	float: right;
	margin-top: 6px;
}

.bw_button button {
	background-color: #9cc4c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05374e;
	text-transform:uppercase;
	padding: 2px 8px; 
	border:none;
	margin:0;
	height:21px;
}

/* css for bar type booking widget */
.bookingWidgetBar {
	text-align: left;
	/*float: right;*/
}

.bookingWidgetBar .bw_field {
	width: auto;
	padding: 6px 0px;
	float: left;
	margin-right: 30px;
}

.bookingWidgetBar .bw_field.last {
  margin-right:0px;
}

.bookingWidgetBar .bw_field.calendar-container {
  margin-right:49px;
	_margin-right:30px;
	margin-left:0px;
}

.bookingWidgetBar .bw-label {
  float:left;
	margin-right:5px;
}

/* css for vertical type booking widget */

.bookingWidgetStrip {
	padding: 10px;
	/*border: 1px solid #CCCCCC;
	background-color: #F8F5F4;
	width: 160px;*/
	margin: 18px 0px;
}

.bookingWidgetStrip .bw_field {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

.bookingWidgetStrip .bw_button {
	float: none;
	text-align: left;
}

/* css for popup type booking widget */
.bw_wrapper {
  background-color:#f5f5f5;
	padding:5px 5px 0;
}

.bw_wrapper .bw_container {
  padding:10px 0 ;
	background-color:#fff;
}
.bw_wrapper .bw_field {
  float:none;
	width:auto;
	margin-bottom:10px;
}
.bw_wrapper .bw_close {
  background:none;
	height:22px;
	padding:0;
	float:none;
	position:absolute;
	top:0;
	right:0;
	margin:-10px;
}

.bw_wrapper .bw_field .booking-field-label {
  width:110px;
	text-align:right;
	margin-right:7px;
}

/* overwrite css */
.book_now_bar.popup {
  background-color:#fff;
}

.book_now_bar.button {
  background-color:#fff;
}

.bw_dt {
    float:left;
}

.bw_cal_icon {
    float: left;
    margin-left: 4px;
    margin-top:-3px;
}

.bw_room {
    float: left;
/*    width: 20px;*/
}

.bw_per_room {
    float: left;
/*    width: 24px;*/
}
