/* style rules of Rich Text editor and its content */

#contentPane .rte_content{
	margin-bottom: 5px;
}

.rte_content blockquote {
	margin-left:30px;
}

.rte_preview_label {
	background-color:red;
	color:white;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
}

.rte_submit{
	background-color: #F7F7F7;
}

.rightPane .rte_content p{
	padding: 0px;
}

#contentPane .rte_content table{
	border-collapse: separate;
}

#contentPane .rte_content .centertable {
	margin-left: auto;
	margin-right: auto;
}

#contentPane .rte_content p {
	padding: 0px;
}

.rte_control_hidden{
	height:0px;
	 _height:1px;
	 overflow:hidden;
}

.rte_waiting{
	color: #000000;
	margin:10px;
	font-size:14px;
	font-weight: bold;
}

.rte_submit{
	height: 20px;
	border: 1px solid black;
}

.rte_submit div{
	margin-left: 5px;
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: left;
}

.rte_edit{
	background-image: url('Brix/Images/rte_edit.gif');
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 25px;
	height: 18px;
}

.rte_submit div.rte_save{
	background-image: url('Brix/Images/rte_save.gif');
}

.rte_submit div.rte_preview{
	background-image: url('Brix/Images/rte_preview.gif');
}

.rte_submit div.rte_cancel{
	background-image: url('Brix/Images/rte_undo.gif');
}

