﻿/* CSS Document */
.Editor-Body			{padding: 2px;}
.Editor-Body P			{margin: 0px;}

.Editor-Body INPUT,
.Editor-Body TEXTAREA	{border: solid 1px #cccccc; color: #444444; background-color: #ffffff;}

.Editor-Body TABLE,
.Editor-Body TABLE TD	{border: solid 1px #cccccc; border-collapse: collapse;}

.Editor-Body FIELDSET	{border: solid 1px #cccccc; background-color: #ffffcc; color: #666666; font-size: 12px; padding:2px; margin:2px;}

.Editor-Body MARQUEE	{padding: 2px; background-color: #f5f5f5; border: solid 1px orange;}

.Editor-Body A			{color: #1e90ff;text-decoration: none;border: dotted 1px orange;padding: 1px 2px 0px 2px;margin-left: 2px;margin-right: 2px;}
.Editor-Body A:hover	{color: #1e90ff;text-decoration: underline;}
.Editor-Body A IMG		{border-style: none; vertical-align: middle;}

.Editor					{height:100%; width:100%; border-style: none; border-collapse: collapse;}
.Editor .Menu			{border:solid 1px #cccccc; position: absolute;}
.Editor .Content		{height:100%; border-style: none; padding: 0px;}
.Editor .Source			{height:100%; border-style: none; padding: 2px;}
.Editor .Source TEXTAREA{overflow: auto;}
.Editor .Preview		{height:100%; border-style: none; padding: 0px;}

.Editor .Command		{padding: 2px; cursor: default; background-color: #f5f5f5; border-top: solid 1px #cccccc;}
.Editor .Command DIV	{padding: 2px; float: left; cursor: pointer;}
.Editor .Command .Over	{border: solid 1px orange; background-color: #ffffcc;}
.Editor .Command .Out	{border: solid 1px #f5f5f5; color:#627290;}

.Editor .ToolBar		{padding: 2px; cursor: default; background-color: #f5f5f5; border-bottom: solid 1px #cccccc;}
.Editor .ToolBar DIV	{padding: 2px; float: left;}
.Editor .ToolBar .Over	{border: solid 1px orange; background-color: #ffffcc;}
.Editor .ToolBar .Out	{border: solid 1px #f5f5f5;}

.Editor .Disable		{padding: 2px; cursor: default; background-color: #f5f5f5; border-bottom: solid 1px #cccccc;opacity: 0.50; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50,finishOpacity=100);}
.Editor .Disable DIV	{padding: 2px; float: left;}
.Editor .Disable .Over	{border: solid 1px #f5f5f5;}
.Editor .Disable .Out	{border: solid 1px #f5f5f5;}


.Editor .Tab .Selected {
	cursor: default;		
	padding: 1px 10px 0px 10px;
	color: royalblue;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
}

.Editor .Tab .UnSelected {
	cursor: default;	
	padding: 1px 10px 0px 10px;
	color: #666666;
	background-color: #eeeeee;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #666666;	
}

.Editor-Box,
.Editor-Box A,
.Editor-Box INPUT,
.Editor-Box SELECT,
.Editor-Box TEXTAREA,
.Editor-Box TABLE,
.Editor-Box DIV			{font-size: 9pt; overflow:auto; SCROLLBAR-HIGHLIGHT-COLOR: buttonface;SCROLLBAR-SHADOW-COLOR: buttonface;SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;}

.Editor-Box INPUT		{border: solid 1px #cccccc; background-color: white; width:100%;margin-bottom: 4px;}
.Editor-Box IMG			{vertical-align: middle; border-style: none; margin-left: 2px; margin-right: 2px;}
.Editor-Box A			{color: #4682b4; text-decoration: underline;}
.Editor-Box A:hover		{color: #4682b4; text-decoration: underline;}

.Editor-DefaultBox		{background-color: #f5f5f5; padding: 4px; color: #666666;}
.Editor-SpecialSymbol,
.Editor-ServerTag,
.Editor-ForeColor,
.Editor-FaceIcon,
.Editor-FontSize,
.Editor-FontName		{background-color: #f5f5f5; padding: 2px;}

.Editor-SpecialSymbol DIV	{width: 20px; height: 20px; float: left; cursor: default; text-align: center; padding-top: 3px;}
.Editor-ForeColor DIV		{width: 25px; height: 25px; float: left; cursor: default;}
.Editor-FaceIcon DIV		{padding: 2px; float: left; cursor: default;}
.Editor-FontSize DIV,
.Editor-ServerTag DIV,
.Editor-FontName DIV		{padding: 2px; color: #666666; text-align: center; cursor: default; font-family: Tahoma;}

.Editor-ForeColor .Over	{border: solid 1px orange;}
.Editor-SpecialSymbol .Over,
.Editor-ServerTag .Over,
.Editor-FaceIcon .Over,
.Editor-FontSize .Over,
.Editor-FontName .Over	{border: solid 1px orange; background-color: #ffffcc;}

.Editor-SpecialSymbol .Out,
.Editor-ServerTag .Out,
.Editor-ForeColor .Out,
.Editor-FaceIcon .Out,
.Editor-FontSize .Out,
.Editor-FontName .Out	{border: solid 1px #f5f5f5;}

/* pop window */
.Popup				{position: absolute; border-collapse: collapse; border: #cccccc 1px solid;
					 background-image: url(../../res/image/popup/top.bg.gif);background-repeat: no-repeat;}
.Popup .Title		{padding-left: 20px; padding-top: 2px; color: steelblue; font-size: 14px; width:100%; cursor: move; border-bottom: #cccccc 1px solid;}
.Popup .Close		{padding: 4px; border-bottom: #cccccc 1px solid;}

.Popup A			{background-image: url(../../res/button/popup.close.gif); background-position: 0px 0px; display: block;}
.Popup A:hover		{background-position: -16px 0px; text-decoration: none;}
.Popup IMG			{border-style: none;}
.Popup .Body		{height: 100%; padding: 0px; background-color: #ffffff; text-align: center;}
.Popup-Background	{position: absolute; background-color: #ffffff; top: 0px; left: 0px;opacity: 0.65; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=65,finishOpacity=100);}