
* {
  font-family: Helvetica, Arial, sans-serif;
}

body {
  background-color: white;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #4c6489;
}

#navigation li {
  float: left;
  border-right: 1px solid #8097b9;
}

#navigation li:last-child {
  border-right: none;
}

#navigation li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#navigation #currentpage a {
  background: #d56e2d;
  color: white;
}

#navigation li a:hover {
  background-color: #8097b9;
  color: white;
}

#button-connect {
  background-color: #4c6489;
  color: white;
  height: 45px;
  width: 300px;
}

#button-display {
  background-color: #4c6489;
  color: white;
  height: 45px;
  width: 300px;
}

#button-download {
  background-color: green;
  color: white;
  height: 45px;
  width: 300px;
}

#button-email {
  background-color: #4c6489;
  color: white;
  height: 45px;
  width: 300px;
}

input[type="radio"] {
  margin-top: -2px;
  vertical-align: middle;
}

input[type="checkbox"] {
  margin-top: -1px;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

.no_show_link {
  text-decoration: none;
  color: black;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.list table, .list td, .list th {
  border: 1px solid #ddd;
}

.list th {
  text-align: left;
  background-color: #4C6489;
  color: white;
  padding: 8px 4px 4px;
  cursor: pointer;
}

.list td {
  padding: 4px 4px 0px;
}

.list tr:nth-child(even) {
  background-color: #f2f2f2;
  position: relative;
  z-index: -2;
}

#info_filters {
  margin-left: 1em;
  margin-top: 1em;
}

.pad_b {
  padding-bottom: 0.5em;
}

.pad_l {
  padding-left: 0.7em;
}

.red {
  color: red;
}

.status th, .status td {
  padding: 4px 4px 0px;
}

.status td:nth-child(2) {
  text-align: right;
}

.bg {
  position: absolute;
  height: 1.2em;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background: darkgreen;
  opacity: 0.65;
  z-index: -1;
}

.pos_rel {
  position: relative;
}
