body {
    background-image: url('gfx/bgfade.png');
    background-repeat: repeat-x;
    background-color: #d8d8d8;
    font-family: Arial,Verdana, Tahoma;
    font-size: 11pt;
    color: #333;
}

div#leftwrapper {
    margin:0; padding:0;
    float: left;
    width: 219px;
    margin-left: 3px;
}

div#middlewrapper {
    margin-left: 222px;
    width: 484px;
}

div#rightwrapper {
    margin:0; padding:0;
    float: right;
    width: 279px;
    margin-right: 3px;
}

div#mainbox {
    background-color: #535353;
    width: 988px;
    background-image: url('gfx/mainmiddle.png');
}

ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 10px;
    padding-left: 25px;
}

a.menu {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma;
}

a.menu:hover {
    color: #ddd;
}

span.menu {
    position: relative;
    top: 5px;
    left: 15px;
}

li.menubutton {
    background-image: url('gfx/menubutton.png');
    width: 178px;
    height:28px;
}

div.bigbox {
    position: relative;
    width: 763px;
    background-image: url('gfx/bigboxmiddle.png');
    margin-left: 0px;
}

div.middlebox {
    position: relative;
    width: 484px;
    background-image: url('gfx/middleboxmiddle.png');
}

div.menubox {
    position: relative;
    width: 219px;
    background-image: url('gfx/menutop.png');
    background-repeat: no-repeat;
    background-color: #000;
}

div.leftbox {
    position: relative;
    width: 219px;
    background-image: url('gfx/leftboxmiddle.png');
}

div.rightbox {
    position: relative;
    width: 279px;
    background-image: url('gfx/rightboxmiddle.png');
}



img.bottom {
    position: relative;
    bottom: 0px;
    margin-bottom: -5px;
    padding: 0px;
}

span.score1 {
    color: #6e9a34;
    font-weight: normal;
}

span.score0 {
    color: #e12121;
    font-weight: normal;
}

span.score2 {
    color: #dd0;
    font-weight: normal;
}

a.matchlink {
    color: #444;
    text-decoration: none;
    font-weight: normal;
}
a.matchlink:hover {
    color: #929191;
}

img.link {
    border: 0px;
}


table.matches {
    width: 735px;
    margin-left: 15px;
}

table.rightmatches {
    width: 260px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

img.memberimage {
    float: right;
    margin: 20px;
}

tr.header {
    font-size: 10pt;
    color: #000;
    font-weight: bold;
    background-color: #ddd;
}

td.question {
    width: 100px;
    vertical-align: top;
}

td.right {
    text-align: right;
}

tr.row0 {
    background-color: #f1f1f1;
}

tr.row1 {
    background-color: #ebebeb;
}

td.score {
    width: 50px;    
}

td.date {
    text-align: right;
    width: 100px;
}

td.nick {
    width: 200px;    
}

td.task {
    width: 300px;    
}

td.age {
    width: 50px;
}

div.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0; padding:0;
    background: transparent;
}

a{
    color: #444;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #929191;
}

div.inne {
    padding: 15px;
}
div.centered {
    text-align: center;
    margin: 15px;
    margin-left: 19px;
}


hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0;
    width: 100%;
}

h2.noborder {
    border: 0;
}

span.posted {
    display: block;
    color: #ccc;
    font-size: 8pt;
}

h2 {
    margin: 0px;
    border-bottom: 1px solid #c00;
}

span.copy {
    color: #bbb;
    font-size: 8pt;
}