.CategoryList {
    color: maroon;
    font-weight: bold;
}

.CommentsContainer {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 1px;
}

.CommentItemStyle {
    background-color: #F8F8F8;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
    padding: 5px;
}

.CommentAuthor {
    font-size: 1.25em;
    font-weight: bold;
}
.CommentDate {
    font-size: .8em;
    color: #5F68AD;
}

.PlainText P {
    /* fix for articles bug: description is always saved as Rich text with a parargraph added */
    display: inline;
}

a:link.TitleOnlyLink, a:visited.TitleOnlyLink, a:active.TitleOnlyLink, a.TitleOnlyLink {
    text-decoration: none;
    color: #666666;
    font-size: 12px;
}
a:hover.TitleOnlyLink {
    text-decoration: underline;
    color: #666666;
}
.summary SPAN P {
    display: inline;
    color: #444444;
}
.summary SPAN {
    color: #444444;
}
.summary {
    background-color: #f6f7f9;
    text-align: left;
    padding: 8px;
    vertical-align: top;
}
