#body, #mainBox {
  position: static;
  overflow: visible;
  width: 98% !important;
  }
  
#middlepanel {
  width: 97% !important;
  float:none !important;
  }

.innertable, .summarytable {
  border: none !important;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
  float:none !important;
  }

.innertable table, .summarytable table{
  position: static;
  overflow: visible;
  float:none !important;
  height: auto;
  }

.innertable table td, .summarytable table td, .innertable table tbody, .summarytable table tbody{
  float:none !important;
  }

#headercontainer, #footer {
	border: none !important;
}
