ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

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;
}

.quote_header {
background: #fff;
border: 1px double silver;
border-width: thin;
border-bottom: 0;
font: x-small Verdana, Arial, Sans-Serif;
background-color: silver;
color: #000;
font-weight: bold;
margin: 8px auto 0 auto;
padding: 4px;
}

.quote_body {
	background: #fff;
	color: #000;
	border: 1px double silver;
	border-width: thin;
	border-top: 0;
	background-image: url(../../../ images/quote.png );
	background-repeat: no-repeat;
	background-position: bottom right;
	font: 11px Verdana, Arial, Sans-Serif;
	padding: 4px;
	margin: 0 auto 8px auto;
	
	font-style: italic;
}

.quick_jump {

&nbsp;&nbsp;&nbsp;&nbsp;background: url(../../../images/jump.gif) no-repeat 0;

&nbsp;&nbsp;&nbsp;&nbsp;width: 13px;

&nbsp;&nbsp;&nbsp;&nbsp;height: 13px;

&nbsp;&nbsp;&nbsp;&nbsp;padding-left: 13px; /* amount of padding needed for image to fully show */

&nbsp;&nbsp;&nbsp;&nbsp;vertical-align: middle;

&nbsp;&nbsp;&nbsp;&nbsp;border: none;

}
