table.sectionoverview {
  width: 100%;
}

table.sectionoverview tr th,
table.sectionoverview tr td {
  text-align: left;
  padding: 3px;
}

table.sectionoverview tr th {
  background: #0077cc linear-gradient(#0082E5, #0060AA);
  color: #ffffff;
}

table.sectionoverview tr th.red {
  background: #cc0000 linear-gradient(#cc0000, #aa0000);
  color: #ffffff;
}

table.sectionoverview tr th.orange {
  background: #ffaa00 linear-gradient(#ffaa00, #dd8800);
  color: #ffffff;
}

table.sectionoverview tr th.grey {
  background: #888888 linear-gradient(#888888, #555555);
  color: #ffffff;
}

table.sectionoverview tr th.large {
  font-size: 15px;
  text-shadow: 1px 1px 1px #aaaaff;
}

table.sectionoverview tr th img {
  margin-left: 10px;
}

table.sectionoverview tr th input {
  width: 60px;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin: 1px;
  padding: 1px;
}

table.sectionoverview tr.even,
table.sectionoverview tr.row:nth-child(even) {
  background-color: #EEEEEE;
}

table.sectionoverview tr.odd,
table.sectionoverview tr.row:nth-child(odd) {
  background-color: #DDDDDD;
}

table.sectionoverview tr.redtxt {
  color: #FF0000;
}

table.sectionoverview tr.orangetxt {
  color: #FF5500;
}

table.sectionoverview tr.bluetxt {
  color: #0055FF;
}

table.sectionoverview tr.greentxt {
  color: green;
}

table.sectionoverview tr.redbg,
table.sectionoverview tr td.redbg {
  background-color: #DD2222 !important;
  color: #ffffff;
}

table.sectionoverview tr.orangebg {
  background-color: #FFAA00 !important;
  color: #222222;
}

table.sectionoverview tr.bluebg {
  background-color: #2222DD !important;
  color: #ffffff;
}

table.sectionoverview tr.greenbg.even,
table.sectionoverview tr.greenbg.row:nth-child(even) {
  background-color: #77BB77 !important;
  color: #ffffff;
}

table.sectionoverview tr.greenbg.odd,
table.sectionoverview tr.greenbg.row:nth-child(odd) {
  background-color: #88CC88 !important;
  color: #ffffff;
}

table.sectionoverview td.greenbg {
  background-color: #88CC88 !important;
}

table.sectionoverview td.bold {
  font-weight: bold;
}

table.sectionoverview tr.even:hover,
table.sectionoverview tr.odd:hover,
table.sectionoverview tr.row:hover {
  color: #ffffff;
  background: #ff9a1e linear-gradient(#ff9a1e, #ea8400);
  cursor: pointer;
}

table.sectionoverview tr.hover,
table.sectionoverview tr.hover:hover,
table.sectionoverview tr td.hover {
  color: #ffffff !important;
  background: #ff9a1e linear-gradient(#ff9a1e, #ea8400) !important;
}

table.sectionoverview.nohover tr.even:hover {
  color: #000000 !important;
  background: #eeeeee !important;
  cursor: auto !important;
}

table.sectionoverview.nohover tr.odd:hover {
  color: #000000 !important;
  background: #dddddd !important;
  cursor: auto !important;
}

table.sectionoverview img {
  border: 0;
}

table.sectionoverview tr td.controls {
  text-align: center;
  font-size: 1.3em;
}

table.sectionoverview tr td.tablebuttons {
  text-align: right;
  padding: 1px 1px 7px;
}

div.searchoverview {
  margin-top: 15px;
  margin-bottom: 15px;
}

table.sectionoverview tr td.tablebuttons div.pageinfo {
  float: left;
  width: 45%;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}

table.sectionoverview tr td.tablebuttons div.pageselection {
  float: right;
  text-align: right;
  width: 45%;
  font-size: 14px;
}

table.sectionoverview tr td.tablebuttons div.pageselection a {
  text-decoration: none;
  color: #007BC3;
  font-weight: bold;
}

table.sectionoverview tr td.tablebuttons div.pageselection a:visited {
  text-decoration: none;
  color: #007BC3;
  font-weight: bold;
}

table.sectionoverview tr td.tablebuttons div.pageselection a:hover {
  text-decoration: none;
  color: #FFAA00;
  font-weight: bold;
}
