﻿.CommentsWidget_Hidden
{
    background-color:Yellow;
}

.CommentsWidget_PostTitle
{
    font-weight:bold;
    margin-bottom:5px;
}

.CommentsWidget_Float
{
    float:left; 
    xborder:1px solid red; 
    height:60px; 
    width:220px;
}

.CommentsWidget_Button
{
    font-size:18px;
    font-family:Georgia;
    margin-top:20px;
    cursor:pointer;
}

.CommentsWidget_Form
{
    xborder: 1px solid red;
    font-family: Arial;
    font-size: 12px;
    width: 450px;
    padding: 10px;
    box-shadow: 1px 1px 10px rgb(158, 158, 158);
    margin-left:10px;
    margin-bottom:10px;
}

.CommentsWidget_Container
{
    font-family:Arial;
    font-size:12px;
}

.CommentsWidget_AddComment
{
    padding-top:5px;
    padding-bottom:10px;
    display:block;
}




.CommentsWidget_Post_Line
{
    font-family:Arial;
    font-size:12px;
    xborder:1px solid red;
    padding:5px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}

.CommentsWidget_Post_Container
{
}

.CommentsWidget_Post_Comment
{
    font-style:italic;
    margin-bottom:5px;
    margin-left:5px;
}

.CommentsWidget_Post_Author
{
    font-family:Georgia;
    font-size:16px;
    display:inline; 
}

.CommentsWidget_Post_Date
{
    display:inline;
    color:#666;
    font-size:11px;
}

.CommentsWidget_Admin_Container
{
    padding: 5px;
    background-color: rgba(204, 204, 204, 0.28);
    border:1px solid rgb(209, 209, 209);
    margin-top:5px;
    line-height:20px;
    height:40px;
}

.CommentsWidget_Admin_Float
{
     float:left; 
     height:20px; 
     width:80px; 
     xborder:1px solid red; 
     padding:10px; 
     margin-right:10px;
     background-color: rgb(202, 202, 202);
    color: black;
    font-weight: bold;
}