﻿.forumBackLink
{
    margin-top: 24px;
    margin-bottom: 24px;
}

.comment img, .commentAlt img
{
    border: 0px;
}

.comment
{
    background-color:#f7fdff;
    margin-bottom: 20px;
    padding:5px;
}

.commentAlt 
{
    background-color: #eff3f3;
    margin-bottom: 20px;
    padding: 5px;
}

.commentHeader
{
    border-bottom: 1px dashed #c5d3d3;
    padding-bottom: 3px;
}

.commentHeaderLeft
{
    float: left;
}

.commentHeaderRight
{
    float: right;
}

.commentBody
{
    padding-bottom: 3px;
}

.commentFooter
{
    border-top: 1px dashed #c5d3d3;
    font-size: 80%;
    padding-top: 3px;
}

/* -----discussion----- */
.AllDiscs
{
    background-color:#f7fdff;
}

.AllDiscsAlt
{
    background-color: #eff3f3;
}

.AllDiscs img, .AllDiscsAlt img
{
    border: 0px;
}

#divDiscussionForm input[type="text"]
{
    width: 380px;
}

#divDiscussionForm textarea
{
    width: 380px;
    height: 200px;
}

/* -----discussion end----- */