﻿.postListTitle
{
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0px;
    color: #000000;
}

.comment
{
    padding-top: 10px;
}
.comment.odd
{
    background-color: #ebebeb;
}

.commentMeta
{
    margin: 0px 10px 0px 10px;
    font-family: Arial Sans-Serif;
    font-size: 10px;
}

.commentBody
{
    margin: 12px 10px;
}

.commentAdminLinks
{
    margin: 10px 10px 10px 10px;
    font-family: Arial Sans-Serif;
    font-size: 10px;
    float: right;
}

a.reportLink
{
    padding: 2px 3px;
    margin:7px;
    font-size: 12px;
    float: left;
}
a.reportLink:hover
{
    background-color: #777777;
    color: white;
    text-decoration: none;
}

.commentForm
{
    border-top: 1px solid #cccccc;
}

.commentForm input[type="text"]
{
    border: 1px solid #CCCCCC;
    height: 21px;
    padding: 4px 0px 0px 2px;
    width: 220px;
}

.commentForm textarea
{
    border: 1px solid #CCCCCC;
    padding: 4px 0px 0px 2px;
    width: 99%;
}

.commentLabel
{
    width: 90px;
    float: left;
}

.commentName, .commentEmail, .commentWebsite
{
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

#commentPreview
{
    display: none;
    clear: both;
    min-height: 150px;
}

#btnSaveAjax
{
    width: 105px;
    height: 21px;
    background: #616161 url(images/submit.gif) no-repeat center top;
    border: none;
    text-indent: -1000em;
    margin-top: 10px;
}

#btnSaveAjax:hover
{
    background: #616161 url(images/submit_over.gif) no-repeat;
}

