#CommentAttachment {
	margin-top: 10px;
	padding: 8px;
	background-color: #F8F8F8;
	border: 1px solid #ededed;
	color: #062971;
	display: block;
	overflow: auto;
	padding-bottom: 8px;
	height: 1%;
}

#CommentAttachment span.ImageError {
	background: url('images/image_error.gif') no-repeat center left;
	padding-left: 20px;
	margin: 0px 10px;
	}

#CommentAttachment ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#CommentAttachment ul li {
	margin: 0;
	padding: 0;
	margin-left: 14px;
	list-style: disc;
	color: #062971;
	}

#CommentAttachment ul li a {
	text-decoration: none;
	}

#CommentAttachment ul li a:hover {
	text-decoration: underline;
	}

#CommentAttachment ul li.image_attach {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}

#CommentAttachment ul li.image_attach img {
	display: block;
	border: 1px solid #acbEDF;
	background-color: #fff;
	padding: 8px;
	margin: 5px;
	}

#CommentAttachment ul li.image_attach img:hover {
	border: 1px solid #acbEDF;
	background-color: #F0FFFF;
	padding: 9px 7px 7px 9px;
	}


/***** FILETYPES *****/


#CommentAttachment ul li.doc,
#CommentAttachment ul li.rtf {
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url('images/page_white_word.gif');
	}

#CommentAttachment ul li.txt {
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url('images/page_white_text.gif');
	}

#CommentAttachment ul li.pdf {
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url('images/page_white_acrobat.gif');
	}

#CommentAttachment ul li.zip,
#CommentAttachment ul li.rar,
#CommentAttachment ul li.gz {
	margin-left: 25px;
	padding-left: 10px;
	list-style-image: url('images/page_white_compressed.gif');
	}

