/* DOS CSS Evolution: Heron                   DAR        */
/* Version 1.0                                Aug 2010   */
/* Header stylesheet                                     */
/*----------- derbyshire list table layout ---------------*/

table {
  position: relative;
  width: 65%;
  border: 1px solid #000;
  background: #fff;
}

table th, table td {
  padding: 4px 10px;
  text-align: left;
  border: 1px solid #b5b5b5;
}

table tr.alt {
  background: #dd9;
}

table tr.heading {
  background: #e8e9ff;
  font-weight: bold;
}

table th {
  color: #fff;
  background: #9baff1;
}

table caption {
  padding: 8px 20px;
  text-align: left;
  border: 1px solid #000;
  border-bottom: none;
  background: #fff;
}

table .idno {
  width: 5%;
  color:#aa2222;
}
table .name {
  color: #000;
}
table .euring {
  width: 5%;
  color: #000;
}
table .status {
  width: 5%;
  color: #000;
}
table .breeds {
  width: 5%;
  color: #000;
}

/*--------- end Derbyshire List table layout -------------*/


