﻿.CellAuthor
{
	color:				#6FBE47;
	font-size:			12px;
	font-weight:		bold;
	padding:			3px;
}
.CellAuthorSelected
{
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		bold;
}
.CellComment
{
	border-top:			1px solid #D6D6D6;
	padding:			5px;
}
.CellCommentNested
{
	border-left:		1px dashed #D6D6D6;
	border-top:			1px dashed #D6D6D6;
	padding:			5px;
}
.CellCommentInput
{
	background-image:	url('../images/CommentsInputBg.png');
	border-top:			1px solid #707070;
}
.CellCommentInputActive
{
	background-image:	url('../images/CommentsInputBgActive.png');
	border-top:			1px solid #707070;
}
.CellCommentSubmit
{
	border:				1px solid #707070;
}
.CellMessage
{
	cursor:				text;
	font-size:			13px;
	height:				100%;
	padding:			5px;
	vertical-align:		top;
}
.CellTimeStamp
{
	font-size:			12px;
	padding:			3px;
}
.InputComment
{
	background-color:	transparent;
	border:				0px;
	color:				#487BBD;
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	height:				72px;
	overflow:			auto;
	width:				100%;
}
.InputCommentActive
{
	background-color:	transparent;
	border:				0px;
	color:				#000000;
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	height:				72px;
	overflow:			auto;
	width:				100%;
}
.RowEven
{
	background-color:	#F1F9F1;
}
.RowOdd
{
	background-color:	#FFFFFF;
}
.RowSelected
{
	background-color:	#FFBB66;
}
.SpanReplyBracket
{
	color:				#6FBE47;
	font-size:			12px;
	font-weight:		bold;
	padding-top:		3px;
}
.SpanReply
{
	color:				#6FBE47;
	cursor:				hand;
	text-decoration:	underline;
	font-size:			12px;
	font-weight:		bold;
	padding-top:		3px;
}
.SpanReplySelected
{
	color:				#FFFFFF;
	cursor:				hand;
	text-decoration:	underline;
	font-size:			12px;
	font-weight:		bold;
	padding-top:		3px;
}
