/* 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: absolute;
    width: 900px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqmWindowtitle { padding-bottom: 10px; text-align: right; }
.jqmWindowtitle a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqmWindowtitle a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }
.jqmOverlay { background-color: #000; z-index:2999; }

/* 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(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



.jqmWindowMap {
    display: none;
    position: absolute;
    width: 860px;
	height: 679px;
	background: transparent url("../images/layout/map-bg.gif") no-repeat 0 0;
    color: #333;
}
.jqmWindowMaptitle { position: absolute; top: -11px; right: -10px; width: 25px; height: 26px; padding-bottom: 10px; text-align: right; }


/* 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 .jqmWindowMap {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmMosaic {
    display: none;
    position: absolute;
    width: 740px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqmMosaictitle { padding-bottom: 10px; text-align: right; }
.jqmMosaictitle a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqmMosaictitle a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }

* html .jqmMosaic {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmLoft {
    display: none;
    position: absolute;
    width: 740px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqmLofttitle { padding-bottom: 10px; text-align: right; }
.jqmLofttitle a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqmLofttitle a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }

* html .jqmLoft {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqm433 {
    display: none;
    position: absolute;
    width: 740px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqm433title { padding-bottom: 10px; text-align: right; }
.jqm433title a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqm433title a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }

* html .jqm433 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqm346 {
    display: none;
    position: absolute;
    width: 740px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqm346title { padding-bottom: 10px; text-align: right; }
.jqm346title a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqm346title a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }

* html .jqm346 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmBungalow-br {
    display: none;
    position: absolute;
    width: 740px;
    background-color: #161D30;
    color: #CCAA72;
    border: 1px solid #3E5171;
    padding: 12px;
}
.jqmBungalowtitle { padding-bottom: 10px; text-align: right; }
.jqmBungalowtitle a {  color: #CCAA72; border-bottom:1px dotted #CCAA72; text-decoration:none; }
.jqmBungalowtitle a:hover { color: #FDDC76; border-bottom:1px solid #FDDC76; text-decoration:none; }

* html .jqmBungalow-br {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* //////////////////// */

/* SMS */
.jqmSMSWindow {
	display: none;
	position: absolute;
	width: 478px;
	background: #161d30;
	border: 1px solid #3e5171;
	color: #ffffff;
	padding: 24px 12px 12px;
	text-align: left;
	margin: 20px 0px 0px;
}
.jqmSMStitle { }
.jqmSMStitle a.jqmClose { position: absolute; right: -12px; top: -12px; }

/* 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 .jqmSMSWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}