/*
#VERSION_HISTORY_START

V1.02 - 20/01/12 AC
- updated pop_screen to 200%

V1.0 - 01/04/10 AC
- File Created

#VERSION_HISTORY_END
*/



.pop_screen{
	background-color:Black;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:200%;
	height:200%;
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 9000;
}
html>body .pop_screen{position: fixed;}

.pop{
	background-color: #ffffff;
	border: ridge 3px;
	padding: 10px;
	position: absolute;
	overflow: auto;
	display: none;
	z-index: 10000;
}

html>body .pop{position: fixed;}
