#wrapper .forumtable{
    border-spacing: 2px;
    margin: 15px 0;
    border: none;
}
#wrapper .forumtable .wide{
    width: 500px;
}
#wrapper .forumtable .medium{
    width: 170px;
}
#wrapper .forumtable .tiny{
    width: 130px;
    vertical-align: bottom;
}
#wrapper .forumtable .small{
    text-align: right;
}
#wrapper .forumtable th, #wrapper .forumtable th a{
    text-decoration: none;
    background: #ccd8e8;
    padding: 2px 3px;
    color: #283f83;
    border: none;
}
#wrapper .forumtable td{
    background: #f3f8fe;
    padding: 2px 3px;
    border: none;
}
#wrapper .forumtable .forumfooter{
    text-align: right;
}
#wrapper .forumbuttons{
    float: right;
}
#wrapper .quotetation {
    border : 1px solid #cccccc ;
    margin : 2px 2px 2px 5px ;
    line-height: 14px;
    font-size: 10px;
    padding : 4px ;
}
#wrapper .author {
    text-decoration: underline;
    font-style : italic ;
    font-weight : bold ;
    display : block ;
    font-size: 10px;
}