@charset "utf-8";
/* CSS Document */


.itemFrame{

	background-color:#FDFDFD;
	border:#F3F3F3 solid 1px;
	padding:5px;
	margin-top:17px;
	margin-bottom:17px;	
}

.itemHeader{
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:dotted 1px #CCC;
	text-transform:uppercase;

	
	
	padding-left: 0px;
	padding-top:2px;
	margin-bottom: 4px;
	font-weight:bold;
}




.itemDate{
	color:#666666;
}


.itemText{
	margin:5px;
	margin-left:10px;
}

.itemComment{
	margin:5px;
	margin-left:10px;	
	font-style:italic;
	color:#666;
	
}

.itemError{
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-style:italic;
}

.itemLine{
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}

