#nav, #sub, #sub h2, #footer, #local , .noprint{
    display: none;
}

#main, #content, .table {
    width: 106%;
}
body {
   background: white;  
   font-family:  Arial !important;/*Verdana, Arial, Helvetica, sans-serif;*/
   color: #000;
   font-size: 60% !important;
   /*Firefox error word-wrap:break-word;*/
   }
#menu,#actionbar,#nav {
   display: none;
   }
#header {
border-bottom:0px solid #765;
}
#wrapper, #content {
   width: auto;
   margin: 0 0 0 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   /*margin-left: 10%;*/
   padding-top: 1em;
   padding-bottom: 0;
   /*border-top: 1px solid #930;*/
   }
div#main {
   margin-bottom: -45px;
   margin-top: -0px;
   margin-left: 0px;
   margin-right: 0px;
   }
div#main img {
	width:1%;
	height:1%;
	margin:0px;
   vertical-align: bottom;
   }
   
  div#fullDetail{
    margin-bottom: -45px;
   	margin-top: -4px;
   	margin-left: -2px;
   	margin-right: -2px;
  	position: relative;
  	overflow-y: hidden;
  	overflow-x: hidden;
  	border:none;
  	top: 0px;
  	width: 100%;
	
  }
.lblMedium, .lblSmall, .lblLarge, .descName, .descValue {
	width: auto;
	display: inline;
}
       
a:link, a:visited {
   color: #000;
   background: transparent;
   /*font-weight: bold;*/
   text-decoration: none;
   }
fieldset {
    border: 1px solid silver;
}