@CHARSET "UTF-8";

.comment {
	padding: 5px 20px;
	border-top: 5px dotted #eeea;
}
.commentControl{
	float:right;
	font-size: 8pt;
	border: 1px solid #000000;
	margin: 2px;
	text-decoration: none;
}
.commentControl a{
	text-decoration: none;
}

.commentError{
	width:100%;
	border: 2px solid #ff0000;
	background-color: #ffdddd;
	color: #ff2222;
}
.commentDisabled{
	color: #aaaaaa;
	text-decoration: line-through;
	font-size: 6pt;	
}
.commentUnchecked{
	color: #aaaaaa;
	font-size: 6pt;	
}
.commentChecked{
	
}
.commentFrom{
	background-image: url("../images/comment.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #333;
	font-weight: bolder;
}

.commentOdd {
	background-color: #fff;
}
.commentEven {
	background-color: #eee;
}
.commentText{
	padding-left: 15px;	
}

.commentDate{
	padding-left: 15px;
	padding-top: 1em;
	font-size: 7pt;
}

.byear{

}
.bmonth{
	margin-left: 10px;
}
.btitle{
	margin-left: 10px;
}
