/* 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). */
	/*drop shadow effect*/
.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(/images/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(/images/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(/images/corner_bl.gif) -18px 100% no-repeat;
  }
.wrap3 {
padding:10px 14px 14px 10px;
  background:url(/images/corner_tr.gif) 100% -18px no-repeat;
  }
.jqmWindow {
    /*display: none;
    position: fixed;
    top:50%;
	left:50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;*/
	padding:	0px;
	margin:		0;
	/*width:		30%;*/
	top:		40%;
	left:		35%;
	/*text-align:	center;*/
	color:		#000;
	border:		1px solid #cccccc;
	border-bottom:1px solid #808080;
	background-color:#f2f2f2;
	cursor:		'wait';
	position: fixed;
}

.jqmSurveyBody {
	padding:10px;
	border:1px solid #cccccc;
	background-color:#FFF;
}
.jqmVendorLogBody {
	background-color:#FFF;
	border:1px solid #cccccc;
}
.jqmNotesBody {
	background-color:#FFF;
	border:1px solid #cccccc;
	padding:20px;
}

.jqmErrorImage{float:left;width:40px;height:inherit;padding-bottom:10px;}
.jqmLoading{text-align:center;padding-top:10px;padding-bottom:6px;}
.jqmOverlay { background-color: #000; }
.jqmHeader{padding:5px 11px 0px 11px;border-bottom:1px solid #cccccc;background-image:url('/images/alert_bg.gif');background-repeat: repeat-x;background-position:-26px;}
.jqmBody{margin-left:15px;margin-right:15px;margin-top:5px;margin-bottom:5px; }
.jqmFooter{border-top:2px solid #ddddee;margin-left:11px;margin-right:11px;padding-top:3px;padding-bottom:3px;}
.jqmFooterStmt{font-size:9px;text-align:center;font-weight:bold;}
.jqmFooterButtons{text-align:right;padding-bottom:5px;padding-top:5px;}
div#jqmHeaderTitle, .jqmLoadingText{font-weight:bold;float:left;font-size:12px;}
div#jqmHeaderClose{float:right; margin-top:-10px; cursor:pointer; padding-bottom:3px;}
div#jqmBodyText{font-size:12px;float:left;padding-top: 5px; width: 83%;padding-bottom:5px;}
div#jqmBodyImage{float:left;width:40px;padding-right: 13px;padding-bottom:5px;padding-top:3px;}
div#vText{padding-bottom:5px;}
/* 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');
}

