﻿/* Post -----------------------------------------------*/
.Post
{
    width: 100%
}

.PostLink
{
    text-decoration: none;
    color: inherit;
}

a.PostLink:hover
{
    text-decoration: underline;
    color: inherit;
}

a.PostLink:visited
{
    text-decoration: none;
    color: inherit;
}

div.PostLink:hover
{
    text-decoration: underline;
    color: inherit;
}

.PostLine
{
    width: 100%;
    height: 2px;
    background-image: url('../../Common/Transparent/TransparentBlack20.png');
    background-repeat: repeat;
}

.PostMore
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #990000;
    text-align: right;
}

.PostUnderLine
{
    font-size: 16px;
    font-style: italic;
    text-align: left;
    font-weight: bold;
}

.PostGroupAlias {
    font-weight: bold;
    color: #990000;
}

.PostCategoryHeader
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    background-image: url('../img/CategoryHeaderBG.png');
    background-repeat: repeat-x;
    background-color: #D47741;
}