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

#bookingWidget {
	position: absolute;
	text-align: left;
	display: none;
	z-index: 10000;
}

.bw_wrapper {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 282px;
	padding: 3px;
	text-align: left;
}

.bw_container {
	border: 0px;
	padding: 10px;
}

.bw_close {
	padding-right: 17px;
	float: right;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #753C52;
	height: 15px;
	line-height: 15px;
	background-image: url('assets/no-index/bw_close.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.bw_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #753C52;
	height: 28px;
}

.bw_field {
	float: left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 96px;
}

.bw_field.auto_size {
	width: auto;
}

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

.bw_field input {
	width: 90px;
}

.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-image: url('assets/no-index/bw_btn_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #753D52;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 4px 18px 4px 8px;
}

.bookingWidgetBar {
	text-align: left;
	float: right;
}

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

.bookingWidgetStrip {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 160px;
}

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

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



.bw_dt {
    float:left;
}

.bw_cal_icon {
    float:left;
/*    margin-left: 10px; */
}

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

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


/* horizontal */
.bookingWidgetBar.enhanced .bw_field {
}
/* popup */
#bookingWidget.enhanced .bw_container div .bw_field {
    padding-right:10px;
    padding-top:15px;
    width: auto !important;
    line-height:14px;
}
#bookingWidget.enhanced .bw_container div .bw_field.last{
    padding-right:10px;
    padding-top:0px;
    width: 70px !important;
}

/* vertical */
.bookingWidgetStrip.enhanced .bw_field {
    height:37px;
}
.bookingWidgetStrip.enhanced .bw_name.withtooltip {
    float:left;
}
.bookingWidgetStrip.enhanced .bw_name.withtooltip + .bw_per_room {
    clear:both;
}
/* vertical */
.bookingWidgetStrip .bw_button button {
    *width:165px;
}
.bookingWidgetStrip .bw_name.withtooltip {
    z-index:2000;
}

/* Tooltip */
.enhanced .bw_name.withtooltip {
    position:relative;
    padding-right:20px;
    *z-index:1;
}

.enhanced .bw_name.withtooltip span {
    position:absolute;
    top:0;
    right:0;
    margin-left:7px;
    cursor:pointer;
}
.enhanced .tooltipicon {
    background:transparent url('assets/no-index/tooltip.gif') no-repeat center center;
    display:inline-block;
    width:15px;
    height:15px;
}

.toolTip {
    text-align: left;
    cursor: auto;
    position: absolute;
    word-wrap: break-word;
    width: 194px;
    color: #3E3061;
    border: 1px solid gainsboro;
    padding: 0 8px 8px;
    background: white;
    z-index: 2000;
    top:10px;
    right:0;
}
.toolTipBg {
    border:none;
    position: absolute;
    top: 10px;
    right: 0;
    opacity:0;
    filter:alpha(opacity=0);
}
.bookingWidgetStrip.enhanced .toolTip {
    right:auto;
    left:0;
    top:auto;
    bottom:10px;
}

.toolTip .toolTipClose {
    cursor: pointer;
    float: right;
    background: url("assets/no-index/close.gif") no-repeat scroll right center white;
    color: #753C52;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 20px;
    text-decoration: none;
    text-align: right;
}



.toolTip h4 {
    color: #603524;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    clear: both;
}

.toolTip .container {
    margin: 0;
    clear: both;
    background-color: #EFEFEF;
    color: #666;
    text-align: left;
    padding: 5px;
}

.toolTip p {
background-color: #EFEFEF;
color: #666;
clear: both;
text-align: left;
margin: 0;
padding: 5px 8px 10px;
}

.toolTip .container p {
    padding: 0 0 10px;
}

.toolTip h5 {
    background-color: #EFEFEF;
    margin: 0;
    padding: 5px 8px 10px;
}

.toolTip .container h5 {
    padding: 0;
    margin: 0;
}

.toolTip .bottomCurve {
}