/* Editor */
.editor	{
background: #F5FAFD;
border: 1px solid #B7D9F2;
border-bottom: 1px solid #4691C8;
}
.editor_line {
border-top:1px solid #4691C8;
}
.editor_switcher {
position: relative;
top: 1px;
border-bottom: 1px solid #4691C8;
background: #F5FAFD;
margin-left: 10px;
vertical-align: middle;
}
.editor_switcher_highlight {
position: relative;
top: 1px;
border-bottom: 1px solid #FFFFFF;
background: #FFFFFF;
margin-left: 10px;
vertical-align: middle;
font-weight: bold;
}
.editor_text {
font: 12px Tahoma, Verdana;
border: 1px solid #4691C8;
border-top: 0px;
background: #FFFFFF;
}
.editor_text textarea {
border: 0px;
background: Transparent;
overflow: auto;
padding: 4px;
word-break: break-all;
behavior: url(#default#userdata);
}
.editor_button {
background: #F5FAFD;
border: 1px solid #B7D9F2;
border-top: 1px solid #4691C8;
position: relative;
top: -1px;
margin-bottom: 6px;
}
.editor_textexpand {
float: left;
position: relative;
top: -3px;
border-top: 0px;
}
.editor_buttonnormal {
background: #F5FAFD;
color: #000000;
padding: 1px;
border: none;
}
.editor_buttondown, .editor_buttonhover, .editor_buttonselected {
background: #F5FAFD;
color: #000000;
padding: 0px;
border: 1px solid #4691C8;
}
.editor_menunormal, .editor_menuhover {
font: 11px tahoma;
height: 18px;
padding: 0px 3px 0px 3px;
white-space: nowrap;
overflow: hidden;
background: #FFFFFF;
color: #000000;
}
.editor_menunormal {
border-right: 1px solid #FFFFFF;
}
.editor_menuhover {
border-right: 1px solid #4691C8;
}
.editor_menuhover div, .editor_menunormal div {
background: #FFFFFF;
color: #000000;
}
.editor_colormenunormal {
border-right: 1px solid #FFFFFF;
}
.editor_colormenuhover {
border-right: 1px solid #4691C8;
}
.editor_colornormal {
padding: 2px;
font-size: 1px;
}
.editor_colorhover {
background: #4691C8;
white-space: nowrap;
padding: 2px;
font-size: 1px;
}
.editor_colornormal div {
width: 10px;
height: 10px;
border: 1px solid #050505;
}
.editor_colorhover div {
width: 10px;
height: 10px;
border: 1px solid #4691C8;
}