/*
  bbcode box reloaded
  by reddog - http://www.reddevboard.com
  cascaded style sheet
*/
.codetitle {		
	border: 1px solid #800000;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #FFEFD5; no-repeat 100% 50%;
}
.codediv {
	background : #FFEFD5;
	border : 1px solid #800000;
	font-family : Courier, "Courier New", sans-serif;
	font-size : 12px;
	color : #900000;
	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 {
	border: 1px solid #800000;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width: 90%;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	background : #FFEFD5;
}
.quotediv {
	background : #FFEFD5;
	border : 1px solid #800000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border-top : 1;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
.spoiltitle {
	font-size : 12px;
	width : 90%;
	font-weight : bold;
	text-align : left;
}
.spoildiv {
	background : #ffefd5;
	border : 1px solid #800000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
input.spoilbtn {
	background-color : #FFEFD5;
	border-color : #800000;
	color : #000000;
	width : 50px;
	margin : 1px;
	padding : 0;
	cursor : pointer;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
