﻿.post_table
{
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
}
.comment_table
{
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    background-color: #f5f5f5;
}
.post_avatar
{
    height: 50px;
    width: 50px;
    padding: 5px;
}
.post_td
{
    padding: 5px;
    text-align: left;
}

.div_AddLink
{
    width: 20%; 
    height: 70px; 
    background-color: #FFF;
    font-weight: bold;
    color: #000;
    padding: 5px;
    border: 1px solid #365b89;
    text-align: center;
    position: absolute;
    left: 40%;
    
}

.post_div
{
    padding-top: 10px;
    margin-top: 5px;
    width: 100%;
}

.blog_title
{
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

    .blog_table
    {
        margin: 3px;
        width: 99%;
        border: 1px solid #b7c0c5;
        text-align: left;        
    }

    .blog_td_header
    {
        color: #FFF;
        font-weight: bold;
        padding: 5px;
        background-image: url('img/blue_bg.jpg');
        background-repeat: repeat-x;
        height: 26px;
    }
    
    .blog_td_header2
    {
        background-color: #eee;
        color: #000;
        font-weight: bold;
        padding: 2px;
    }    

    .blog_td
    {
        padding: 2px;
    }
    
.blog_comment_full
{
    margin-bottom: 20px;
    width: 100%;
}

.blog_comment_short
{
    margin-bottom: 20px;
    overflow: hidden;
    height: 50px;
    color: #d9d9d9;
    width: 100%;
}

.datetime
{
    font-weight: bold;
}
