/* Stili Commenti */

.CommentArea {
	background-color: #F9F9F9;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	padding: 7px;
	font-family: 'Lucida Grande', Tahoma, Arial,  Helvetica, sans-serif;	font-size: 10px;
	color: #555555;
}

.CommentUser {
	background-image: url('../../img_system/spacer02.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 7px;
	color: #555555;
}

a.CommentUserLink:link, a.CommentUserLink:active, a.CommentUserLink:visited		{ 
	font-size: 10px; 
	color: #397AA8; 
	text-decoration: none;
}

a.CommentUserLink:hover	{ 
	text-decoration: underline; 
}