﻿body
{
}
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/images/filledstar.png);
}

.ratedfilledRatingStar
{
    background-image: url(/images/ratedfilledstar.png);
}

.emptyRatingStar
{
    background-image: url(/images/emptystar.png);
}

.savedRatingStar
{
    background-image: url(/images/ratedfilledstar.png);
}

.CategoryHeaderOuterDiv
{
    padding: 3px;
    border: solid 2px #e5e5e5;
    width: 100%;
    background-color: White;
}

.CategoryHeader
{
    background-color: #f1f2f2;
    width: 98%;
    padding: 6px;
    vertical-align: middle;
}

.CategoryHeaderText
{
    font-size: 14px;
    color: #53718e;
    font-weight: bold;
}

.QuestionsOuterDiv
{
    width: 96%;
    padding: 3px;
    border: solid 2px #e5e5e5;
}

.QuestionText
{
    color: Blue;
}

.CategoryTreeText
{
    color: Gray;
    font-size: 8pt;
}

.LastUpdatedText
{
    font-size: 8pt;
    color: Gray;
}

.RatingText
{
    font-size: 8pt;
    color: #7595ab;
}

.QuestionRow
{
    background-color: #eaeef2;
}

.AlternatingQuestionRow
{
    background-color: #FFFFFF;
}


.QuestionDetailOuterDiv
{
    width: 96%;
    padding: 3px;
    border: solid 2px #e5e5e5;
}

.QuestionDetailQuestionText
{
    font-size: 15px;
    color: Blue;
}

.QuestionDetailAnswerArea
{
    background-color: #eaeef2;
    border: solid 1px #cbd6e2;
    padding: 7px;
}

.CommentHeader
{
    background-color: #cbd6e2;
    color: #53718e;
    font-size: 14px;
}

.CommentRow
{
    background-color: #c0cddc;
}

.AlternatingCommentRow
{
    background-color: #d2dce6;
}

.PostCommentArea
{
    background-color: #eaeef2;
    padding: 7px;
}

div.toggle
{
    display: none;
}
div.toggleshow
{
    display: block;
}

