
DIV.editor_menubar {
	display: block;background-color: ButtonFace;
}
BUTTON {
	font-size: 8pt;
	font-family: tahoma;
	width: 20px;
	height: 20px;
}

TABLE.editor  INPUT.text, TABLE.editor TEXTAREA  {
	font-weight: normal;
	border: 1px solid #cccccc;
	padding: 2px 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
TABLE.editor  #line{
	width: 100%;
}
TABLE.editor  .button {
	background-color: #A45B29;
	border: 1px solid #CBA084;
	border-right: 1px solid #452611;
	border-bottom: 1px solid #452611;
	width: auto;
	color: white;
}
TABLE.editor  .small, .small {
	width: 14px;
	height: 14px;
	padding: 0px;
}
DIV.editor_text{
	border: 2px solid #444444;
	padding: 3px;
	border-right : 2px solid #bbbbbb;
	border-bottom : 2px solid #bbbbbb;
	background-color: white;
}
TEXTAREA.editor_text {
	height: 200px;
	width: 100%;
	background-color: white;
}
TABLE.editor {	
	
}
TABLE.editor TD.editor_menu, TABLE.editor TD.tdm {
	background-color: #cccccc;
	color: white;
	padding:3px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

TABLE.editor TD.editor_cell, TABLE.editor TD.tdc {
	padding: 0px;
	vertical-align: top;
	background-color: #F4EEEA;
}
A.editor_char {
	display: block;
	width:20px;
	height:20px;
	float: left;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1px solid dashed;
	margin-right: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}
A:hover.editor_char {
	font-weight: bold;
	background-color: navy;
	color: white;
} 
