/* catalogue */

.tbcatalogue {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.dark {
  background-color: #0099cc;
  border: none;
}

.light {
  background-color: #66ccff;
  border: none;
}

#trheader {
  background-color: #000066;
  border: none;
}

th {
  text-align: center;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  white-space: nowrap;
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tdc {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000066;
  border: none;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}

.tdr {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000066;
  border: none;
  padding-left: 3px;
  padding-right: 6px;
  white-space: nowrap;
}

.tdl {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000066;
  border: none;
  padding-left: 6px;
  padding-right: 3px;
}

.tdl2 {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000066;
  vertical-align: bottom;
}

.tdr2 {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000066;
  vertical-align: bottom;
}

