/* Styles for il-zoompage */

div#bgShutter, div#fgPage, div#fgBanner, a#fgCloseLink, iframe#fgContent
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	visibility: hidden;
	overflow: hidden;
}

div#bgShutter
{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 10000;
}

div#fgPage
{
	margin: 0 auto;
	background: #666;
	z-index: 10010;
}

iframe#fgContent
{
	top: 30px;
	left: 0px;
	height: 100%;
	width: 100%;
	visibility: inherit;
	z-index: 10020;
}

div#fgBanner
{
	height: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #ddd;
	visibility: inherit;
	z-index: 10030;
}

span#fgBannerTitle
{
	position: relative;
	float: left;
	top: 0px;
	height:30px;
	padding: 6px 12px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	visibility: inherit;
	z-index: 10040;
}

a#fgCloseLink
{
	position: relative;
	float: right;
	top: 0px;
	height:30px;
	padding: 6px 12px;
	margin: 0px;
	font-size: 10pt;
	background: #bbb;
	color: #333;
	visibility: inherit;
	z-index: 10050;
}
a#fgCloseLink:hover
{
	background: #f60;
}

