/*
  bbcode box reloaded
  by reddog - http://www.reddevboard.com
  cascaded style sheet
*/
.codetitle {
	background : no;
	border : 1px solid #6d0401;
	font-size : 10px;
	color : no;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : no no-repeat opacity=0 0% 0%;
}
.codediv {
	background : no;
	border : 1px solid #6d0401;
	font-family : Courier, "Courier New", sans-serif;
	font-size : 12px;
	color : #000000;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	height : 50px;
	text-align : left;
}
a.codelink:link {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:visited {
	text-decoration : none;
	color : #9aef9e;
}
a.codelink:hover {
	text-decoration : none;
	color : #4ae352;
}
.quotetitle {
	background : #6d0401 ;
	border : 1px solid #6d0401;
	font-size : 10px;
	color : #cec3b2;
	padding : 1px;
	width : 91%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : no no-repeat 0% 50%;
}
.quotediv {
	background : no;
	border : 1px solid #6d0401;
	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 : no;
	border : 1px solid #6d0401;
	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 : no;
	border-color : #6d0401;
	color : #000000;
	width : 50px;
	margin : 1px;
	padding : 0;
	cursor : pointer;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
