/*
  bbcode box reloaded
  by reddog - http://www.reddevboard.com
  cascaded style sheet
*/
.codetitle {
	background : #0054e3;
	border : 2.5px solid #d4d0c8;
	font-size : 11px;
	color : #ffffff;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #0054e3 url(images/common/bbcode_code.png) no-repeat 99% 50%;
}
.codediv {
	background : #000000;
	border : 2.5px solid #d4d0c8;
	font-family : Microsoft, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	height : 55px;
	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 : #48220a;
	border : 2px solid #65310f;
	font-size : 10px;
	color : #ecf0f6;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #48220a url(images/common/bbcode_quote.png) no-repeat 100% 50%;
}
.quotediv {
	background : #2e2e2e;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #65310f;
	font-size : 11px;
	color : #c2c2c2;
	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 : #0e0e0e;
	border : 1px solid #65310f;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #acacac;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
input.spoilbtn {
	background-color : #48220a;
	border-color : #65310f;
	color : #FFF;
	width : 50px;
	margin : 1px;
	padding : 0;
	cursor : pointer;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.phpcodetitle {
	background : #0075AF;
	border : 1px solid #d1d7dc;
	font-size : 10px;
	color : #ecf0f6;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #0075AF url(images/common/bbcode_phpcode.png) no-repeat 100% 50%;
}
.phpcodediv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Courier, "Courier New", sans-serif;
	font-size : 12px;
	color : #006600;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	height : 50px;
	text-align : left;
}
