/****  JS Overlay Design  ****/
	
	#OVERLAY {
		/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
		position: absolute; width:100%; height:100%; top:0px; left:0; background:url('../images/overlay-gfx/overlay.png');
		z-index:9990;
	}
	body > div#OVERLAY {
		/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
		position: fixed; width:100%; height:100%; top:0px; left:0; background:url('../images/overlay-gfx/overlay.png');
	}
	div#OVERLAY {
		/* IE5.5+/Win - this is more specific than the IE 5.0 version */
		left: expression( ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft  ) + 'px' );
		top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop  ) + 'px' );
		width:100%; height:100%; top:0px; left:0; background:url('../images/overlay-gfx/overlay.png');
	}
	
	#OVERLAY h1						{ color:#ffffff; }
	#OVERLAY h2						{ color:#7FBDE0; }
	#OVERLAY table,td					{ color:#808080; }	
	
	#OVERLAY .overlay_onClose		{ position:absolute; z-index:9996; width:100%; height:100%; top:0px; left:0; }
	#OVERLAY .overlay_boxed_div		{ position:absolute; z-index:9997; left:50%; top:50px; }
	
	#OVERLAY .boxed_top_left			{ width:49px; height:49px; background:url('../images/overlay-gfx/corner_top_left.png') no-repeat; }
	#OVERLAY .boxed_top_right		{ width:49px; height:49px; background:url('../images/overlay-gfx/corner_top_right.png') no-repeat; }
	#OVERLAY .boxed_top_center		{ height:49px; background:url('../images/overlay-gfx/side_top.png') repeat-x; }
	
	#OVERLAY .boxed_center_left		{ width:49px; background:url('../images/overlay-gfx/side_left.png') repeat-y; }
	#OVERLAY .boxed_center_center	{ background:url('../images/overlay-gfx/center.png'); vertical-align:top; color:#ffffff; }
	#OVERLAY .boxed_center_right		{ width:49px; background:url('../images/overlay-gfx/side_right.png') repeat-y; }
	
	#OVERLAY .boxed_bottom_left		{ width:49px; height:49px; background:url('../images/overlay-gfx/corner_bottom_left.png') no-repeat; }
	#OVERLAY .boxed_bottom_right		{ width:49px; height:49px; background:url('../images/overlay-gfx/corner_bottom_right.png') no-repeat; }
	#OVERLAY .boxed_bottom_center	{ height:49px; background:url('../images/overlay-gfx/side_bottom.png') repeat-x; }