
DIV.editor_menubar {
	display: block;background-color: ButtonFace;
}
BUTTON {
	font-size: 8pt;
	font-family: tahoma;
	width: 20px;
	height: 20px;
}
.pic_button {
	background-color: transparent;
	width: 20px;
	height: 20px;
	padding: 0px;
	border: 0px solid black;
	cursor: pointer;
}

TABLE.editor  INPUT, TABLE#EDITOR INPUT {
	font-weight: normal;
	border: 1px solid #d1977a;
	border-right : 1px solid #f2dbcf;
	border-bottom : 1px solid #f2dbcf;
}
TABLE.editor  #line, TABLE#EDITOR #line, TABLE#editor .line{
	width: 100%;
}
TABLE.editor  .button, 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, TABLE#EDITOR .small {
	width: 14px;
	height: 14px;
	padding: 0px;
}
DIV.editor_text{
	padding: 3px;
	border: 2px solid #d1977a;
	border-right : 2px solid #f2dbcf;
	border-bottom : 2px solid #f2dbcf;
	background-color: white;
}
TEXTAREA.editor_text {
	height: 200px;
	width: 100%;
	background-color: white;
}
TABLE.editor {
	
	
}
TABLE.editor TD.editor_menu, TABLE#EDITOR TD.td_menu {
	color: black;
	padding:3px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

TABLE.editor TD.editor_cell, TABLE#EDITOR TD.td_cell {
	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 dashed white;
	margin-right: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}
A:hover.editor_char {
	font-weight: bold;
	background-color: navy;
	color: white;
} 