/***Comment Count Link Styles***/
/*Defines the font and color styles for the Comment count link*/
.CommentCountLinkStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

/***Comment Title Styles***/
/*Defines the font and color styles for the “Article Comments” title”*/
.CommentTitleStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	background: url("/graphics/forums/forum_title.gif") no-repeat 2px;
	height:20px;
}

/***CommentLinkTextStyle***/

/*Defines the text style for “Add Comment” and “View All Comment”links beneath
the “Article Comments” title*/

.CommentLinkTextStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/*** Comment Link Styles ***/
/*Defines color and formatting styles for the comment links*/
a.CommentLinkStyle:link, a.CommentLinkStyle:active, a.CommentLinkStyle:visited
{
	color: #003366;
	text-decoration: underline;
}

a.CommentLinkStyle:hover
{
	color: #DD6900;
	text-decoration: underline;
}

/***Comment Table Styles***/
/*Defines the background and border styles for the comments table*/
table.CommentTableStyle
{
	background-color: #FFFFFF;
	width:420px;
}

/***Comment Subject Row Style***/
/*Defines table row styles for the comment’s table subject header*/
td.CommentSubjectRowStyle
{
	background-color: #003366;
}

td.CommentTextRowStyle
{
	background-color: #EFEFEF;
}

/***Subject Text Styles***/
/*Defines the font and color styles for a comment subject*/
.SubjectTextStyle
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

/***DateTimeTextStyle***/
/*Defines the font and color styles for a comment’s post date and time*/
.DateTimeTextStyle
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/***CommentTextStyle***/
/*Defines the font and color styles for a comment post*/
.CommentTextStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align:left;
}