/* Style Sheet for FLstat v1.2 */

body {
  height: 100%;
  margin-top: 0;
  padding: 20px;
  text-align: center;
  line-height: 170%;
  background: url(images/background.jpg) no-repeat fixed center; 
  color: white;
}

/* table rows */
TR {
  margin-bottom: 2em;
  background-image: url(source/fill.png);
  background-repeat: repeat;
  font: 400 1em "trebuchet ms", serif;
  border: 1px solid #313d4c;
  margin: 20px;
  padding: 10px;
}

/* the very last table row  */
TR.footer {
  border: 1px solid #313d4c;
}

/* characters that have been recently active */
TR.active {
  background-color: #BBBBFF;
}

/* characters that have been detect as cheaters */
TR.suspect {
  background-color: #FFBBFF;
}

/* table header cells (used for top table row)*/
TH {
  background-color: navy;
  color: white;
  font-family: agency fb;
  font-size: x-medium;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #313d4c;
}

/* table data cells */
TD {
  color: white;
  font-family: agency fb;
  font-size: x-medium;
  padding-right: 4px;
  padding-left: 4px;
}

/* the rest of the styles define the table data cells for each column */
TD.pos {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.name {
  text-align: left;
  border: 1px solid #313d4c;
}

TD.group {
  text-align: left;
  border: 1px solid #313d4c;
}

TD.rank {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.money {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.kills {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.time {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.missions {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.failed {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.systems {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.bases {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.holes {
  text-align: center;
  border: 1px solid #313d4c;
}

TD.login {
  text-align: left;
  border: 1px solid #313d4c;
}

/* --- the end --- */
