/*$Id :$ */
.ItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('/images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

.noteClass {

	overflow: hidden;
	padding-left: 16px;
	height: 16px;
	width: 16px;
	background-image: url('/images/ccomments.gif');
	//background-position: top;
	background-repeat: no-repeat;
}
.ccomment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FF3C9A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 01D5FA;
}

ins.diff
{
background: #9CFF9C;
}
ins.modified
{
/*background: #CDCEFF;*/
background: #FFFFA0;
}


del.diff
{
background: #ff999C;
}



