@charset "UTF-8";
.iframePopupDialog
{
	position: absolute;
	z-index: 1010;


	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.popupBox
{
	position:relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 800px;
	text-align:left;
	/*popup dialog cross-browser shadow
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=8);*/
	vertical-align:middle;
	height: auto;
}
.popupContent{
	overflow: auto;
	vertical-align: top;
	height: auto;
	float: left;
	background-color: #EFEFEF;
	padding: 10px;
	width: 780px;
	margin-top: -5px;
}
.popupContainer{
	width: 780px;
}

.shieldPopupDialog{
	background-color:#333;
	filter: alpha(opacity=85);
	opacity: 0.5;
}
.popupBar{
	padding: 10px;
	width: auto;
	height: 20px;
	background-image: url(../SlideShow/header.png);
	background-repeat: no-repeat;
}
.popupTitle{
	text-align:left;
	color: #FFF;
	font-weight:bold;
	float: left;
}

.popupClose{
	text-decoration:none;
	background-image: url(../SlideShow/close-off.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.popupClose:hover{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	background-image: url(../SlideShow/close-off.gif);
	background-repeat: no-repeat;
}
#spryPopupDialog1 .popupBox .popupContent #slideHolder {
	height: 415px;
	background-image: url(../SlideShow/bg-content.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 25px;
	width: 780px;
}
#spryPopupDialog1 .popupBox .popupContent #slidefooter {
	background-image: url(../SlideShow/footer.png);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 25px;
	padding-top: 12px;
	font-size: 10px;
	color: #333;
}
#spryPopupDialog1 .popupBox .popupBar #closer {
	float: right;
	width: 20px;
	height: 20px;
}

