/* @deprecated */
table.inline-table td {
  padding: 0;
  margin: 0;
  border: 0;
}
table.no-padding-table > tbody > tr > td {
  padding: 0;
  margin: 0;
  border: 0;
}
table.no-padding-table > tbody > tr {
  padding: 0;
  margin: 0;
  border: 0;
}
.no-btn-link-decoration table.btn-link-decorated {
  margin: 0;
}
/*
table.inline-table td table.btn-link-decorated {
	margin-top: 3px;
	margin-bottom: 2px;
}
*/
table.bottom-aligned-table td {
  vertical-align: bottom;
}
table.top-aligned-table td {
  vertical-align: top;
}
table.page-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.page-table > tbody > tr > td.actions-wrapper {
  padding: 6px 6px 15px 0;
}
table.page-table > tbody > tr > td.selector-block {
  padding: 0 0 10px 0;
  width: 1px;
}
table.container-table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.container-table > tbody > tr > td {
  vertical-align: top;
  padding: 0;
  border: 0;
}
div.message_holder_area.fixed {
  position: fixed;
  top: 20px;
}
div.message_holder_area.hidden {
  visibility: hidden;
  display: none;
}
div.message-holder-item.hidden {
  visibility: hidden;
  display: none;
}
table.debug-panel-table td {
  vertical-align: middle;
}
.debug-only-content {
  background-color: Gainsboro;
  border: 1px silver solid;
}
tr.ownership-region-debug-non-tandem {
  color: #7f0000;
}
.filter-header-td {
  background-color: #c9d8e6;
  padding: 2px;
  width: 210px;
  height: 18px;
}
.filter-template-title-td {
  padding: 6px 0 1px 2px;
  width: 210px;
  height: 16px;
}
.filter-template-name {
  padding-left: 3px;
  width: 210px;
  min-height: 18px;
  height: auto;
  border: 1px solid #a2b6cb;
  margin: 1px 10px 20px 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.help-container {
  vertical-align: top;
  border-right: 1px solid #a2b6cb;
  width: 250px;
}
.help-container-control {
  width: 250px;
  padding: 6px;
}
.help-container-content {
  width: 250px;
  padding: 6px;
  border: 1px solid white;
}
.popup-panel {
  border: 1px solid #82A0BF;
  background-color: #F8FBFF;
}
.popup-panel div.popup-panel-item {
  padding: 0.5em 0.8em;
  white-space: nowrap;
}
.popup-panel div.popup-panel-item:hover {
  padding: 0.5em 0.8em;
  background-color: #AFC3D9;
  white-space: nowrap;
}
.popup-panel .popup-panel-submit {
  color: #000000;
  text-decoration: none;
}
.popup-panel .popup-panel-bclink {
  color: #000000;
  text-decoration: none;
}
.blue-popup-panel {
  background-color: #dfeaf5;
  border: 0px solid #82A0BF;
}
.rec {
  /* Range Edit Row Cell*/
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
  min-width: 20px;
  height: 100%;
}
.retf {
  /* Range Edit Row Cell (Text Field) */
  position: absolute;
  height: 17px;
  line-height: 17px;
  width: 20px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #afc3d9;
}
table.simple-list-table {
  border-collapse: collapse;
}
table.simple-list-table > tr > td,
table.simple-list-table > thead > tr > td,
table.simple-list-table > tbody > tr > td {
  border: 1px solid #afc3d9;
}
table.simple-list-table > tr.hoverable:hover,
table.simple-list-table > tbody > tr.hoverable:hover,
table.simple-list-table.hoverable > tr:hover,
table.simple-list-table.hoverable > tbody > tr:hover {
  background-color: #e6e6e6;
}
table.simple-list-table > tr.list-header-row,
table.simple-list-table > thead > tr.list-header-row,
table.simple-list-table > tbody > tr.list-header-row {
  background-color: #dfeaf5;
}
table.simple-list-table > tr.list-header-row > td,
table.simple-list-table > thead > tr.list-header-row > td,
table.simple-list-table > tbody > tr.list-header-row > td {
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
}
.no-label-border label {
  margin: 0px;
  padding: 0px;
}
.table-actions {
  background-color: white;
  border: none !important;
  width: 100%;
  font-weight: normal !important;
}
