body {
    background-color: rgb(238,153,102);
    margin: 0;
    color: #000;
    font-size: 90%;
}

body,
textarea {
    font-family: tahoma, arial, helvetica, sans-serif;
}

.content {
    position: relative;
    top: 10px;
    width: 960px;
    height: 1200px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #744;
    font-size: 150%;
    margin-top: 0;
    border-bottom: 1px dotted #744;
}

.subtitle {
    display: block;
    padding-top: 18px;
}

#userInfo {
    position: absolute;
    top: 24px;
    width: 500px;
    height: 20px;
    right: 2px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #744;
}

h2 {
    color: #744;
    font-size: 100%;
    background-color: rgb(247,206,181);
    -moz-border-radius: 5px 5px 5px 5px;
    margin-top: 0;
    padding: 3px;
    text-align: center;
}

.news h2 {
    float: right;
    margin-top: 0;
    text-align: right;
    font-size: 80%;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin-left: 10px;
}

a,
#userInfo a {
    color: #33a;
}

a img {
    border: 0;
}

a.login {
    color: #555;
}

h1 img {
    float: left;
}

.section {
    background-color: rgb(243,182,145);
    -moz-border-radius: 8px 8px 8px 8px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 260px;
    height: 300px;
}

#sectionCharts {
    height: 998px;
}

#sectionAbout {
    top: 260px;
    width: 240px;
    left: 700px;
    height: 290px;
}

#sectionMoreLinks {
    width: 240px;
    left: 700px;
    height: 140px;
}

#sectionMore {
    width: 240px;
    top: 590px;
    left: 700px;
    height: 488px !important;
}

.news {
    position: absolute;
    top: 78px;
    left: 305px;
    width: 350px;
    min-height: 1000px;
    height: 1000px;
    overflow: hidden;
}

.newsBit {
    margin-bottom: 40px;
}

a.lessImportantLink {
    color: #444;
}

.rankbar {
    width: 40%;
    height: 6px;
    border: 1px solid #777;
    border-top: 0;
}

.alias, .karma, .activity, .personrank {
    float: left;
}

.alias {
    width: 30%;
}

.karma, .activity {
    width: 20%;
    text-align: right;
    padding-right: 5px;
}

.personrank {
    width: 25%;
    text-align: right;
}

.picture img {
    width: 240px;
}

.better {
    text-align: center;
    font-size: 120%;
    padding-top: 5px;
}

.better a {
}

.license {
    padding-top: 5px;
    font-size: 80%;
    text-align: right;
}

.clear {
    clear: both;
}

#You {
    padding-top: 10px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}

th,
td {
    text-align: left;
    padding: 6px;
}

th {
    background-color: #eee;
    border-right: 1px solid #999;
    text-align: center;
}

.header th {
    background-color: #ccc;
    border-right: 0;
    font-size: 85%;
    color: #666;
    text-align: left;
}

td {
    background-color: #fff;
}

.alternative th {
    background-color: #ccc;
}

.alternative td {
    background-color: #eee;
}

.lessImportant {
    font-size: 80%;
    color: #777;
}

#playerRow1 .playerName,
#playerRow2 .playerName,
#playerRow3 .playerName {
    font-weight: bold;
}

td img.avatar {
    border: 1px solid #999;
    width: 16px;
    height: 16px;
}

a.furtherLink {
    color: #000;
}
