

DIV.editor_menubar {
	display: block;background-color: ButtonFace;
}
BUTTON, .editor BUTTON {
	font-size: 8pt;
	font-family: tahoma;
	width: 20px;
	height: 20px;
}
BUTTON, .editor BUTTON.pic_button {
	border-width: 0;
	background-color: transparent;
	cursor: pointer;
}
.editor  INPUT {
	font-weight: normal;
	font-size: 8pt;
	padding-left: 3px;
}
.editor INPUT.text {

}
.editor  .line {
	width: 100%;
}
.editor  INPUT.button {
	background-color:#E17B04;
	background-image:none;
	border-color:#F8B96E #555555 #555555 #F8B96E;
	border-style:solid;
	border-width:1px;
	color:white;
	width: auto;
	padding: 2px 20px;
}
 .pic_button, .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;
	color: black;
}
TEXTAREA.editor_text {
	height: 200px;
	width: 100%;
	border-top: 1px solid #555555;
	border-left: 1px solid  #555555;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: Black;
	font-size: 11px;
}
.editor {
	
	
}
.editor TD.editor_menu {
	color: #640004;
	padding:3px;
	font-weight: bold;
	vertical-align: top;
}

.editor TD.editor_cell {
	padding: 0px;
	vertical-align: top;
}
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;
} 
.editor .thumbs .thumb IMG {
	width: 50px;
	height: 50px;
}
.editor .pictures .picture {
	position: relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 60px;
	height: 76px;
	border: 1px solid #555555;
	margin: 2px;
}
 .editor .pictures .picture IMG {	
	margin-top: 16px;
	width: 60px;
	height: 60px;
 }
 .editor INPUT.text, .editor SELECT {
	border-width: 1px;
	background: white url(/images/input-bg.png) repeat-x left top;
 }
 .editor .pics_upload .picture {
	background-color: #222222;
	border: 1px solid #444444;
	margin-bottom: 3px;
	padding: 3px;
}
.form_row_template{
	display: none;
}
.editor h3 {
	color: white;
	margin: 10px 0px 5px;
	border-bottom: 1px solid #444444;
}
.editor .directory {
	background-color: #222222;
	border: 1px solid #444444;
	margin-bottom: 3px;
	padding: 5px;
}
