/* CSS Document */
#popupMask {
	background-color: #e0e0e0;
	filter: alpha(opacity=50);
	opacity: 0.5;
  	z-index: 1000;
}
#popupContainer {
	background-color: none;
	z-index: 1001;
	font-family: Arial, Helvetica, sans-serif;
}
#popupWindow {
        background-color: #ffffff;
	border: 1px solid #666666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4);
}
#popupTitlebar {
	position: relative;
        background-color: #e0e0e0;
	height: 20px;
	border-bottom: 1px solid #333333;
}
#popupTitlebarMenu {
	position: relative;
	float: right;
	padding: 2px;
}
#popupTitlebarMenu a {
	color: #a10043;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#popupTitlebarLabel {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
#popupDocument {
	position: relative;
	border: 0px solid none;
	overflow:auto;
	text-align: left;
}
#popupStatusbar {
	height: 20px;
	padding: 3px;
	text-align: right;
}
#popupStatusbar a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
