/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * border
 * padding
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

body {
    background-color: #000;
    color: #fff;
    font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
    font-size: 100%;
}

h1 {
    margin: 0.3em 0 0.1em 0;
    background-color: inherit;
    color: #d60;
    font-size: 150%;
    font-weight: bolder;
    font-style: italic;
}

h2 {
    padding-top: 12px;
    background-color: inherit;
    color: #d60;
    font-size: 100%;
}

h3 {
    padding: 12pt 0 0 12pt;
    font-size: 100%;
}

hr {
    width: 65%;
    border: none;
    border-top: 2px solid #c60;
}

pre {
    padding: 8px;
    background-color: #eee;
    color: #000;
    font-family: "Courier", "Courier New", "Lucida Console", sans-serif;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #fc3;
    background-color: inherit;
}

a:visited {
    color: #c90;
    background-color: inherit;
}

table {
    font-size: 100%;
}

tr {
    font-size: 100%;
}

/* List Class */
table.list thead {
    background: #900 url(/images/style/thead.jpg);
    color: #fff;
    text-align: center;
}

table.list tbody {
    text-align: left;
}

table.list tbody tr.odd {
    background: #630;
    color: #fff;
}

table.list tbody tr.even {
    background: #940 url(/images/style/tbody-even.jpg);
    color: #fff;
}

table.list tbody tr.highlight {
    color: #fff;
    background-color: #a80;
}

/* News Class */
dl.news {
    width: 88%;
}

dl.news dt {
    margin: 3em 0 0 0;
    padding: 5px;
    border: 1px solid #900;
    border-bottom: 0;
    background: #900 url(/images/style/thead.jpg);
    color: #fff;
    text-align: left;
    font-weight: bold;
    word-spacing: 0.1em;
    text-indent: 1em;
    letter-spacing: 0.1em;
}

dl.news dt .date {
    font-weight: normal;
    font-style: italic;
    text-align: right;
}

dl.news dd {
    margin: 0;
    padding: 5px;
    border: 1px solid #900;
    border-top: 0;
    background: #151515;
    color: #fff;
    text-align: left;
    line-height: 150%;
}

/* Form Class */

fieldset {
    background: #300;
    border: 1px solid #900;
    color: #fff;
    text-align: left;
}

fieldset legend {
    background: #900 url(/images/style/thead.jpg);
    border: 1px solid #900;
    color: #fff;
    font-weight: bold;
    text-align: center;
    word-spacing: 0.1em;
    text-indent: 1em;
    letter-spacing: 0.1em;
}

label {
    font-weight: bold;
}

#email_support {
    width: 550px;
}

#email_support textarea {
    width: 530px;
    height: 124px;
}

#email_support_submit {
    text-align: center;
}

table.form {
    border: 1px solid #900;
}

table.form thead {
    background: #900 url(/images/style/thead.jpg);
    color: #fff;
    text-align: center;
    word-spacing: 0.1em;
    text-indent: 1em;
    letter-spacing: 0.1em;
}

table.form thead td {
    border-bottom: 1px solid #900;
}

table.form tbody {
    background: #300;
    color: #fff;
    text-align: left;
}

/* Left_Menu Class */
ul.left_menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0.6em 0;
}

ul.left_menu li {
    padding: 0.1em 0 0.1em 0.5em;
}

ul.left_menu a {
    background-color: inherit;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}

ul.left_menu a:hover {
    background-color: #630;
    color: #fff;
}

ul.left_menu a:active {
    background-color: #600;
    color: #fff;
}

ul.left_menu a:visited {
    color: #999;
}

/* Highscore Class */
a.highscore {
    background-color: inherit;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}
a.highscore:hover {
    background-color: #a80;
    color: #fff;
}
a.highscore:active {
    background-color: #a00;
    color: #fff;
}

/* Download Class */
a.download {
    margin-left: 20px;
    padding-left: 20px;
    height: 22px;
    background: url(/images/style/download.gif) no-repeat;
}

/* Download Box */
.home-download a.download-game {
    display: block;
    width: 446px;
    height: 152px;
    background: url(/images/download_box.png) no-repeat;
    color: #ffc;
    text-align: left;
    text-decoration: none;
}

.home-download a.download-game span {
    display: block;
    width: 446px;
    height: 152px;
}

.home-download a.download-game strong {
    display: block;
    padding: 50px 0 0 155px;
    font-size: 120%;
    font-weight: normal;
    text-decoration: underline;
}

.home-download a.download-game em {
    display: block;
    margin: 0.2em 0 0 155px;
    color: #cca;
    font-size: 90%;
    font-style: normal;
    text-decoration: none;
}

.home-download a.download-game:hover span {
    background: url(/images/download_box_hover.png) no-repeat;
    color: #fff;
}

.home-download a.download-game:hover em {
    color: #ddb;
}

.home-download .download-other {
    width: 446px;
    margin: -15px 0 0 0;
    padding-left: 30px;
    text-align: left;
    font-size: 90%;
}

/* Breadcrumb */
#breadcrumbs
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumbs li
{
    display: inline;
    margin: 0 0 0 0.5em;
    padding: 0 1.0em 0 0;
    background: url(/images/style/breadcrumb-divider.gif) no-repeat right 0.25em;
    font-size: 9pt;
}

#breadcrumbs li.last {
    background: none;
}

/* Poll */
.poll {
    position: relative;
    border: 1px solid #900;
    background: #300;
    text-align: left;
    font-size: 75%;
}

.poll_title {
    background: #900 url(/images/style/thead.jpg);
    color: #fff;
    text-align: center;
    word-spacing: 0.1em;
    text-indent: 1em;
    letter-spacing: 0.1em;
}

.poll_answer {
    padding: 5px 5px 0px 5px;
}

.poll_result {
    padding-left: 5px;
}

.poll_vote {
    margin: 5px 0 5px 25px;
}

.poll_show_result {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
}

/* Generic Classes */
pre .keyword {
    background-color: inherit;
    color: #00f;
}

pre .comment {
    background-color: inherit;
    color: #080;
}

.error {
    background-color: inherit;
    color: #f00;
}

.warning {
    background-color: inherit;
    color: #f80;
}

.hide {
    display: none;
}

div.footnote {
    font-size: 8pt;
}

div.caption {
    font-size: 80%;
    font-style: italic;
}
