﻿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 #437399; 
	width: 96%; 
	background-color: White;
}

.CategoryHeader
{
	background-color: #DBE6EE; 
	width: 98%; 
	padding: 6px; 
	vertical-align: middle;
}

.CategoryHeaderText
{
	font-size: 14px; 
	font-weight: bold;
}

.QuestionsOuterDiv
{
	width: 96%; 
	padding: 3px; 
	border: solid 2px #437399;
}

.QuestionText
{
	 color: Blue;
}

.CategoryTreeText
{
	color: Gray; 
	font-size: 8pt;
}

.LastUpdatedText
{
	font-size: 8pt; 
	color: Gray;
}

.RatingText
{
	font-size: 8pt; 
}

.QuestionRow
{
	background-color: #DBE6EE;
}

.AlternatingQuestionRow
{
	background-color: #FFFFFF;
}


.QuestionDetailOuterDiv
{
	width: 96%; 
	padding: 3px; 
	border: solid 2px #DBAB52;
}

.QuestionDetailQuestionText
{
	 Font-Size:15px;
	Color:Blue;
}

.QuestionDetailAnswerArea
{
	background-color: #F8E4B8; 
	border: solid 1px #DBAB52; 
	padding: 7px;
}

.CommentHeader
{
	background-color: #FFFFFF;
	font-size: 14px;
}

.CommentRow
{
	background-color: #F8E4B8;
}

.AlternatingCommentRow
{
	background-color: #F8E4B8;
}

.PostCommentArea
{
	background-color: #F8E4B8; 
	padding: 7px;
}

div.toggle { 
    display: none; 
} 

div.toggleshow { 
    display: block;
} 