.CategoryList {
	color: #000000;
	font-weight: bold;
	font-size: 0.75em;
	
}
.HeadV {font-size: 0.875em !important;font-weight: bold;}

.ItemStyle
{
/* background: url(/images/dotted1.jpg) repeat-x left bottom;*/ 
}

.AlternatingItemStyle
{
background-color: #f2f2f2;
}



.CommentsContainer {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 1px;
}

.CommentItemStyle {
	background-color: #F8F8F8; 
	padding: 5px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
	background-color: #e5efea; 
}

.CommentAuthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.CommentDate{
	font-size: .8em; 
	color: #5F68AD;
}

