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

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

.bw_wrapper {
	width: 284px;
	padding: 0px;
	text-align: left;
}

.bw_container {
	border: 0px;
	background-color: #e1d8c7;
	padding: 5px 12px 15px 12px;
}

.bw_close {
	padding-right: 17px;
	float: right;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #8C271F;
	height: 13px;
	line-height: 13px;
	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: 17px;
	color: #77392A;
	height: 28px;
}

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

.bw_field input, .bw_field select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b8d8d;
	border: 1px solid #c5c6c6;
}

.bw_field input {
	width: 68px;
	height: 18px;
	padding: 0;
	background: #fff;
	text-indent: 5px;
}

.bw_field select {
	height: 20px;
}

.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: #a1c5d2;
	border: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #11293b;
	padding: 2px 16px 3px 5px;
}

.bookingWidgetBar {
	text-align: left;
	float: right;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.bookingWidgetStrip {
	padding: 10px;
	border: 0px;
	background-color: #e1d8c7;
	width: 160px;
}

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

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

.bw_field.auto_size {
	width: auto !important;
}


.bw_dt {
    float:left;
}

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

.bw_cal_icon img {
    width: 20px;
    height: 20px;
}

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

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


/* 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:0px;
}

/* horizontal */
.bookingWidgetBar.enhanced .bw_name.withtooltip > span{
    right: -5px;
    margin-left:0px;
}
.bookingWidgetBar.enhanced .bw_cal_icon{
    margin-top:-1px;
}
.bookingWidgetBar.enhanced .bw_name{
   line-height:13px; 
}

/* vertical */
.bookingWidgetStrip.enhanced .bw_name.withtooltip {
    float:left;
}
.bookingWidgetStrip.enhanced .bw_name.withtooltip + .bw_per_room {
    clear:both;
}
.bookingWidgetStrip.enhanced .bw_field {
    height:25px;
}

/* vertical */
.bookingWidgetStrip .bw_button button {
    *width:160px;
}
.bookingWidgetStrip .bw_button button {
    font-weight:bold;
    font-size:12px;
    padding: 2px 23px 3px 5px;
    cursor:pointer;
}

/* Tooltip */
.enhanced .bw_name.withtooltip {
    position:relative;
    padding-right:15px;
    *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;
    z-index: 110;
    cursor: auto;
    position: absolute;
    top: 14px;
    right: 0;
    word-wrap: break-word;
    width: 260px;
    color: #11293b;
    padding: 0 8px 8px;
    background: none repeat scroll 0 0 #eee;
}
.toolTipBg {
    border:none;
    position: absolute;
    top: 14px;
    right: 0;
    opacity:0;
    filter:alpha(opacity=0);
}
#bookingWidget.enhanced .toolTip {
/*    left:auto;
    right:0;*/
}
.bookingWidgetStrip.enhanced .toolTip {
    right:auto;
    left:0;
    top:auto;
    bottom:14px;
}

.toolTip .toolTipClose {
    cursor: pointer;
    float: right;
    padding: 3px 5px 0 3px;
}

.toolTip .toolTipClose {
    background: url("assets/no-index/close.gif") no-repeat scroll right center transparent;
    color: #11293b;
    font-size: 11px;
    font-weight: bold;
    margin: 2px 0 0 0;
    padding: 3px 15px 2px 3px;
}

.toolTip h4 {
    background-color: #fff;
    color: #11293b;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    margin: 0;
    padding: 5px 10px;
}
.toolTip h5 {
    color: #11293b;
}
.toolTip .container {
    padding: 5px 10px;
    background-color: #fff;
}

.toolTip p {
    background-color: #fff;
    margin: 0;
    padding: 2px 10px 10px;
}

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

.toolTip h5 {
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
}

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

.toolTip .bottomCurve {
/*    background: url(assets/no-index/sheratonRateBgBottom.gif) no-repeat scroll left bottom;*/
    background-color:#EFEFE4;
    height: 10px;
    margin-top: -5px;
}


/* tooltip with new overview */
.double-left .bookingWidgetStrip.enhanced .bw_name.withtooltip {
    position:relative;
    padding-right:0px;
}
.double-left .bookingWidgetStrip.enhanced .bw_name.withtooltip p {
    line-height:15px;
    font-weight:normal;
}
.double-left .bookingWidgetStrip.enhanced .bw_name.withtooltip p strong {
    font-weight:bold;
}

.double-left .bookingWidgetStrip.enhanced .bw_name.withtooltip > span {
    top:13px;
/*    margin-left:10px;*/
    right:-15px;
}
.double-left .bookingWidgetStrip.enhanced .bw_name.withtooltip + .bw_per_room {
    clear:none;
}
.double-left .bookingWidgetStrip.enhanced .bw_field.last {
    height:40px;
}
.double-left .bookingWidgetStrip.enhanced .bw_field.last .bw_name.withtooltip {
    word-wrap:break-word;
    width:65px;
    margin-right:40px;
    line-height:15px;
}
.double-left .bookingWidgetStrip.enhanced {
    position:relative;
    z-index:1100;
}
.double-left .bookingWidgetStrip.enhanced .toolTip {
    left:0;
    right:auto;
    top:auto;
    bottom:14px;
}