/* Glossary style sheet  */

body{
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:arial, verdana, sans-serif; 
  overflow: hidden; 
	text-align: left; /* centers the page in the browser */	
	font-size: 74%;   /* font sizing below by element or class is in ems -- change this to effect text all sizes */
	background:#FFFFFF; 
}

/* for internet explorer */
* html body {
  padding:75px 0 0px 0; 
  }

/* paragraph and text classes */
h1, h2 {
	margin-left:10px;
	margin-top:5px;
}

p {
	font-size: small;
	margin-left:10px;
}
  
#glossaryHeader {
  position:fixed;
  top:0; 
  left:0; 
  width:100%; 
  height:75px; 
  overflow:none;
  vertical-align:middle; 
  background:#FFFFFF;
}

#glossaryHeaderPrint h1{
	display: none;
}

#glossaryTerms {
  position:fixed; 
  top:75px;
  left:0;
  bottom:0; 
  right:0;
  overflow:auto; 
  height:370px;
	z-index:9;
	background:#FFFFFF url(../images/uichrome/contentSimpleTableBackground.jpg) repeat-x top;
	

}	   
/* for internet explorer */
* html #glossaryTerms {
  height:370px; 
  width:100%; 
  }

#glossaryFooter {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:0px; 
  overflow:auto; 
  background:#73a2bd;
  z-index:10; /* Prevent certain problems with form controls */
   }


