.BBCodeImage {
	margin-top: 10px;
	margin-bottom: 10px;
}

.BBCodeDivHeader {
	text-align: left;
	padding: 7px;
	background-color: #1d1e28;
	color: #dadada;
}

.BBCodeDivHolder {
	border: 1px solid #555555;
}

.BBCodeDivContent {
	
}

.OutputBox {
	padding: 10px;
	background-color: #1a325d;
}

.OutputBox pre {
	font-family: Consolas, monospace;
	font-size: 14px;
}

.BBCodeQuoteWrapper {
	border: 1px solid #555555;
	margin: 10px 0px;
}

.BBCodeQuoteTitle {
	background-color: #1d1e28;
	border-bottom: 1px solid #555555;
	padding: 7px;
}

.BBCodeQuoteContent {
	background-color: #202020;
	padding: 10px;
	word-break: break-word;
}

.BBCode_left {
	text-align: left;
}

.BBCode_right {
	text-align: right;
}

.BBCode_center {
}

.BBCode_hr {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #333333;
}
