/* css for fullscreen */
/**********************/

		.fullscreen
		{
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 1010;
			visibility:hidden;
			/*opacity: 0.5;
			filter: alpha(opacity=50);
			background-color:#FFCC33;*/
		}
		
		#fullscreen_table
		{
			width:100%;
			height:100%;	
					
			
		}
		
		.transparent_background
		{						
			background-color:#000000;
			z-index: 1000;
			position: absolute;
			visibility:hidden;			
			left: 0px;
			top: 0px;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
