/* CSS Document */

		

		body {
			margin:0;
			border:0;
			padding:0;
			height:100%;
			max-height:100%;
			font-family:arial, verdana, sans-serif;
			overflow: hidden;
			background-color:transparent;
		}

		img {
			border:0px;
		}


		/* OTHER BROWSER CSS */
		
		
		#topLeft {
			height:60px;
			width:5px;
			background-image:url('/iexplorer/images/glassToolTopLeft.png');
		}
		
		#topRight {
			height:60px;
			width:5px;
			background-image:url('/iexplorer/images/glassToolTopRight.png');
		}
		
		#top {
			height:60px;
			background-image:url('/iexplorer/images/glassTool.png');
		}
		
		#norm_panel {
			position:absolute; 
			top:60px;
			bottom:40px;
			overflow:auto;
		}
		
		#left {
			width:5px;
			height:100%;
			background-image:url('/iexplorer/images/glassLeft.png');
		}
		
		#right {
			width:5px;
			height:100%;
			background-image:url('/iexplorer/images/glassRight.png');
		}
		
		
		#bottom {
			height:40px;
			background-image:url('/iexplorer/images/glassBottom.png');
		}
		
		#bottomLeft {
			width:5px;
			height:40px;
			background-image:url('/iexplorer/images/glassBottomLeft.png');
		}
		
		#bottomRight {
			width:5px;
			height:40px;
			background-image:url('/iexplorer/images/glassBottomRight.png');
		}
		
		#trans {
			background-color:transparent;
			position:absolute;
			top:60px;
			bottom:40px;
			z-index:3;
			left:0px;
			right:0px;
			overflow:auto;
			background-image:url('/iexplorer/images/glassDotdark.png');
		}
		
		
		
		#topLeftDark {
			height:60px;
			width:5px;
			background-image:url('/iexplorer/images/glassToolTopLeftDark.png');
		}
		
		#topRightDark {
			height:60px;
			width:5px;
			background-image:url('/iexplorer/images/glassToolTopRightDark.png');
		}
		
		#topDark {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			height:60px;
			background-image:url('/iexplorer/images/glassToolDark.png');
		}


		#leftDark {
			width:5px;
			height:100%;
			background-image:url('/iexplorer/images/glassLeftDark.png');
		}
		
		#rightDark {
			width:5px;
			height:100%;
			background-image:url('/iexplorer/images/glassRightDark.png');
		}
		
		
		#bottomDark {
			position:absolute;
			bottom:0px;
			left:0px;
			right:0px;
			height:40px;
			background-image:url('/iexplorer/images/glassBottomDark.png');
		}
		
		#bottomLeftDark {
			width:5px;
			height:40px;
			background-image:url('/iexplorer/images/glassBottomLeftDark.png');
		}
		
		#bottomRightDark {
			width:5px;
			height:40px;
			background-image:url('/iexplorer/images/glassBottomRightDark.png');
		}

		
		#glass {
			background-color:transparent;
			width:100%;
			height:100%;
			background-image:url('/iexplorer/images/glassDot.png');
		}


		
		/*IE SPECIFIC CSS*/
	
		* html #topLeft {
			height:60px;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassToolTopLeft.png', sizingMethod='scale');
		}
		
		
		* html #topRight {
			height:60px;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassToolTopRight.png', sizingMethod='scale');
		}
		
		
		* html #top {
			width:100%; 
			height:60px; 
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassTool.png', sizingMethod='scale');
		}
		
		
		* html #norm_panel {
			position:absolute; 
			top:60px;
			width:100%;
			height:100%;
			padding-bottom:100px;
			background-color:transparent;
		}
		
		* html #left {
			height:100%;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassLeft.png', sizingMethod='scale');
		}
		
		*html #right {
			height:100%;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassRight.png', sizingMethod='scale');
		}
		
		
		* html #bottom {
			width:100%; 
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottom.png', sizingMethod='scale');
		}
		
		
		* html #bottomLeft {
			width:5px;
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottomLeft.png', sizingMethod='scale');
		}
		
		* html #bottomRight {
			width:5px;
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottomRight.png', sizingMethod='scale');
		}
		
		
		
		
		* html #topLeftDark {
			height:60px;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassToolTopLeftDark.png', sizingMethod='scale');
		}
		
		
		* html #topRightDark {
			height:60px;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassToolTopRightDark.png', sizingMethod='scale');
		}
		
		
		* html #topDark {
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:60px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassToolDark.png', sizingMethod='scale');
		}
		
		* html #leftDark {
			position:absolute;
			top:60px;
			left:0px;
			height:100%;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassLeftDark.png', sizingMethod='scale');
		}
		
		*html #rightDark {
			height:100%;
			width:5px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassRightDark.png', sizingMethod='scale');
		}
		
		
		* html #bottomDark {
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%;
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottomDark.png', sizingMethod='scale');
		}
		
		* html #bottomLeftDark {
			width:5px;
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottomLeftDark.png', sizingMethod='scale');
		}
		
		* html #bottomRightDark {
			width:5px;
			height:40px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassBottomRightDark.png', sizingMethod='scale');
		}
		
		
		* html #trans
		{
			position:relative;
			top:0px;
			width:100%;
			height:100%;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassDotDark.png', sizingMethod='scale');
			overflow:auto;
		}
		
	
		* html #glass {
			background-color:transparent;
			width:100%;
			height:100%;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/iexplorer/images/glassDot.png', sizingMethod='scale');
		}