
#graphicWidgetContainer {
	width: 630px;
	overflow: visible;
	height: 456px;
}

#graphicWidgetContainerInner {
	width: 630px;
	height: 456px;
	overflow: visible;
	position: absolute;
	background-image: url(/images/interactives/diagram.gif);
	background-position: 0px 0px;
	background-repear: no-repeat;	
}

#diagrampopupNot {
	width: 630px;
	height: 456px;
	overflow: visible;
	position: absolute;
	border: 0px;
}

#clearingDiagram {
	clear: left;
}

.popupOverlay {
	border: 0px;
	width: 1px;
	height: 1px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 10;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



