.ServerItemContainer
{
  border-left: 1px solid #222; 
  border-right: 1px solid #222; 
  border-bottom: 1px solid #222;
  width: 824px;
  text-align: left;
}

.ServerItemContainer td
{
  font-size: 10px;
}

.ServerItem
{
  color: #fff; 
  background-color: #111; 
  font-family: Verdana;
  font-size: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
  width: 100%;
  border-top: 1px solid #222;
}

.ServerStatusItem
{
  color: #fff; 
  background-color: #222; 
  font-family: Verdana;
  font-size: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
  width: 100%;
}

.ServerItem:hover
{
  color: #ffc000; 
  background-color: #222; 
  font-family: Verdana;
  font-size: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
  width: 100%;
}

.ServerHead
{
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
}

.ServerCaption
{
  color: #999;
  width: 30px;
  float: left;
}

.ServerData
{
  color: #ccc;
  width: 144px;
  float: right;
}

.ServerPlayersCaptionRow
{
  font-size: 9px;
  font-weight: bold;
  color: #eee;
  border-bottom: 1px solid #444;
}

.ServerPlayersHighlightDataRow
{
  font-size: 9px;
  color: #ff6c05;
}

.ServerPlayersHighlightDataRow
{
  font-size: 9px;
  color: #ffc000;
}

.ServerPlayersDataRow
{
  font-size: 9px;
  color: #999;
}

.HiddenServerPlayers
{
  display: none;
}

.VisibleServerPlayers
{
  display: table;
  background-color: #333;
  border: 1px solid #444;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  border-collapse: collapse;
  width: 95%;
}

.VisibleServerPlayers td
{
}

.HiddenServerImage
{
  display: none;
}

.VisibleServerImage
{
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #444;
}

a
{
  color: #ff6c05;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}