/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.3; /*.8*/
	filter: alpha(opacity=30);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent /*!important*/;
/*	background-color: #333333;*/
	background-color: #ffffff;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image: url("https://613901.claudeassets.com/20180805165151im_/http://parusconsultant.com/addons/modal/maskBG.png")/* !important; // For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	/*height: 1.3em;*/
	height: 18px;
	padding: 3px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #003366;
	position: relative;
	z-index: 203;
/*	background-image: url("https://3a26f1.claudeassets.com/20180805165151im_/http://parusconsultant.com/advice/images/bg_rubchik2.gif")*/
}
#popupTitle {
	float:left;
	font-size: 13px;
	font-family: verdana;
	color:white;
	padding-left:10px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
/*
     FILE ARCHIVED ON 19:21:24 Mar 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:50 Aug 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.039
  esindex: 0.006
  cdx.remote: 13.481
  LoadShardBlock: 95.062 (3)
  PetaboxLoader3.datanode: 75.687 (4)
  PetaboxLoader3.resolve: 84.056 (2)
  load_resource: 72.576
*/