/* 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;top: 15%;left: 50%;margin-left: -300px;/*width: 600px;*/background-color: #fff;color: #333;border: 1px solid #ccc;padding:0px 0px;}
.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;margin:0px 0px;padding:0px 0px;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}

.jqmWindowTitle{background-color:#A2DA0C;color:#fff;padding:5px 5px;font-size:16px;font-weight:bold;clear:both;}
.jqmClose{float: right;width: 20px;height: 23px;background-repeat: no-repeat;background-image:url(../img/close_gal.png);background-repeat: no-repeat;display:inline-block;overflow: hidden;vertical-align:top;padding:0px 0px 0px 2px;cursor:pointer;}
.jqmWindowContent{background-color:#fff;margin:10px 10px;clear:both;}
.jqHandle {background-color:#A2DA0C;color:#fff;padding:5px 5px;font-size:16px;font-weight:bold;}
.jqDrag {cursor: move;}
.jqResize {width: 15px;position: absolute;bottom: 0;right: 0;cursor: se-resize;}
.jqDnR {z-index: 3;position: relative;width: 180px;font-size: 0.77em;color: #618d5e;margin: 5px 10px 10px 10px;padding: 8px;background-color: #EEE;border: 1px solid #CCC;}
.jqmNotice {display: none;position:absolute;width: 520px;background:#FFFFCC;border: 1px solid #ccc;padding:1px 1px;color:#333}
.jqmNoticeTitle{background-color:#A2DA0C;text-align:right;padding:6px 5px;color:#fff;text-align:left;font-size:14px;font-weight:bold;cursor:hand;}
