/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    background-color: #EEE;
    color: #333;
    border: 1px solid #6e6c3c;
    padding: 6px;
	top: 5% !important;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}




/* ---- Accommodations Modal ------- */
div#modal-wrapper { display:none;width:747px; height: 348px; margin-left: -374px; padding: 9px 0; background: url("../images/modal/stay-more.jpg") no-repeat 0 center; border: none; margin-top: 15px; }
div#modal-wrapper div#modal-top { display:block; height:30px; position:absolute; right:-10px; text-align:right; top:-11px; width:30px; }
div#modal-wrapper div#modal-content { height:372px; width: 616px; text-align: left; left: 0; position: absolute; }
div#modal-wrapper div#modal-content div#modal-text { padding:255px 0 0 510px; width:300px; }
div#modal-wrapper div#modal-content div#modal-text img { float: left; display: inline; }

div#modal-wrapper div#modal-top .jqmClose { padding: 0; float: right; position: absolute; right: 0; z-index: 1000; }
