    

table {
  color:                        black;   /* default for child cells */
  background-color:             white;   /* default for child cells */
  border-collapse:              collapse;
}

th, td {
  padding:                      0.5em;
  border-style:                 solid;
  border-color:                 #AA9999;
  border-width:                 1px;
  color:                        black;
  background-color:             inherit; /* from column, below */
}

th {
  padding:                      0; /* get out of the way of the links inside */
}

th a {
  display:                      block;  /* make link fill entire header cell */
  height:                       2.5em;  /* hack: 1-line headers still fill cell */
                                        /*       when 2-line headers also present */
  padding:                      0.3em;
  text-decoration:              none;    /* unlike regular links */
  color:                        inherit; /* unlike regular links */
  font-weight:                  bold;
  background-color:             #CCCCCC; /* override the column inheritance */
}
th a:hover { /* to show that this is a link */
  background-color:             #AAAAAA; /* override the column inheritance */
}


/* Column properties which can be inherited:
     border (but only if table has border-collapse:collapse),
     background (if cells and rows are transparent or if inherited),
     width (minimum width for column), and
     visibility (only if set to "collapse")
   Tragically, it is not possible to inherit any others.
 */
.multidiv {
  background-color:             #EEEEEE;
}
.inseed, .outseed, .xplant {
  background-color:             #FFFFFF;
}

.shortname {
  font-weight:                  bold;
}
.longname {
  font-size:                    75%;
  font-style:                   italic;
}

p.error_no_such_element                  /* UNKNOWN COLUMN $colname */,
p.error_no_such_element                  /* UNKNOWN COLUMN $colname */ ,
p.error_no_such_element                  /* UNKNOWN COLUMN $colname */ {
  font-size:                    smaller;
}

p.error_no_such_element                  /* UNKNOWN COLUMN $colname */ {
  font-weight:                  bold;
}
