.forum_posts{}

.forum_posts table,
.forum_posts th,
.forum_posts td{
    border-width: 0;
    border-collapse: collapse;
}

.forum_posts table{
    background-color:transparent;
    max-width:99%;
}

.forum_posts tr{}

.forum_posts td,
.forum_posts th{
    padding:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.forum_posts th{
    color:#f90;
}

.forum_posts table a img{
    margin:0;
    margin-right:0.2em;
    margin-bottom:-0.2em;
    max-width:32px;
}

.forum_posts.checking{
    min-height:16px;
    background-image:url('graphics/loading_spinner_sm.gif');
    background-position:1em center;
    background-repeat:no-repeat;
}
.forum_posts.empty{
    min-height:unset;
    background-image:none;
    display:none;
}