/***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;
}
/***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 #ccc; /*#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: #ccc;
}
/***Subject Text Styles***/
/*Defines the font and color styles for a comment subject*/
.SubjectTextStyle
{
color: #333; font-family: Verdana, Arial, Sans-Serif; font-size: 11px; line-height: 14px; font-weight: bold;
}
/***DateTimeTextStyle***/
/*Defines the font and color styles for a comment’s post date and time*/
.DateTimeTextStyle
{
color: #333; font-family: Verdana, Arial, Sans-Serif; font-size: 11px; line-height: 13px; font-weight: bold; padding: 4px 0px 4px 0px; display: block; width: auto; padding: 0px 0px 0px 0px; margin: 20px 0px 0px 0px; 
}
/***CommentTextStyle***/
/*Defines the font and color styles for a comment post*/
.CommentTextStyle
{
color: #333; font-family: Verdana, Arial, Sans-Serif; font-size: 11px; line-height: 15px; border: 1px solid #ccc; display: block; width: auto; padding: 10px; margin: 3px 0px 0px 0px; background-color: #fafafa;
}