
.msg { 
	width: 461px;
	padding-bottom: 10px;	
}


.msg-pic {
	float: left;
	margin: 8px 2px 0 0;
	border: 1px solid #999;
	width: 50px;
	height: 50px;
	background: #f0f0f0;
}
.msg-pic img {
	width: 50px;
	height: 50px;
}

.msg-balloon {
	margin-left: 54px;
	background: transparent url(/images/msg-balloon.png) no-repeat 0 -10px;
	width: 407px;
}

.msg-title {
	height: 25px;
	line-height: 25px;
	padding-left: 23px;
	text-align: right;
}
.msg-user {	float: left; }
.msg-user:link, .msg-user:visited, .msg-user:active, .msg-user:hover {
	color: #0066ff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.msg-user:hover {
	text-decoration: underline;
}
.msg-time {
	float: left;
	font-size: 11px;
	color: #777777;
	padding: 1px 0 0 8px;
}
.msg-votes {
	padding: 0 8px 0 0;
	font-size: 11px;
	position: relative;
	top: 1px;
}
.msg-votes .up {
	color: #009933;
}
.msg-votes .down {
	color: #990000;
}
.msg-votes .up-img, .msg-votes .down-img  {
	position: relative;
	top: 3px;
	border: none;
}


.msg-body {
	padding: 6px 8px 0 23px;
	/*min-height: 16px;*/
}
.msg-body a:link, .msg-body a:visited, .msg-body a:active, .msg-body a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
} 
.msg-body a:hover {
	color: #555555;
	text-decoration: underline;
}

.msg-action  {
	color: #777;
	font-size: 11px;
	font-style: italic;
}

.msg-links {
	padding: 2px 8px 0 23px;
	font-size: 11px;
	margin-bottom: -3px;
}
.msg-links a {
	color: #aaa;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
} 
.msg-links a:hover {
	color: #555;
	border-bottom: 1px dotted #06f;
}

.msg-links .report { 
	float: right;
}
.msg-links .report:hover {
	color: #cc0000;
	border-color: #aa0000;
}

.msg-bottom {
	background: transparent url(/images/msg-balloon.png) no-repeat 0 0;
	height: 11px;
	width: 407px;
}


