﻿/* 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');
}
#rich_r_title {
width: 230px;
height: 29px;
}
#rich_r_cont {
background-image: url('Brix/Images/rich_cont.png');
background-repeat: repeat-y;
background-position:left top;
width: 230px;
height: auto;
}
#rich_r_foot {
background-image: url('Brix/Images/rich_foot.png');
background-repeat: no-repeat;
background-position:left top;
width: 230px;
height: 10px;
}
#rich_m_title {
width: 542px;
height: 29px;
}
#rich_m_cont {
background-image: url('Brix/Images/rich_m_cont.png');
background-repeat: repeat-y;
background-position:left top;
width: 542px;
height: auto;
}
#rich_m_foot {
background-image: url('Brix/Images/rich_m_foot.png');
background-repeat: no-repeat;
background-position:left top;
width: 542px;
height: 10px;
}
#rich_l_title {
width: 200px;
height: 29px;
}
#rich_l_cont {
background-image: url('Brix/Images/rich_l_cont.png');
background-repeat: repeat-y;
background-position:left top;
width: 200px;
height: auto;
}
#rich_l_foot {
background-image: url('Brix/Images/rich_l_foot.png');
background-repeat: no-repeat;
background-position:left top;
width: 200px;
height: 10px;
}
