/* Global BBCode Styles */
.bb_box {
	margin:15px 15px 0;
	padding:5px 7px;
}

.bb_box input {
	margin:2px 0 2px;
}

.bb_clear {
	margin:0;
	padding:0;
}

.bb_box h3 {
	font-size:10px;
	margin:0 0 6px;
	padding:0;
}

.bb_box ol, .bb_box ul {
	margin:0 0 0 23px;
	padding:0;
}

/* Content BBCode Styles */
.content .bb_box {
	background:#8dc3ff;
	border:1px solid #012844;
	color:#012844;
}

.content .bb_box a {
	color:#005fa4;
}

.content .bb_box h3 {
	border-bottom:1px solid #012844;
}

.content a {
	color:#00223a;
	font-weight:bold;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content a:hover .bb_img {
	background:#012844;
	color:#fff;
	
}

.content .bb_img {
	background:#8dc3ff;
	border:1px solid #012844;
	color:#012844;
	font-weight:normal;
	margin:5px 5px 0;
	padding:1px;
}

/* Comment BBCode Styles */
.comment .bb_box {
	background:#e6f2ff;
	border:1px solid #003369;
	color:#003369;
	margin:15px 8px 15px;
}

.comment .bb_box a {
	color:#0058b5;
}

.comment .bb_box h3 {
	border-bottom:1px solid #003369;
}

.comment .bb_img {
	background:#e6f2ff;
	color:#003369;
	font-weight:normal;
	border:1px solid #003369;
	margin:5px 5px 0;
	padding:1px;
}

.comment a {
	color:#003369;
	font-weight:bold;
	text-decoration:none;
}

.comment a:hover {
	text-decoration:underline;
}

.comment a:hover .bb_img {
	background:#003369;
	color:#fff;
}