﻿/******************************BLOG MAIN PAGE*/
.BlogMainPage
{
}
.BlogMainPage .ContentSection
{
	padding:0px 15px 10px 15px;	
}
.BlogMainPage .RecentBlogsSection
{		
}
.BlogBody
{
	background-color:#DFF4FF;
	margin-bottom:5px;
	border-bottom:solid 1px #0066CC;
	border-left:solid 1px #0066CC;
	border-right:solid 1px #0066CC;
}
.BlogTitle
{
	padding:5px 15px 0px 15px;
	font-size:14px;
}
.BlogTitle a, .BlogTitle a:visited, .BlogTitle a:hover
{
	font-weight:bold;
	color:#0066CC;	
}
.BlogSummary
{
	padding:0px 15px 5px 15px;
}
/******************************BLOG POST PAGE*/
.BlogPostPage
{
}
.BlogPostPage .ContentSection
{
	border-bottom:solid 1px #0066CC;
	border-left:solid 1px #0066CC;
	border-right:solid 1px #0066CC;
	padding:5px 15px 0px 15px;	
	margin-bottom:10px;
	background-color:#DFF4FF;
}
.BlogPostPage .ContentSection .BlogTitle
{
	font-size:14px;
	padding:0px;
	font-weight:bold;
}
.BlogPostPage .CommentDisplayFormSection
{
}
/******************************COMMON BLOG STYLES*/
.BlogHeader
{
	height:20px;
	background-color:#0066CC;
	padding:5px 15px 0px 15px;
	margin:0px;
	color:White;
	font-size:10px;
}
/*****************************RATING STYLES*/
.ratingStar {
    font-size: 0pt;
    width: 15px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(/common/images/YellowStar.png);

}
.emptyRatingStar {
    background-image: url(/common/images/WhiteStar.png);
}
.savedRatingStar {
    background-image: url(/common/images/YellowStar.png);
}
/*****************************COMMENT DISPLAY STYLES*/
.CommentDisplaySection
{
}
.CommentDisplaySection .CommentDisplaySectionTitle
{
	padding:10px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
}
.CommentBody
{
	margin-bottom:10px;
	padding-bottom:10px;
}
.CommentTitle
{
	font-weight:bold;	
	background-color:#0066CB;
	color:White;
	padding:2.5px 0px 2.5px 5px;
	margin-bottom:5px;
}
.CommentContent
{
	padding-bottom:10px;
}
.CommentDate
{
	padding-bottom:5px;
}
.CommentAuthor
{
	font-weight:bold;	
}

/*******************************COMMENT EDIT STYLES*/
.CommentEditSection
{
	padding:10px;
}
.CommentEditSection .TextBox
{
	width:99%;	
}
.CommentEditSection .Row
{
	margin-bottom:10px;	
}
/*******************************COMMENT FORM STYLES*/
.CommentFormSection
{
}
.CommentFormSection .Row
{
	margin-bottom:10px;	
}
.CommentFormSection .Label
{
	display:block;
}
.CommentFormSection .TextBox
{
	width:100%;
}
.CommentFormSection .ButtonRow
{
	text-align:center;
}
.CommentFormSection .Button
{
}
.CommentFormSection .ValidationMessage
{
	margin-left:5px;
}