/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
    color: black;
    background-color: #000;
    font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
    margin: 0;
    padding: 15px 0 15px 0;
}

td, th {padding:3px;border:none;margin:none;vertical-align: center;}
tr th {text-align:center;background-color:#444;color:white;margin:none;}
table { width: 100%; }

#header {
    height: 135px;
    width: 777px;
    background: black;
    border: 3px solid #444;
    border-bottom: none;
    margin: 0px auto 0 25px;
}

#header div#year {
    font-size: 167px;
    letter-spacing: -12px;
    font-family: Impact;
    color: #222;
    position: absolute;
    top: 1px;
    left: 494px;
}

#logo {
    position: absolute;
    top: 30px;
    left: 0px;
    height: 215px;
    width: 410px;
}

#logo img {
    border: 0px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #6af;
}

a:hover {
    text-decoration: underline;
}

#main_content {
    color: #aaa;
    font-size: 127%;
    background-color: #222;
    width: 717px;
    margin: 0 auto 0 25px;
    border-left: 3px solid #444;
    border-right: 3px solid #444;
    padding: 30px;
    padding-top: 20px;
}

#main_content table {
    margin: auto;
}

#footer {
    border: 3px solid #444;
    border-top: 0px none;
    color: #999;
    background-color: black;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    width: 757px;
    margin: 0 auto 0 25px;
    vertical-align: top;
}

#sidebar {
    float: right;
    width: 210px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 830px;
}

#pageLogin
{
    font-size: 10px;
    font-family: verdana;
    text-align: right;
    padding: .2em;
    color: gray;
}

#pageLogin a
{
    color: white;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Sans;
  font-weight: normal;
  color: white;
}

h1 {
    padding-top: 0px;
    margin-top: 0px;
    border-bottom: 2px #444 solid;
    text-align: right;
    font-size: 200%;
}

h2 {
    border-bottom: 2px #444 solid;
}

h3 {
    border-bottom: 1px #444 solid;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 1em auto 1em auto;
  padding: 15px;
  text-align: center;
  background: #533;
  border: 2px solid #966;
  width: 500px;
  font-size: 120%;
  font-weight: bolder;
  color: white;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}

span.idColor { color:white; } /*wrapper around all the color text */
span.color0 { color: black; }  /*black*/ 
span.color1 { color: red; }    /*red*/
span.color2 { color: green; }  /*green*/
span.color3 { color: yellow; } /*yellow*/
span.color4 { color: blue; }   /*blue*/
span.color5 { color: cyan; }   /*cyan*/
span.color6 { color: purple; } /*purple*/
span.color7 { color: white; }   /*white*/

td.server_name {
    text-align: center;
}

tr.even {
    background-color: #333;
}

tr.odd {
    background-color: #2a2a2a;
}

tr.unresponsive {
    background-color: black;
}

th.list_header {
    font-size: 15px;
}

span.alert {
    color: #f00;
    display: inline;
    left: -18px;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    float: left;
}

div#menu {
    font-size: 13px;
    float: right;
    margin: 0px;
    padding: 0px;
    right: 10px;
    top: -4px;
    position: relative;
    font-weight: bold;
}

div#menu ul {
    list-style-type: none;
}

div#menu ul li {
    display: inline;
    margin-left: 10px;
}

div#submenu {
    font-size: 127%;
    position: absolute;
    background: #111;
    margin: 0px;
    padding: 0px;
    top: 168px;
    left: 160px;
    z-index: 9;
}

div#submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
}

div#submenu ul li {
    display: inline;
    margin-left: 10px;
}

div#submenu ul li:first-child {
    margin-left: 0px;
}

div#user_info {
    color: #ccc;
    float: right;
    position: relative;
    top: -1em;
    margin: 0;
    padding: 0;
}

ol ol {
    list-style-type: lower-alpha;
}

td.no_players {
    text-align: center;
}

div.unresponsive_warning {
    width: 98%;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    font-size: 110%;
    border: 2px #533 solid;
    background-color: #644;
    padding: 4px;
    color: white;
}

ol.contents {
    border-bottom: 2px #444 solid;
    padding-bottom: 15px;
}

dl {
    padding-left: 10px;
    border-left: 5px #444 solid;
}

dt {
    color: white;
    border-bottom: #444 1px solid;
}

dd {
    padding: 3px;
    margin: 5px 0 10px 0px;
    font-family: monospace;
}

ol#faq li ol {
    list-style-type: none;
}

/*
 * Stats Specific Styling
 */
.graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hbp {
    float: right;
}

div#game_header img {
    padding: 5px;
    border: 2px #555555 solid;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

div#game_header p.time {
    color: #fff;
    margin: 6px 0 0 0;
    padding: 0px;
    float: right;
    font-weight: bold;
}

div#game_header table {
    margin-top: 5px;
    width: 556px;
}

div#game_header div#game_info {
    border-bottom: 2px #444 solid;
    margin-left: 150px;
    margin-bottom: 5px;
    font-size: 150%;
    color: white;
}

/*
 * Login page style.
 */
#loginBox
{
    width: 50%;
    margin: auto;
    margin-top: 15%;
    margin-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: verdana;
    font-size: 10px;
    background-color: #333;
    border: 2px solid #666;
}

#loginBox h1
{
    font-size: 42px;
    font-family: "Trebuchet MS";
    margin: 0;
    color: #ddd;
}

#loginBox p
{
    position: relative;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    color: #aaa;
}

#loginBox table
{
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}

#loginBox td.label
{
    width: 33%;
    text-align: right;
    font-size: 12px;
}

#loginBox td.field
{
    width: 100%;
}

#loginBox td.field input
{
    width: 100%;
}

#loginBox td.buttons
{
    text-align: right;
}

input {
    border: 2px solid #666;
    background: #111;
    color: white;
}

.diagram {
    background: black;
    padding: 20px;
}

a#type_link {
    position: relative;
    top: -1em;
    float: right;
}

/* Tooltip Legend */
#legend table {
    padding: 0px;
    margin: 0px;
}

#legend tr {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 8px;
}

#legend td {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
