/* Style Sheet for FLstat v1.2 */

/* table rows */
TR {
  background-color: #000000;
}

/* the very last table row  */
TR.footer {
  background-color: #000000;
}

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

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

/* table header cells (used for top table row)*/
TH {
  background-color: navy;
  color: white;
  font-family: sans-serif;
  font-size: x-small;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* table data cells */
TD {
  font-family: Verdana,Arial,Helvetica;
  font-size: 10px;
  color:#FFFFFF;
  padding-right: 4px;
  padding-left: 4px;
}

h2 { color:#37528D; font-family:Verdana,Arial,Helvetica;font-size:11pt; font-weight:bold; }
h3 { color:#3399FF; font-family:Verdana,Arial,Helvetica;font-size:11pt; font-weight:bold; }
h4 { color:#CC0066; font-family:Verdana,Arial,Helvetica;font-size:8pt; font-weight:bold; }
.klein { color:#ffffff; font-family:Verdana,Arial,Helvetica;font-size:8pt; font-weight:normal; }
.border_oben { border-top : #37528D 1px solid;}
.border_unten { border-bottom : #37528D 1px solid;
.gross { color:#37528D; font-family:Verdana,Arial,Helvetica;font-size:11pt; font-weight:bold; }

/* the rest of the styles define the table data cells for each column */
TD.pos {
  text-align: center;
}

TD.name {
  text-align: left;
}

TD.group {
  text-align: left;
}

TD.rank {
  text-align: center;
}

TD.money {
  text-align: center;
}

TD.kills {
  text-align: center;
}

TD.time {
  text-align: center;
}

TD.missions {
  text-align: center;
}

TD.failed {
  text-align: center;
}

TD.systems {
  text-align: center;
}

TD.bases {
  text-align: center;
}

TD.holes {
  text-align: center;
}

TD.login {
  text-align: left;
}

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