﻿.forum_table
{
    margin: 3px;
    width: 99%;
    border: 1px solid #b7c0c5;
    margin-bottom: 5px;
    text-align: left;
}

.forum_td_header
{
    color: #FFF;
    font-weight: bold;
    line-height: 26px;
    padding-left: 5px;
    background-image: url('img/blue_bg.jpg');
    background-repeat: repeat-x;
    height: 26px;
}

.forum_td_header2
{
    color: #000;
    background-image: url('img/gray_bg.jpg');
    background-repeat: repeat-x;
    height: 25px;   
    line-height: 25px;
    padding-left: 5px;    
}

.forum_avatar
{
    height: 50px;
    width: 50px;
    padding: 5px;
}
.forum_td
{
    padding: 2px;
}

.forum_ttd1
{
    width: 50px;
    padding: 2px;
}

.forum_ttd1_2
{
    width: 180px;
    padding: 2px;
}

.forum_super_title
{
    font-size: 16px;
    font-weight: bold;
    color: Gray;
    text-align: left;
}

.div_UserSignature
{
    margin-top: 5px;
    padding: 2px;
    font-style: italic;
    border-top: 1px dashed #ddd;
}

.div_quote
{
    border: 1px solid #888;
    background-color: #FFF;
    padding: 5px;
    margin-left: 10px;
    font-style: italic;
}
.div_who
{
    font-weight: bold;
    margin-left: 10px;
}

.mail_table
{
    width: 600px;
    border: 1px solid #b7c0c5;
    margin-bottom: 5px;
    text-align: left;
}

.mail_table td
{
    padding: 10px;
}

.mail_td
{
    background-image: url('img/gray_bg2.jpg');
    background-repeat: repeat-x;
    padding-top: 5px;
}

.mtype_empty
{
    width: 120px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.mtype_full
{
    width: 120px;
    height: 26px;
    background-image: url('img/mt_top_menu.jpg');
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    line-height: 26px;   
}