/* used in <body> tag */
.body {
	margin: 0%;
	background-color: #FFFFDD;
	color: white;
	background-position: center center;
	vertical-align: middle;
	padding: 0%;
	height: 110px;
	width: auto;
}
a:visited, a:link {
	color: #BFBFBF;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a:active, a:hover {
	color: #D9D9D9;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


a.table:visited, a.table:link { 
	color: #BFBFBF; 
	font-weight: bold; 
	text-decoration: none; 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}   

a.table:active, a.table:hover {
	color: #D9D9D9;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


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

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

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

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

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

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

/* the table with information below the map picture */
.ktable {
	border: 1px solid #231F20;
	border-collapse: separate;
	background-color: #40332D;
	background-position: center center;
	width: 250px;
	height: 90px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* each row in the information table under the map.
   to make a row invisible, add "display: none" in one of these */
.row-name {
	white-space: nowrap;
}
.row-address { }
.row-game { display: none; }
.row-locked { display: none; }
.row-map { }
.row-players { }
/* VENT continues */
.row-comment { }
.row-clients { 
	text-align: center;}
.row-channels { display: none; }

/* each key in the information table under the map (on the left) */
.key-name { display: none; }
.key-address { display: none; }
.key-ip { display: none; }
.key-game { display: none; }
.key-map { display: none; }
.key-players { display: none; }
.key-locked { display: none; }
/* VENT specific */
.key-clients {
	display: none; 
	padding-left: 3;
	font-family: Arial, Verdana;
	font-size: 11;
	color: #FFFFFF;
	background-color: #40332D;
	text-align: center;
}
.key-channels { display: none; }
.key-comment { display: none; }

/* each value in the information table under the map (on the right) */
.value-name { 
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana; 
  font-size: 11; 
  color: #FFFFFF;
  text-align: center;
}
.value-address {  
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #FFFFFF;
  text-align: center;
}
.value-ip {
display: none;
/* 
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #FFFFFF;
  text-align: center;
*/
}
.value-game {
  display: none;
}
.value-map {
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
  text-align: center;
}
.value-players {
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #aaaaaa;
  text-align: center;
}
.value-locked {
  display: none;
}
/* VENT Specific */
.value-clients {
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #FF0000;
}
.value-channels {
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #FF0000;
}
.value-comment {
  padding-left: 3;
  background-color: #40332D;
  font-family: Arial, Verdana;
  font-size: 11;
  color: #FFFFFF;
  text-align: center;
}

/* the text before the player table */
.intro { display: none; }

/* the player table */
.stable { display: none; }

/* VENT Specific */
/* the overall channel list */
.channel-list { display: none; }
p {
	font-size: 0px;
	line-height: 0px;
	display: none;
}

