html, body{height:100%;}
body{background:none;background-color:#6b6b6b}
#pdfiframe {
  width:100%;
  height:100%;
  border:none;
  }      
  div#pdf_header {
  	height: 27px;
  	width:100%;
  	background: #075E9C url(../images/nav-bg-over.gif) repeat-x;
  	
  	color:#bee2fb;  
    padding-top:3px;	
    line-height: 25px;    
  }
  #hithighlight {
  	float:right;
    padding-right:5px;
    color:white;
  }  
  div#pdf_header span{
  float:left;
  }          
  div#pdf_header h1 {
  	float: left;
  	display: block;
  	height: 27px;
  	width: 135px;
  	padding: 0;
  	border: 0;
  }
  div#pdf_header h1 a {
  	color: #ffffff;
  	text-decoration: none;
  }
  div#pdf_header ul{
  	margin: 0;
  	padding: 0;
  	border: 0;
  	list-style-type: none;    
  	height:27px; 
  	display: inline; 
  }          
  div#pdf_header ul li {
  	display: inline;      
  	color:#bee2fb;
  }
  div#pdf_header a {
  	background-color: transparent;
  	background-image: none;
  	height: 22px;
  	color: #ffffff;
  	line-height: 22px;
  	text-decoration: none;
  	padding: 0px 10px 0px 4px;
  }
  div#pdf_header a:hover {
  	background-color: transparent;
  	background-image: none;
  	color: #33ccff;
  }          
  div#pdf_header ul {
  	float: left;
  	margin-left: 5px;
  	line-height: 25px;
  	list-style: none;
  }
  ul#sml_header_share {
  	width: 640px;
  	background: url(../images/sml-header-share.jpg) no-repeat 0px -1px;
    padding-right:4px;	
  }
  ul#sml_header_share li {
  	float: left;
  	border: 0;
  }
  ul#sml_header_share a {
  	float: left;
  	padding: 0;
  	border: 0;
  	margin: 4px 0 0 4px;
  }
  #facebookButton {
  	margin-top: 2px;
  	float:left;
  }
  #twitterButton {
  	margin-top: 2px;
  	float:left;
  }  
  a#hithighlight {
  	display: block;
  	line-height: 25px;
  }
  
.pdf_main {
    height:100%;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
}

#pdfiframe{
    width: 100%;
    height: 10000px;

}