﻿.editor_border {
	border: 1px solid #CCCCCC;
}

.yToolbar {
	float: left;
	display: table;
	width: auto;
	height: 100%;
}

.yToolbar div{
	/* float: left; */
	margin-top: 2px;
	display: table-cell;
	margin-right: 1px;
}

TABLE.Toolbar_Gray
{
	/* BORDER-RIGHT: #D3E5FA 1px solid; */
	filter:gray;
}

TABLE.Toolbar_Gray TD
{
	BACKGROUND-IMAGE: URL(title_bg.gif);
	HEIGHT: 27px;
	vertical-align: middle;
	_POSITION: relative;
	LEFT: 0px;
	TOP: 0px;
}

TABLE.Toolbar
{
	/* BORDER-RIGHT: #D3E5FA 1px solid; */
}

TABLE.Toolbar TD
{
	BACKGROUND-IMAGE: URL(title_bg.gif);
	HEIGHT: 27px;
	vertical-align: middle;
	_POSITION: relative;
	LEFT: 0px;
	TOP: 0px;
}

.Btn
{
	border: 1px solid #E6E6E6;
	HEIGHT: 21px;
	_POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px;
}
.TBSep
{
	FONT-SIZE: 0px;
	HEIGHT: 20px;
	_POSITION: absolute;
	TOP: 2px;
	/*
	border: 1px solid #CCCCCC;
	WIDTH: 0px !important;
	*/
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	WIDTH:1px;
}
.TBGen
{
	FONT: 8pt arial,sans-serif;
	HEIGHT: 20px;
	_POSITION: absolute;
	TOP: 2px;
}
.TBHandle
{
	BACKGROUND-IMAGE: URL(TBHandle.gif);
	FONT-SIZE: 1px;
	HEIGHT: 20px;
	WIDTH: 3px;
	_POSITION: absolute;
	TOP: 1px;
}
.Ico
{
	HEIGHT: 20px;
	LEFT: -1px;
	_POSITION: absolute;
	TOP: -1px;
	WIDTH: 20px;
	cursor: pointer;
}
.BtnMouseOverUp
{
	BACKGROUND-COLOR: #F5F5F5;
	BORDER: #6C6C6C	1px solid;
	HEIGHT: 21px;
	_POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px;
}
.BtnMouseOverDown
{
	BACKGROUND-COLOR: #F5F5F5;
	BORDER: #6C6C6C 1px solid;
	HEIGHT: 21px;
	_POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px;
}
.BtnDown
{
	BACKGROUND-COLOR: #F5F5F5;
	BORDER: #E6E6E6 1px solid;
	HEIGHT: 21px;
	_POSITION: absolute;
	TOP: 1px;
	WIDTH: 21px;
}
.IcoDown
{
	HEIGHT: 21px;
	LEFT: 0px;
	_POSITION: absolute;
	TOP: 0px;
	WIDTH: 21px;
}
.IcoDownPressed
{
	LEFT: 1px;
	_POSITION: absolute;
	TOP: 1px;
}

BODY
{
	BACKGROUND-COLOR:#FFFFFF;
	MARGIN: 0px;
	PADDING: 0px;
}
SELECT
{
	BACKGROUND: #E6E6E6;
    FONT: 8pt verdana,arial,sans-serif;
}
TABLE
{
    _POSITION: relative;
}
.Composition
{
	border: 0px;
    BACKGROUND-COLOR: #cccccc;
    _POSITION: relative;
}

/*
#ie_webeditor
{
	visibility: hidden;
	_POSITION: absolute;
	_POSITION: absolute;
	top: 0px;
	width:100%;
	height:100%;
}

#ff_webeditor
{
	visibility: hidden;
	_POSITION: absolute;
	_POSITION: absolute;
	top: 0px;
	width:100%;
	height:100%;
}

#ff_webeditor .Composition
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
*/


.ContextMenuDiv { border-top:buttonface 1px solid;border-left:buttonface 1px solid;border-bottom:windowframe 1px solid;border-right:windowframe 1px solid;}
.ContextMenuTable {	border-top:window 1px solid;border-left:window 1px solid;border-bottom:buttonshadow 1px solid;border-right:buttonshadow 1px solid;}
.ContextMenuMouseOver {background-color:highlight;color:highlighttext;font-size: 12px;cursor:default;font-size: 12px;}
.ContextMenuMouseOut {background-color:buttonface;color:buttontext;font-size: 12px;cursor:default;font-size: 12px;}
.ContextMenuLeftBg {background-color:#0072BC}



TABLE.StatusBar
{
	BORDER-RIGHT: #E6E6E6 1px solid;
	BORDER-BOTTOM: #E6E6E6	1px solid;
	BACKGROUND-COLOR: #E6E6E6;	
}

TD.StatusBarBtnOff {padding:1px 5px;border:1px outset;cursor:pointer;}
TD.StatusBarBtnOn {padding:1px 5px;border:1px inset;background-color: #EEEEEE;}