  /**********************************************
  *              PvPGN PHP Tracker              *
  *                   v0.995                    *
  *                 2009-05-01                  *
  *                standard.css                 *
  *                                             *
  *            Kernel86@muleslow.net            *
  *         #eScript @ irc.freenode.net         *
  *   Copyright © 2006-2010 MuleSlow Services   *
  *          http://track.muleslow.net          *
  ***********************************************
  *
  * Copyright Notice:
  *
  * This script is free to distribute and modify
  *  provided that this copyright notice and the
  *  notices displayed at the bottom of the
  *  rendered web page remain intact.
  * Contributions are welcome however if you
  *  decide not to return changes please append
  *  -mod to the $version variable to distinguish
  *  your work from the official version.
  * If you have any comments or suggestions feel
  *  free to use the contact information provided
  *  above.
  *
  **********************************************/

body {
  background: black;
  color: white;
  font-family: Verdana;
  font-size: 0.7em;
}

a {
  color: #19ABFF;
  text-decoration: none
}

table th {
  background: #222222;
  border-bottom: 1px solid #444444;
  font-size: 1em;
  padding: 2px;
  text-align: left;
}

table td {
  border-bottom: 1px solid #444444;
  font-size: 1em;
  padding: 0px;
  padding-top: 1px;
}

img {
  border: 0px;
}

h1 {
  font-size: 2.5em;
  text-align: center;
}

#serverlist {
   border: 0px;
   padding: 0px;
   z-index: 0; 
}

#main {
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
}

#main .pagelist {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

#main .pagelist a {
  outline: none;
}

#main .pagelist a:hover {
  color: #FF0000;
}

#main .reg {
  background-color: #222222;
  width: 31px;
}

#main .regdiv {
  height: 29px;
  margin-left: -2px;
  margin-top: -2px;
  padding: 0px;
}

#main .regdiv a {
  outline: none;
}

#main .address {
  padding-left: 2px;
  padding-right: 2px;
  width: 110px;
}

#main .flag {
  background-color: #222222;
  padding-left: 0px;
  padding-top: 4px;
  width: 34px;
}

#main .location {
  width: 180px;
}

#main .description {
  padding-left: 4px;
  width: 40%;
}

#main .contact {
  width: 300px;
}

#main .uptime {
  padding-right: 8px;
  text-align: right;
  width: 110px;
}

#main .software {
  width: 160px;
}

#main .users {
  border-right: 1px solid #444444;
  font-weight: bold;
  padding-right: 4px;
  text-align: right;
  width: 40px;
}

#main .users_history {
  color: #AAAAAA;
  font-weight: normal;
}

#main .games {
  border-left: 1px solid #444444;
  font-weight: bold;
  padding-left: 4px;
  text-align: left;
  width: 40px;
}

#main .games_history {
  color: #AAAAAA;
  font-weight: normal;
}

#support {
  background-color: #222222;
  border-left: 4px solid #444444;
  border-bottom: 1px solid #444444;
  padding-bottom: 4px;
  padding-top: 2px;
}

#support .text {
  font-size: 1em;
  padding-left: 4px;
  padding-top: 3px;
}

#powered {
  font-size: 1em;
  padding-top: 8px;
  text-align: center;
}

#badges {
  text-align: center;
}

#counter {
  font-size: 1em;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}

#copyright {
  font-size: 0.8em;
  left: 10%;
  padding-top: 8px;
  position: relative;
  text-align: center;
  width: 80%;
}

#overlay {
  background-image: url(/images/overlay.png);
  background-repeat: repeat;
  display: none;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
}

#indoc {
  background-color: #000000;
  display: block;
  font-size: 1.2em;
  height: 90%;
  left: 10%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 5%;
  width: 80%;
  z-index: 2;
}
