/*
  bbcode box reloaded
  by reddog - http://www.reddevboard.com
  cascaded style sheet
*/
.codetitle {
	background: #FFA500;
	border: 1px solid #d1d7dc;
	font-size: 10px;
	color: black;
	padding: 5px;
	width: 90%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	background: #FFA500 url(images/bbcode_code.gif) no-repeat 100% 50%;
}
.codediv {
	background: #fafafa;
	border: 1px solid #d1d7dc;
	font-family: Courier, "Courier New", sans-serif;
	font-size: 12px;
	color: WindowText;
	border-top: 0;
	padding: 5px;
	overflow: auto;
	width: 90%;
	height: 50px;
	text-align: left;
}
a.codelink:link {
	text-decoration : none;
	color : black;
}
a.codelink:visited {
	text-decoration : none;
	color : #black;
}
a.codelink:hover {
	text-decoration : none;
	color : #FFA500;
}
.quotetitle {
	background: ThreedShadow;
	border: 1px solid #d1d7dc;
	font-size: 10px;
	color: #ecf0f6;
	padding: 5px;
	width: 90%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	background: ThreedShadow url(images/bbcode_quote.gif) no-repeat 100% 50%;
}
.quotediv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
.spoiltitle {
	font-size : 11px;
	width : 90%;
	font-weight : bold;
	text-align : left;
}
.spoildiv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
input.spoilbtn {
	background-color : #EFEFEF;
	border-color : #000000;
	color : #000000;
	width : 50px;
	margin : 1px;
	padding : 0;
	cursor : pointer;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}