
ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.codeblock code {
	max-height: 600px;
	word-break: break-word;
}

.erm-container {
	margin:						0;
	padding:					0;
	border:						0px;
	background-color:	#d4d0c8;
}

.erm-code {
	line-height:	1;
	font:					10pt monospace, Courier New;
	color:				black;
	white-space:	pre-wrap;
	overflow:			auto;
}

.erm-line {
	background-color:	#f3f3f3;
}

.erm-trigger {
	color:				red;
	font-weight:	bold;
}

.erm-cmd {
	color:				purple;
	font-weight:	bold;
}

.erm-posttrigger {
	color:				teal;
	font-weight:	bold;
}

.erm-var, .erm-flag {
	color:	navy;
}

.erm-comment {
	color: green;
}

.erm-string {
	color: maroon;
}

.erm-instr {
	color: olive;
	font-weight:	bold;
}

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url(images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url(images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url(images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url(images/unsubscribe.gif) no-repeat 0px 0px;
}

.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}

.offtopic {
font-size: 85%;
color: #666;
padding: 4px;
}

