html { background: #ffffff url(images/oldpaper.gif) repeat; }
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover, a:focus, a:active { color: #ff0000; }

form.contact {
    width: 90%
}

img { border-width: 0; }

label.contact {
    float: left;
    width: 7em;
    text-align: left;
}

p.copyright {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 80%;
}

p.fatmargins {
    width: 650px;
}

p.first {
    margin-top: 0;
}

p.indented {
    margin-left: 10%;
    margin-right: 10%;
}

span.initial {
    font-size: 125%;
}

table.centered {
    margin-right: auto;
    margin-left: auto;
}

#header {
    text-align: center;
    position: relative;
}

#header h1 {
    font-size: 200%
}

#navigation {
    width: 20%;
    float: left;
    margin-right: 2em;
    padding: 0;
    list-style: none;
}

#navigation a {
    text-decoration: none;
}

#navigation img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#navigation span.tms_rank {
    font-family: Arial, sans-serif;
    font-size: 125%;
}

#navigation table {
    border-collapse: collapse;
}

#navigation td {
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    border-width: 0;
    margin: 0;
    padding: 0;
}

#navigation tr {
    border-width: 0;
    margin: 0;
    padding: 0;
}

#game-client {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#game-client table {
    margin-left: auto;
    margin-right: auto;
}

#main-content {
    width: 70%;
    float: right;
    margin-right: 5%;
    text-align: left;
}

#footer {
    width: 100%;
    clear: both;
}

#spam-page {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#submit_failed {
    color: red;
}

#gethelp {
    border-style: none;
}

#helpfile {
    width: 70%;
/*    float: right; */
    border-collapse: collapse;
}

#helpfile a:link { color: aqua; }
#helpfile a:visited { color: aqua; }
#helpfile a:hover { color: white; }

#helpfile th {
    text-align: left;
    background: navy;
    color: white;
}

#helpfile td {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
    font-family: monospace;
    text-align: left;
    background: black;
    color: silver;
}

#helpfile table.help_text {
    margin-left: 1em;
    margin-top: 0ex;
    margin-bottom: 0ex;
}

#helpfile td.help_text {
    padding-left: 1em;
    padding-right: 0em;
    padding-top: 0ex;
    padding-bottom: 0ex;
}

#helpfile dl.help_text {
    margin-top: 0ex;
    margin-bottom: 0ex;
}

#helpfile ul {
    list-style: none;
    padding-left: 0;
}

#helpfile span.underline { text-decoration: underline }
#helpfile span.blink { text-decoration: blink }
#helpfile span.black { color: black }
#helpfile span.gray { color: gray }
#helpfile span.maroon { color: maroon }
#helpfile span.red { color: red }
#helpfile span.green { color: green }
#helpfile span.lime { color: lime }
#helpfile span.olive { color: olive }
#helpfile span.yellow { color: yellow }
#helpfile span.navy { color: navy }
#helpfile span.blue { color: blue }
#helpfile span.purple { color: purple }
#helpfile span.magenta { color: fuchsia }
#helpfile span.teal { color: teal }
#helpfile span.cyan { color: aqua }
#helpfile span.silver { color: silver }
#helpfile span.white { color: white }
#helpfile span.bg_black { background: black }
#helpfile span.bg_maroon { background: maroon }
#helpfile span.bg_green { background: green }
#helpfile span.bg_olive { background: olive }
#helpfile span.bg_navy { background: navy }
#helpfile span.bg_purple { background: purple }
#helpfile span.bg_teal { background: teal }
#helpfile span.bg_silver { background: silver }
