* {
    margin: 0px;
    padding: 0px;
}

html { height: 100% }
body { min-height: 101%; }

body {
    color: #000000;
    background-color: #EFEFEF;
    font-family: Verdana, Monaco, sans-serif;
    line-height: 1.4em;
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: #37779D;
}
a:hover {
    color: #FFFFFF;
    background: #37779D;
}

h1, h2, h3 {
    font-family: Georgia, Trebuchet, serif;
    font-weight: normal;
    text-align: center;
}

h1 { font-size: 1.8em }
h2 { font-size: 1.6em }
h3 { font-size: 1.4em }


#header, #menu, #intro, #news, #rules, #software, #commands, #ratings, #how, #players, #player, #channel, #upload, #team, #contact, #repel {
    padding: 20px 40px 20px 40px;
}

#playerAd {
    padding: 40px 0px 0px 0px;
}

#playersAd {
    padding-bottom: 10px;
    text-align: center;
}

#softwareAd {
    float: right;
    padding: 20px 0px 0px 0px;
}

#menu {
    background-color: #333333;
}

#menu table {
    border: 0px;
}

#menu th {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
    padding: 0px 10px 0px 0px;
}

#menu a {
    color: #000000;
    text-decoration: none;
}

#menu a:hover {
    color: #FFFFFF;
    background: #000000;
}

/* Menu box */

.mbox_bl {background: url(../images/menu_box_bl.gif) 0 100% no-repeat #CCCCCC;}
.mbox_br {background: url(../images/menu_box_br.gif) 100% 100% no-repeat}
.mbox_tl {background: url(../images/menu_box_tl.gif) 0 0 no-repeat}
.mbox_tr {background: url(../images/menu_box_tr.gif) 100% 0 no-repeat; padding: 3px;}
.mbox_clear {font-size: 1px; height: 1px;}

.mbox {
    width: 150px;
    color: #000000;
    text-align: center;
    font-size: 1.2em;
    background-color: #CCCCCC;
    margin: 5px;
}

#intro p, #contact p {
    text-align: justify;
    padding: 10px 0px 10px 0px; /* No bottom padding */
}

#team ul {
    text-align: center;
    list-style-type: none;
    padding: 10px 0px 10px 0px;
}

#team li {
    display: inline;
    padding: 0px 5px 0px 5px;
}

#news blockquote, #commands blockquote {
    margin: 0px 0px 0px 20px;
    border: 1px dashed #888888;
    padding: 10px 10px 10px 10px;
    font-size: 0.8em;
}

#upload blockquote {
    border: 1px dashed #888888;
    padding: 10px 10px 10px 10px;
    font-size: 0.8em;
}

#news ul, #repel ul {
    /*list-style-type: none;*/
    padding: 5px 0px 5px 40px;
}

#news h3, #commands h3, #how h3 {
    text-align: left;
    padding: 20px 0px 20px 0px;
}

#news p {
    float: right;
}

#rules h3 {
    font-size: 1.0em;
}

#rules ul {
    list-style-type: decimal-leading-zero;
    padding: 20px 0px 20px 30px;
    font-size: 0.8em;
}

#rules li.new {
    color: #FF0000;
    font-weight: bold;
}

#rules p {
    padding: 0px;
    font-size: 0.8em;
}

#software ul {
    list-style-type: none;
    padding: 20px 0px 20px 0px;
}

#software p {
    clear: both;
}

#repel h2 {
    margin-bottom: 20px;
}

#commands hr {
    margin: 40px 0px 0px 0px;
}

#ratings h3{
    padding: 40px 0px 10px 0px;
}

#ratings p, #how p {
    text-align: justify;
    padding: 20px 0px 20px 0px;
}

#players h2, #player h2 {
    padding: 0px 0px 20px 0px;
}

#player table {
    border: 0px;
    width: 896px;
    text-align: left;
}

#players table a {
    text-decoration: none;
}

#channel p, #player p, #upload p {
    padding: 20px 0px 20px 0px;
}

#content {
    background: url(../images/bg_content.png) repeat-y;
    padding: 0px 12px;
    width: 976px;
    margin: 0px auto;
}

#content hr {
    width: 900px;
    height: 19px;
    border: 0;
    border-top: 2px solid #CCCCCC;
    border-bottom: 0;
    color: #FFFFFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both !important;
    visibility: hidden;
}
.clearfix { display:inline-block; }
.clearfix { display: block; }

#footer {
    background: url(../images/bg_diagonal_stripes.png);
    text-align: center;
    font-size: 0.8em;
    padding: 0.5em 0px;
}

#copyright {
    background-color: #333333;
    text-align: center;
    color: #CCCCCC;
    padding-top: 1em;
    padding-bottom: 1em;
}

#copyright p {
}

#copyright p a:hover {
    background-color: #333333;
}


/* Players table style */
#rankTable {
    background-color: #CDCDCD;
    font-size: 0.8em;
    width: 100%;
    text-align: left;
}
#rankTable thead tr th, #rankTable tfoot tr th {
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    padding: 2px;
}

#rankTable thead tr .header {
    background-image: url(../images/t_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#rankTable tbody td {
    color: #333333;
    padding: 2px;
    background-color: #FFFFFF;
    vertical-align: middle;
}
#rankTable tbody td.hero {
    width: 30px;
    padding-left: 5px;
}
#rankTable tbody td.hero img {
    border: 0px;
    width: 30px;
    height: 30px;
}
#rankTable tbody tr.odd td {
    background-color: #EFEFEF;
}
#rankTable thead tr .headerSortUp {
    background-image: url(../images/t_asc.gif);
}
#rankTable thead tr .headerSortDown {
    background-image: url(../images/t_desc.gif);
}
#rankTable thead tr .headerSortDown, #rankTable thead tr .headerSortUp {
    background-color: #999999;
}