.stfbutton {
	cursor: pointer;
	cursor: hand;
}
.categorylist {
	color: maroon;
	font-weight: bold;
}
.author {
	font-size: 11px;	
	font-weight: bold;
	color: #000099;
}
.publishdate {
	font-size: 11px;	
	font-weight: bold;
	color: #440088;
}

.commentslink{
	line-height: 30px;
	font-size: 14px;
}

.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; 
}

.commentauthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.commentdate {
	font-size: .8em; 
	color: #5f68ad;
}
.reply {
	font-style: italic;
	background-color: #dde8ea;
	border: 1px dashed #adb8ba;
	padding: 3px;
}
