body {
	visibility:hidden;
}

.print {
	visibility:visible;
	position: absolute;
	top:0px;
	left:0px;
}

tr.inline-adapter {
	/*position: absolute;
	top:0px;
	left:0px; */
}

.noprint {
  visibility:hidden;
}

.backend_menu, .active-scaffold-header, .search-view, h2, h4, .inline-adapter-close, td.actions, .filter-group, .form-footer {
  display:none;
}

.items-content thead, .items-content tr.record {
  display:none !important;
}

tr.record {
	display:none;
}

.nested-view tr.record {
	display:table-row;
}
.active-scaffold .show-view dt, .active-scaffold .show-view dd, .nested-view{
	visibility:visible;
}

.active-scaffold .show-view dd {
  float: left;
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  padding-left: 5px;
  margin-bottom: 5px;
}

.active-scaffold .show-view dt {
  width: 12em;
  float: left;
  clear: left;
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  color: black;
  line-height: 16px;
}

.nested-view th, .nested-view td {
  padding-right: 20px;
}

div.edit-view, div.new-view {
	display:none;
}

div.show-view tr.record {
	display:table-row;
}

div.show-view th, div.show-view div.active-scaffold-footer, div.show-view div.active-scaffold-headre {
	display:none;
}
