/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
***PopUpDiv*** StyleSheet - see HowTo in PopUpDivScript.js 
ARC Graphics (c) 4.2006, rev. 1.2009
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.FrameMenu {	/* small iFrame box in the menu containing PopUpTrigger.html */
	width:  	70px;	/* adjust according to the contents of PopUpTrigger.html :       */
	height: 	70px;	/* image/icon width and height in PopUpTrigger.html plus padding */
	padding:	10px 0px 0px 0px;	/* top right bottom left */
	border: 0px solid #666666;	/* 0px */
	background: White;
}
.FramePopUp {	/* hidden iFrame inside DivPopUp, placed centerd in index page, shows PopUpWindow.html */
	width:  	480px;	/* adjust according to the contents in PopUpWindow.html */
	height: 	700px;	/* adjust according to the contents in PopUpWindow.html */
	padding:	0px;
	border: 1px solid #666666;	/* 0px */
	background: White;
}
.DivPopUp { 	/* hidden absolute positioned DIV containing FramePopUp */
	position: absolute;
	top: 30px;
	/*left: 30%;	width: 65%;	*/	/* if %, together less then 100% */
	left: 30%;	width: 0px;
	padding: 0px;
	border: 0px solid #CC9966;	/* 0px */
	background: White;
	visibility: hidden;
}
