._sop_message {
	border: 1px solid rgb(51, 102, 153);
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #EEF;
	padding: 0.5em;
}
._sop_news {
	width: 100%;
}
._sop_newsTitle {
	font: 12pt/14pt sans-serif;
	font-weight: bold;	
}
._sop_newsBody {
	font-size: 12pt;
}
._sop_title_input {
	display: block;
	clear: both;
	width: 100%;
}
.sop_editor {
	display: block;
	clear: both;
	width: 100%;
	height: 5em;
}

._sop_article_editor {
	width: 100%;
	height: 15em;
}

._sop_article_summary {
	width: 100%;
	height: 5em;
}

div.codeblock {
        margin: 1em auto 1em auto;
	padding-left: 2em;
        white-space: pre;
	font: 10pt/12pt monospace;
}

span.codeblock {
	font: 10pt/12pt monospace;
	color: blue;
}
