#ArticleComments{
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 00px;
	width: 400px;
	font: 11px Arial,Helvetica,sans-serif;
	text-align: left;
}

/***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;
}
/***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;
border: 1px #003366 solid;
}
/***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;
}
