#header, #homepage, #breadcrumbs, #footer, #nav_column, #feedbackbookmark {
  display: none;
}
div.related_docs {
  display: none;
}
body {
  width: 100% !important;
  max-width: 100%;
}
body table {
  width: auto !important;
}
body div {
  width: auto !important;
  min-width: 0;
}

#titleitem .title  {
  padding: 0;
  margin: 0;
}
#titleitem .title H1 {
  padding: 0;
  margin: 0;
}
#titleitem td.topleft, #titleitem td.topright,
#titleitem td.bottomleft, #titleitem td.bottomright {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000 !important;
}

TABLE.listing {
	border: 2px solid #000;
	width: 90%;
}
TABLE.listing TD {
	border-top: 1px solid #e7e3de;
}
TABLE.listing TH {
	border-top: 1px solid #e7e3de;
}
TABLE.listing tr {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
TABLE.datatable {
	border: 1px solid #000;
	width: 90%;
}
