    .left_content
    {
        width:57%;        
        float: left;        
        padding-right: 5px;
    }
    .middle_content
    {
        width:18%;                 
        float: left;       
        padding-right: 5px; 
    }
    .right_content
    {
        width:23%;
        float: right;      
        padding-right: 5px;        
    }
    .f_tbl {    
    background-image:url(../images/topic_bg.gif);        
    color:#999999;
    font-size:14px;
    font-weight:bold;
    height:24px;
    line-height:24px;
    padding-left:12px;
    text-align:center;
    margin:0 5px 5px;
    position:relative;
    width:757px;    
}
th.heading{
border-bottom: solid 1px #999999;
padding-left: 5px;
}
.main_table{
border:solid 1px gray;
}
.listed_text{
font-size: 12px;
padding:5px;
}
.listed_text_heading{
font-size: 15px;
padding:5px;
font-weight: bold;
}
.listed_text_posts_count{
font-size: 12px;
padding-top:2px;
}
.forum_user_icon{
border:solid 1px gray;
padding:5px;
}
.post_date{
font-size: 12px;
color: gray;
padding:5px;
}