﻿/* COMMENT LIST CONTAINER */
div.CommentListContainer
{
	margin-top: 25px;
}
div.CommentListContainer div.SubHeader
{
	background-color: Black;
	padding-left: 17px;
}
div.CommentListContainer div.SubHeader h2
{
	color: #f9eb12;
	text-transform: uppercase;
}
div.CommentListContainer img.AjaxLoading
{
	margin-left: 570px;
	margin-top: -25px;
}
div.CommentListContainer p.NoComments
{
	font-size: 16px;
	font-style: italic;
	padding: 20px;
}

/* COMMENT LIST */
div.CommentListContainer div.CommentList
{
}
div.CommentListContainer div.CommentList div.Comment,
div.CommentListContainer div.CommentList div.CommentAlternate
{
	margin-top: 15px;
	overflow: hidden;
	height: 100%;
}
div.CommentListContainer div.CommentList div.Comment p.Text,
div.CommentListContainer div.CommentList div.CommentAlternate p.Text
{
	float: left;
	padding: 0px;
	width: 600px;
}
div.CommentListContainer div.CommentList div.Comment div.CommentInformation,
div.CommentListContainer div.CommentList div.CommentAlternate div.CommentInformation
{
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	height: 22px;
	margin-bottom: 10px;
}
div.CommentListContainer div.CommentList div.Comment span.Title,
div.CommentListContainer div.CommentList div.CommentAlternate span.Title
{
	font-size: 14px;
	color: #666666;
}
div.CommentListContainer div.CommentList div.Comment span.MetaInformation,
div.CommentListContainer div.CommentList div.CommentAlternate span.MetaInformation
{
	line-height: 22px;
}
div.CommentListContainer div.CommentList div.Comment div.MetaInformation span.Date,
div.CommentListContainer div.CommentList div.CommentAlternate div.MetaInformation span.Date
{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin-left: 10px;
	padding: 0px 5px;
}
div.CommentListContainer div.RootComment
{
}
div.CommentListContainer div.ChildComment
{
	margin-left: 30px;
}
div.CommentListContainer div.CommentList div.ReplyToThisComment
{
	font-size: 18px;
	text-align: right;
	float: right;
	width: 50px;
}
div.CommentListContainer div.CommentList div.ReplyToThisComment a
{
	text-decoration: none;
	background-color: #63b7e3;
	border: 1px solid #a4a4a4;
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	line-height: 23px;
}
div.CommentListContainer div.CommentList div.ReplyToThisComment a:hover
{
	text-decoration: underline;
}
div.CommentListContainer div.CommentList a.ProfilePicture
{
}
div.CommentListContainer div.CommentList a.ProfilePicture img
{
	float: left;
	border: solid 1px #CCCCCC;
}

/* ADD NEW COMMENT */
div.CommentListContainer div.AddNewComment
{
	margin-top: 20px;
}
div.CommentListContainer div.AddNewComment div.SubHeader h2.newComment
{
	color: #ff3399;
	text-transform: uppercase;
}
div.CommentListContainer div.AddNewComment fieldset
{
	border: none;
	margin-top: 10px;
	overflow: hidden;
}
div.CommentListContainer div.AddNewComment fieldset .group1
{
	float: left;
	width: 250px;
}
div.CommentListContainer div.AddNewComment fieldset .group2
{
	float: left;
	width: 505px;
	text-align: right;
}
div.CommentListContainer div.AddNewComment fieldset div.FormSection
{
	margin-bottom: 5px;
	text-align: left;
}

div.CommentListContainer div.AddNewComment fieldset legend
{
	display: none;
}
div.CommentListContainer div.AddNewComment fieldset .ValidationError
{
	color: Red;
}
div.CommentListContainer div.AddNewComment fieldset label.LabelText
{
	display: block;
}
div.CommentListContainer div.AddNewComment fieldset input
{
	width: 200px;
	border: 1px solid #cccccc;
}
div.CommentListContainer div.AddNewComment fieldset textarea.CommentText
{
	height: 160px;
	width: 501px;
	border: 1px solid #cccccc;
}
div.CommentListContainer div.AddNewComment fieldset input.Action
{
	margin-left: 150px;
	width: 140px;
	background-color: #c11c78;
	border: 1px solid #a4a4a4;
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
}
div.CommentListContainer div.AddNewComment fieldset div.CaptchaFormSection img
{
	display: block;
}
div.CommentListContainer div.AddNewComment fieldset div.CaptchaFormSection label
{
}
div.CommentListContainer div.AddNewComment fieldset div.CaptchaFormSection input
{
}
