.shadow-tr {
	background: url('../../images/shadow/shadow-top.png') no-repeat right top;
}
.shadow-bl {
	background: url('../../images/shadow/shadow-bottom.png') no-repeat left bottom;
	padding: 8px 0 0 8px;
}
.shadow-br {
	background: url('../../images/shadow/shadow.png') no-repeat right bottom;
}
.shadow-content {
	position: relative;
	left: -8px;
	top: -8px;
}
.bbCode-container {
  cursor: default;
	border: 1px solid #DEDEDE;
}
.bbCode-title {
	font: normal 12px Arial;
	color: #666666;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
}
.bbCode-content {
	border-top: 1px solid #DEDEDE;
	padding-top: 5px;
  margin: 5px;
	margin-top: 0px;
}
.bbCode-title a {
	float: right;
	border: 1px solid #DEDEDE;
	font: normal 10px Arial;
	padding: 0 8px;
}
.bbCode-title a:hover {
	border: 1px solid #666666;
}
.bbCode-title .collapse {
  background: url(../../images/editor/collapse.png) no-repeat center center;
}
.bbCode-title .expand {
  background: url(../../images/editor/expand.png) no-repeat center center;
}
