/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.modal_container {
    padding:5px;
    background-color:#fff;
    border:13px solid #fff;
    overflow:auto;
    font-family: Arial,Sans-Serif;
    font-size:12px;
    color:#333;
    text-align:left;
    width:90%;
    height: 530px;
}


.login_modal_container {
    overflow: hidden;
    font-family: Arial,Sans-Serif;
    font-size:12px;
    color:#333;
    text-align:left;
    margin-top: -5%;
    background-color:#FFFFFF;
    border:13px solid #FFFFFF;
    height: 23em;
    width: 374px;
    padding:0pt;
}

#modal_overlay {
    background-color:#000;
}

.jqmWindow {
    display: none;

    position: fixed;
    top: 8%;
    left: 50%;

    margin-left: -46.5%;
    width: 90%;
    height: 80%;

    background-color: #fff;
    border: 13px solid #fff;
    padding: 0;
    z-index: 9999;

}

.jqmLoginWindow {
    position: fixed;
    top: 30%;
    left: 50%;

    margin-left: -185px;
    width: 371px;
    height: 18.5em;

    background-color: #fff;
    border: 13px solid #fff;
    padding: 0;
    overflow: hidden;
}

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


.jqmDialogtitlebar {
	height: 20px;
	position: relative;
	background: #949494 url(../images/subnav_bg5.gif) repeat-x top left;
	margin-bottom: 2px;
	color: #fff;
	font-size: 1.1em;
	line-height: 100%;
	font-weight: bold;
	padding: .5em 0 0 .5em;
}


a.jqmDialogclosebutton { position: absolute; right: 8px; top: 5px; display: block; text-align: right; }
.expl6 a.jqmDialogclosebutton, .expl7 a.jqmDialogclosebutton { position: relative; }

.jqmDialogbody {
	clear: both;
	height: 93%;
	width: 100%;
	overflow: auto;
}

.ztitle {
  display: block;
/*	height: 26px; */
	margin: 0;
  margin-right: 10px;
  padding-right: 7px; /* sliding doors padding */
  text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

.ztitle span {
  display: block;
  padding: 6px 0 6px 13px;
}

#loginpanelTitle {	background: transparent url(../images/button_sprites.gif) no-repeat scroll 100% -292px; color: #333; 	float: left; }
#loginpanelTitle span { background: transparent url(../images/button_sprites.gif) no-repeat scroll 0px -292px;	width: 15em;  }
