/* 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). */
	
#filters, #rental, #filters_ses {
/*.jqmWindow, #filters, #rental {*/
    display: none;
    
    position: fixed;
	/*z-index: 3005;*/
    /*top: 17%;*/
	top: 12%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #BFAAC9;
    color: #333;
    border: 1px solid grey;
    padding: 12px;
}

#filters_ses {
position: fixed;
top:2%;
left: 50%;
}

.jqmContainer, .jqmContainermain {
	border: 1px solid grey;
	background-color: #EEE;
	padding: 10px;
}

.jqmHeadingContainer, #validationheading, #filterheading, #rentalheading, #confirmationheading {
	display: block;
	color: #993399; 
	font-weight: bold;
	background-color: white;
	margin: -10px -10px 0px -10px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*margin: 0;*/
	border-bottom: 1px solid black;
	text-align: center;
}

#validationdetails, #filterdetails, #rentaldetails, #confirmationdetails, #filterintro {
	padding: 5px;
}

.filterprompt {
color: #70677C; 
font-weight: bold; 
padding: 10px 0px 0px 0px;
margin: 0;
}

.jqmOverlay { background-color: #000; }

/*div.jqmDialog {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
  width: 400px;

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}*/

/*div.jqmdWide { width: 560px; margin-left: -280px; }*/

/*div.jqmdAbove { z-index: 5000; top: 8%; }*/

/* 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');
}

* html #filters, * html #rental, * html #filters_ses {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + '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 { */
/* html #filters, * html #rental, * html .jqmWindow  { */

