/* page */
.note-content {
	font: 14px Arial, sans-serif;
	line-height:150%;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,dl,dt,dd,caption
	{
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

/* comments */

#msg-block UL {
	display: inline;
	list-style-type: none;
	font-size:12px;
}
#msg-block-options LI, #msg-block-user LI {
	display: inline;
	list-style-type: none;
	font-size:12px;
}

#msg-block-options UL {	
	margin-left:26px;
}
#msg-block-options LI A {
	color:#666;
	padding-left: 7px;
	padding-right: 7px;
	border-right:1px solid #CCCCCC;
	line-height:30px;
}

#msg-block-user {
	padding-top:10px;
}

#msg-block-user-img {
	float:left;
	width: 35px;
}
#msg-block-user UL {
	float:left;
}
#msg-block-user LI A {
	padding-top:0px;
	line-height:25px;
}
#msg-block-user LI {
	padding-right:10px;
}
#msg-block-user img {
	border: 1px solid #ddd;
}

#msg-block-user .user * {
	font-weight: bold;
}
#msg-block-user .score_green {
	font-weight: bold;
	color: green;
	cursor: hand;
}
#msg-block-user .score_red {
	font-weight: bold;
	color: red;
	cursor: hand;
}

#msg-block-user .replyto * {
	color: #666;
}
#msg-block-user .compliant * {
	text-decoration: none;
	color: #666;
}

#msg-block-user .date {
	color: #666;
}

li#last A {
	border-right: none;
	padding-right: 0px;
}
.msg-content {
	font: 14px Arial, sans-serif;
	line-height:150%;
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	border-bottom:1px solid #DEDEDE;
	margin-left:35px;
}
.msg-contact {
	margin-left:33px;
	font: 10px;
	color:#666;
	
	clear: both;
}
