/* used in <body> tag */
.body {
  background-color: black;
  color: white;
}

/* if the server has stats, this will be the color of the server name
   which becomes a link to the stats */
.statslink {
  color: #ff99aa;
  text-decoration: underline;
}

/* the link to the game's website */
.statuslink {
  color: #cc5555;
  text-decoration: underline;
}

/* the map picture at the top. for instance, use "display: none" 
   to hide it */
.mappic {
  margin-left: 3;
}

/* if there are player slots free, the players is this color */
.players-avail {
  color: #55ff55;
}

/* if there are no player slots free, the players is this color */
.players-full {
  color: #ff5555;
}

/* the maximum number of players allowed in the server */
.players {
  color: #aaaaaa;
}

/* the table with information below the map picture */
.ktable {
  border: 1;
  border-color: #250000;
  border-style: solid;
  border-collapse: separate;
  background-color: #280000;
  width: 300;
}

/* each row in the information table under the map.
   to make a row invisible, add "display: none" in one of these */
.row-name { }
.row-address { }
.row-ip { display: none; }
.row-game { }
.row-map { }
.row-players { }
.row-locked { }

/* each key in the information table under the map (on the left) */
.key-name {
  padding-left: 3;
  font-family: Arial, Verdana; 
  font-size: 11; 
  color: #eeeeee;
  background-color: #401010;
}
.key-address {
  padding-left: 3;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #eeeeee;
  background-color: #401010;
}
.key-ip {
  padding: 0;
  display: none;
}
.key-game {
  padding-left: 3;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #eeeeee;
  background-color: #401010;
}
.key-map {
  padding-left: 3;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #eeeeee;
  background-color: #401010;
}
.key-players {
  padding-left: 3;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #eeeeee;
  background-color: #401010;
}
.key-locked {
  padding-left: 3;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #eeeeee;
  background-color: #401010;
}

/* each value in the information table under the map (on the right) */
.value-name { 
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana; 
  font-size: 11; 
  color: #aaaaaa;
}
.value-address {
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
}
.value-ip {
  display: none;
}
.value-game {
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
}
.value-map {
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
}
.value-players {
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
}
.value-locked {
  padding-left: 3;
  background-color: #300000;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
}

/* the text before the player table */
.intro { 
  font-family: Verdana, Arial; 
  font-size: 11; 
}

/* the player table */
.stable {
  border-collapse: separate;
  background-color: #000000;
  width: 300;
}

/* headings in the player table */

.heading-name { 
  text-align: left;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888; 
  background-color: #272727;
}
.heading-frags { 
  text-align: left;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888; 
  background-color: #272727;
}
/* time is used for hl-based servers */
.heading-time { 
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888; 
  background-color: #272727;
}
/* ping is used for bf1942, ut2k3, q3, and others */
.heading-ping {
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888;
  background-color: #272727;
}
/* score is used for bf1942, ut2k3, quake, and others */
.heading-score {
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888;
  background-color: #272727;
}
/* deaths is used for bf1942 and others */
.heading-deaths {
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888;
  background-color: #272727;
}
/* team is used for bf1942, ut2k3, and others */
.heading-team {
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888;
  background-color: #272727;
}
/* skin is used by quake */
.heading-skin {
  font-family: Arial, Verdana;
  text-align: left;
  font-size: 11;
  color: #888888;
  background-color: #272727;
}


/* information in the player table */

.name {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #A06060;
  background-color: #171717;
}
.frags {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #8080D0;
  background-color: #171717;
}
.time {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}
.ping {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}
.score {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}
.deaths {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}
.team {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}
.skin {
  font-family: Arial, Verdana;
  font-size: 11;
  color: #888888;
  background-color: #171717;
}

