﻿
/************************************************************************
* Grid Styles
************************************************************************/
.gridBulletin
{
    width: 100%;
    padding: 5px;
    border: solid 1px #ececec;
}
.gridBulletinHeader
{
    height: 20px;
    background-color: #dee1cb;
}
.gridBulletinRow
{
    height: 20px;
}
.gridLink
{
    color: Blue;
    text-decoration: underline;
}
/************************************************************************
* Comment Styles
************************************************************************/
.postItem
{
    border: 1px solid #ececec;
    width: 560px;
}
.commentAuthor
{
    float: left;
    border-right: solid 1px #ececec;
    vertical-align: top;
    width: 120px;
}
.postLeftTitle
{
    text-align: right;
    height: 18px;
    background: url(../../images/bg_medblue.gif) repeat-x;
}
.postRight
{
    float: left;
    vertical-align: top;
    margin-left: 5px;
    width: 420px;
}
.postRightTitle
{
    height: 18px;
    padding-left: 5px;
    font-weight: bold;
    background: url(../../images/bg_medblue.gif) repeat-x;
}
.postBody
{
    padding: 5px 5px 0 5px;
    line-height: 1.3;
}

