@CHARSET "UTF-8";

#scroller {
	border-top: 1px solid #0d75bb;
	background-color: #cee4f7;
	color: #0d75bb;
	height: 20px;
	text-align: center;
	width: 688px;
	padding: 5px;
	margin-bottom: 5px;
}

#scroller a {
	font-weight: bold;
	text-decoration: none;
	color: #0d75bb;
}

#scroller a:hover {
	text-decoration: underline;
}

div.section-cardslist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#result-content.thumb-small .avatar {
	width: 110px;
}

#result-content.thumb-small .message {
	width: 520px;
}

#result-content.thumb-noimg .avatar {
	width: 60px;
}

#result-content.thumb-noimg .message {
	width: 620px;
}

#result-content.thumb-medium .avatar {
	width: 220px;
}



#result-content.thumb-medium .message {
	width: 463px;
}

#result-content .avatar {
	float: left;
}

#result-content .avatar img {
	margin-right: 5px;
	border: 1px solid #c5c5c5;
	padding: 3px;
}

#result-content .message {
	float: right;
	font-size: .9em;
}

#result-content .message h3 {
	border: none;
	background: none;
	padding: 0;
}

#result-content .message h3 a,#result-content .message h3 a:link,#result-content .message h3 a:visited
	{
	text-decoration: underline;
	font-size: 1em;
}

#result-content .message h3 a:hover {
	text-decoration: underline;
	color: black;
}

#result-content {
	width: 688px;
	padding: 5px;
	border-top: 1px solid #CCC;
	position: relative;
}

#result-content:hover {
	background-color: #f7f7f7;
}

.operation-options {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: .7em;
	display: none;
}

.notes {
	padding: 3px;
	margin: 3px 0 3px 0;
	background-color: #FFFFEA;
	border: 1px solid #FC0;
	font-size: .8em;
}