/* gizmonotron.css - styles for index.html */
/* $Revision: 7 $ */
/* $LastChangedDate: 2013-04-07 15:25:55 -0500 (Sun, 07 Apr 2013) $ */
/* $Last ChangedBy$ */

table.eqitem {
  border: 1px solid black;
}

table.eqitem td {
  padding: 3px 3px 3px 3px;
}

table.eqitem * {
  font:12px Verdana,Arial,Helvetica,sans-serif;
  color: white;
}

table.eqitem a {
  text-decoration: none;
  color: white;
}

table.eqitem font a {
  text-decoration: none;
  color: #98a0c4;
}

td.eqitemtitle, td.eqitemtitle *, div.eqitemtitle, span.eqitemtitle {
  background: #01344F;
  vertical-align: middle;
  font-weight: bold;
}

td.eqitemdata {
  background: #000815;
}

div.eqitemdata {
  padding: 0px 0px 5px 0px;
}
span.heroic {
    color: yellow;
}
td.eqitemfrom {
  border-top: 1px solid grey;
  background: #000815;
}

div.eqitemfrom, div.eqitemfrom * {
  font-size: 9px;
}

div.eqitemfrom a:hover {
  text-decoration: underline;
  color: #98a0c4;
}
