/* Style Sheet for FLstat v1.2 */

/* The content of the posts (body of text) */


/* the very last table row  */
TR.footer {
  background-color: #0072ac;
}

/* characters that have been recently active */
TR.active {
  background-color: #0072ac;
}

/* characters that have been detect as cheaters */
TR.suspect {
  background-color: #d539d5;
}


/* table header cells (used for top table row)*/

/* table data cells */


/* the rest of the styles define the table data cells for each column */
TD.pos {
  text-align: center;
  font-size:10px;
}

TD.name {
  text-align: left;
  font-size:10px;
}

TD.group {
  text-align: left;
  font-size:10px;
}

TD.rank {
  text-align: right;
  font-size:10px;
}

TD.money {
  text-align: right;
  font-size:10px;
}

TD.kills {
  text-align: right;
  font-size:10px;
}

TD.time {
  text-align: right;
  font-size:10px;
}

TD.missions {
  text-align: right;
  font-size:10px;
}

TD.failed {
  text-align: right;
  font-size:10px;
}

TD.systems {
  text-align: right;
  font-size:10px;
}

TD.bases {
  text-align: right;
  font-size:10px;
}

TD.holes {
  text-align: right;
  font-size:10px;
}

TD.login {
  text-align: left;
  width: 150;
  font-size:10px;
}

/* --- the end --- */
