/*
  bbcode box reloaded
  by reddog - http://www.reddevboard.com
  cascaded style sheet
*/
.codetitle {
	border : 1px solid #d1d7dc;
	font-size : 10px;
	color : #333333;
	padding : 5px;
	width : 96%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #A9B8C2 url(images/bbcode_code.gif) no-repeat 100% 50%;
}
.codediv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
	color : #006600;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 96%;
	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 #d1d7dc;
	font-size : 10px;
	color : #333333;
	padding : 5px;
	width : 96%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #A9B8C2 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 : 12px;
	color : #444444;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 96%;
	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;
}
.infodiv {
	background : #fafafa;
	border : 1px solid #53BE55;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 86%;
	max-height : 200px;
	text-align : left;
}
.cautiondiv {
	background : #fafafa;
	border : 1px solid #FFF776;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 86%;
	max-height : 200px;
	text-align : left;
}
.errordiv {
	background : #fafafa;
	border : 1px solid #FF8282;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 86%;
	max-height : 200px;
	text-align : left;
}
.questiondiv {
	background : #fafafa;
	border : 1px solid #B6C0FF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	padding : 5px;
	overflow : auto;
	width : 86%;
	max-height : 200px;
	text-align : left;
}
