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

table {
  position: relative;
  top: -4px;
  left: -2px;
  width: 99%;
  border: 1px solid #000;
  background: #fff;
}

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

table tr.alt {
  background: #e8e9ff;
}

table .date {
  font-weight: bold;
  width: 9em;
}

table td adate {
  display: block;
}

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

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

table .location {
    color: blue;
}

.shadow {
  position: relative;
  top: 4px;
  left: 4px;
  background: #919191;
}


/*--------- end indoor meeting table layout -------------*/

/*--------- Derbyshire List table layout -----------------*/
table .idno {
  color:#aabbcc;
}
table ..name {
    color: highlight;
}
table .euring {
    color: #223344;
}
table .status {
    color: highlight;
}
table .breeds {
    color: highlight;
}

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


