﻿.RichTextFieldStyle
{
	border:1px solid #ccc;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


.rteMenuButton00, .rteMenuButton01, .rteMenuButton10, rteMenuButton10:link, .rteMenuButton10:visited, .rteMenuButton10:active
{
	padding:2px 2px 2px 2px;
	float:left;
}

.rteMenuButton10:hover
{
	background-image:url('/image/TEditor/Image/Button/HoverBackground.gif');
	padding:2px 2px 2px 2px;
	margin-top:0px;
	margin-left:0px;
}

.rteMenuButton11
{
	background-image:url('/image/TEditor/Image/Button/ActiveBackground.gif');
	padding:2px 2px 2px 2px;
	float:left;
	background-color:#FF0000;
}

.rtePanelCaption
{
	background-image:url('/image/TEditor/Image/Caption.gif');
	position:relative;
	padding:2px 2px 0px 5px;
	height:17px;
}

.rtePanelCaptionText
{
	color:#FFFFFF;
	float:left;
	position:relative;
	font-size:9pt;
	font-family:Verdana;
}

.rtePanelCaptionCloseButton, .rtePanelCaptionCloseButton:link, .rtePanelCaptionCloseButton:visited, .rtePanelCaptionCloseButton:active
{
	float:right;
	position:relative;
	background-image:url('/image/TEditor/Image/Button/ClosePanel.gif');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	line-height:14px;
	font-size:14px;
	margin-top:1px;
	cursor:hand;
}

.rtePanelCaptionCloseButton:hover
{
	background-image:url('/image/TEditor/Image/Button/ClosePanelHover.gif');
	width:14px;
	height:14px;
	line-height:14px;
	font-size:14px;
	margin-top:1px;
	cursor:hand;
}

.rteColorSelectionColumn
{
	float:left;
	width:10px;
}

.rteColorSelectionCell, .rteColorSelectionCell:link, rteColorSelectionCell:visited, .rteColorSelectionCell:active
{
	height:10px;
	font-size:10px;
	line-height:10px;
	width:10px;
	cursor:hand;
}

.rteColorSelectionCell:hover
{
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	cursor:hand;
	height:8px;
	width:8px;
}

.rtePanel
{
	background-color:#f3f3f3;
	border-color:#a93737;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	margin:0px;
	float:left;
	position:relative;
	width:100%;
}

.rteContainer
{
	position:relative;
}

.rteMenu
{
	background-image:url('/image/TEditor/Image/Common/Header.gif');
	border-color:#000;
	border-style:solid;
	border-width:1px 1px 0px 1px;	
	position:relative;
	float:left;
	width:100%;
}

.rteContent
{
	border-color:#000000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	position:relative;
	float:left;
	width:100%;
}

.rtePanelContentContainer
{
	width:100%;
}

.rteLabel
{
	font-size:9pt;
	font-family:Verdana;
	color:#FFFFFF;
}	

.rtePanelContent
{
	margin:0px;
	padding:2px;
	background-color:#4978ca;
}
