/* styles for popup guides */
#blenddiv { /* semitransparent div placed bahind the popped up guide.*/
	position: absolute;
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=80); /*MSIE transparency */
	opacity: .80;				/*css standard (firefox and ie8)*/
	background-color: #fff;
	/*background-image:url("/gfx/dark_50pct.png");
	background-repeat:repeat;*/
	height: 100%;
	width: 805px;
	top: 0;
	left: 0;
	z-index: 9;
}

#popindiv {
	position: absolute;
	background: url('/pictures/nemidbg.jpg') no-repeat top;
	border: solid 1px #000;
	width: 500px;
	/*height: 270px;
	margin-left: 100px;*/
	left: 70px;
	top: 50px;
	z-index: 10;
	padding: 2px;
}

#popupprint {
	cursor:pointer; 
	float: right;
	margin-right: 5px;
	background-image: url("/pictures/print.gif");
	width: 16px;
	height: 16px;
}

#popupclose {
	cursor:pointer; 
	float: right;
	background-image: url("/pictures/ikon_not_ok2.gif");
	width: 16px;
	height: 16px;
}

.opened {
	display: block;
}
.closed {
	display: none;
}
