
body ,html{	
	background-color: #808080;
	text-align: center;
	width: 100%;
	height: 763px;
	min-height: 763px;
	min-width: 1008px;
}

#flashlightbox{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 2000;
}
#Insertflash{
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #000000;
}

#flashContainer,#InitFlash{
		position: absolute;
		top:0;
		left: 0;	
		z-index: 1;
		width: 100%;	
		height: 100%;
		min-height: 763px ;
		min-width: 1008px ;
		zoom:1;
		display: block;
	}
	
	

	
	#HTMLContainer{
		position: absolute;		
		z-index: 1;
		width: 817px;
		height: 655px;
		margin: 0 auto;	
		
	}
	#FlashOverlayMenu{
			position: absolute;
			top: 0;
			left: 1px;
			width: 30px;
			height: 654px;
			z-index: 12;
		}
		#FlashMenu{
			position: absolute;			
			display: block;
			top: 0;
			left: 0;
			width: 30px;
			height: 654px;
		}
		
	#AjaxContent{	
		width:817px;
		height: 654px;	
		position:absolute;
		z-index: 11;
		top: 0px; 
		left: 1px;		
		overflow: hidden;
		color: #7d7d7d;
		text-align: left;
		font-size: 12px;
	}
		
		
.ajxLoading{
	text-align: center;
	padding: 50px;
	font-weight: 800;
}
#ajaxLoading{
	text-align: center;
	padding: 50px;
	font-weight: 800;
}
#AjaxLoaderFlash{
	margin: 0 auto;
}

#yui-history-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
} 