     /* hide from ie mac \*/
     * html {overflow: hidden; }
     * html body {overflow: auto; }
     /* end hack */

     /* EDU-8886 Use height auto on html body so that iframe can get its content's correct scrollHeight */
     /*html, body {height: 100%; margin: 0; padding: 10px; }*/
  
     .fixedPos { position: absolute; }
     .fixedPos1 { position: fixed; } /* Rahul EDU-4730 */
     body > .fixedPos { position: fixed; }
	
	body { voice-family: "\"}\""; voice-family: inherit; /*width: expression(document.documentElement.clientWidth);*/ }

/*
Not being used anywhere	--DZ
.FixedPos2 {
	overflow: hidden;
	display: block;
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: 68px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 68px;
}
*/
