table.sectionoverview {
  width: 100%;
}

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

table.sectionoverview tr th {
  background: #0082E5 linear-gradient(#0082E5, #0060AA);
  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 {
  background-color: #EEEEEE;
}

table.sectionoverview tr.odd {
  background-color: #DDDDDD;
}

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

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

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

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

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

table.sectionoverview tr.greenbg.even {
  background-color: #77BB77;
  color: #ffffff;
}

table.sectionoverview tr.greenbg.odd {
  background-color: #88CC88;
  color: #ffffff;
}

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

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

table.sectionoverview tr.even:hover .subtle,
table.sectionoverview tr.odd:hover .subtle {
  color: #ffffff !important;
}

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

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

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 img {
  border: 0;
}

table.sectionoverview tr td.buttons {
  padding: 1px;
  text-align: center;
  width: 50px;
}

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;
}
