body {
   color: #EEEEEE;
   background-color: #000;
   background-image: url('background.jpg');
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   background-position: center top;
   font-family: Georgia,sans-serif;
}

* {
   margin: 0px;
}

A:link {
   color: #CCC;
   transition: all 0.85s ease 0.0s;
}

A:visited {
   color: #888;
}

A:active {
   color: #E00;
}

A:hover {
   color: #FFF;
   transition: all 0.15s ease 0.0s;
}

input {
   color: #FFF;
   background-color: #222;
   margin: 4px;
   border: 1px solid #444;
}

div {
   opacity: 0.80;
   filter: alpha(opacity=80); zoom: 1; /* IE */
   background-color: #000;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

ul {
   list-style-type: none;
}

table {
   margin-left: auto;
   margin-right: auto;
}

table.right {
   margin-left: auto;
   margin-right: 4px;
}

div.header {
   opacity:0.9;
   filter:alpha(opacity=90); zoom: 1; /* IE */
   text-align: center;
   padding-bottom: 4px;
}

div.middle {
   padding-top: 32px;
   padding-bottom: 32px;
}

div.footer {
   text-align: center;
   color: #444444;
   font-size: 0.75em;
}

td.menu {
   border-top: 1px solid #777;
   border-bottom: 1px solid #777;
}

div.post {
   margin-top: 16px;
   border: 1px solid #333;
   width: 67%;
}

div.player_box {
   border-top: 2px solid #888;
   border-bottom: 2px solid #888;
   width: 640px;
}

div.game_box {
   display: inline-block;
   width: 200px;
}

td.name_box {
   width: 50%;
   border-right: 1px solid #444;
}

p.title {
   padding-top: 4px;
   font-size: 1.25em;
   font-weight: bold;
}

p.datetime {
   font-size: 0.75em;
   color: #777;
   width: 256px;
   margin-bottom: 8px;
   margin-left: auto;
   margin-right: auto;
   border-bottom: inherit;
}

p.content {
   text-align: left;
   margin: 8px;
}

span.void {
   color: #E00;
}

span.darkvoid {
   color: #555;
}

span.lightvoid {
   color: #FFF;
}

a.plain {
   text-decoration: none;
}

.text_positive {
   color: #0E0;
}

.text_negative {
   color: #E00;
}

.text_delta_positive {
   color: #8C8;
   font-size: 0.75em;
}

.text_delta_negative {
   color: #C88;
   font-size: 0.75em;
}

.text_delta_neutral {
   color: #888;
   font-size: 0.75em;
}

.text_sentinel {
   color: #5E5;
}

.text_scourge {
   color: #E55;
}

.text_quitter {
   color: #CC0;
}

.text_leaver {
   color: #E00;
}

.text_explain {
   font-size: 0.6em;
   vertical-align: super;
}

.text_comment {
   font-size: 0.65em;
}

.text_name {
   font-size: 1.5em;
}

td.left_align {
   text-align: left;
}

td.right_align {
   text-align: right;
}

textarea {
   color: #EEE;
   background-color: #222;
   margin-top: 12px;
}

div.comments_box {
   border-top: 2px solid #888;
   border-bottom: 2px solid #888;
   width: 640px;
}

span.comment_date {
   font-size: 0.7em;
   color: #07B;
}

td.comment_right {
   border-top: 1px solid #444;
   text-align: left;
}

td.comment_left {
   border-top: 1px solid #444;
   width: 175px;
}
