/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

.listing *, .listing-no-hover * {
  font-size: 12px;
}

.listing {
  border: 1px solid rgb(0, 68, 149);;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}

.listing .odd {
  background-color: rgb(213, 234, 255);
}

.listing thead, .listing tfoot, .listing-head {
  background-color: rgb(0, 68, 149);
  color: white;
}

.listing thead th {
  white-space: nowrap;
  border-top: 1px solid rgb(0, 68, 149);;
}

.listing th, .listing th span {
  font-weight: bold;
  text-align: left;
}

.listing td, .listing th {
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
}

.listing th {
  height: 24px;
  /*text-align: left;*/
  border-right: 1px solid rgb(0, 68, 149);;
}

.listing td {
  height: 22px;
  border-right: 1px solid rgb(0, 68, 149);;
}

.listing tr {
  border-top: 1px solid rgb(0, 68, 149);;
}

.listing .no-hover {
  background: white;
}

.listing tbody tr:hover, .listing .selected {
  background-color: rgb(213, 234, 255);
}



