﻿.defaultStyle .ajax__htmleditor_editor_container
{
	border: 1px solid #C2C2C2;
}
.defaultStyle .ajax__htmleditor_editor_toptoolbar
{
	background-color: #F0F0F0;
	padding: 0px 0px 2px 2px;
}
.defaultStyle .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button
{
	background-color: #C2C2C2;
	margin: 2px 0px 0px 0px;
}
.defaultStyle .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button_hover
{
	background-color: #3C8AFF;
}
.defaultStyle .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button span.ajax__htmleditor_toolbar_selectlable
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float:left;
}
.defaultStyle .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton
{
	font-size: 12px;
	font-family: arial;
	cursor: pointer;
	
}

.defaultStyle .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton option
{
	font-size: 12px;
}
.defaultStyle .ajax__htmleditor_editor_editpanel
{
	border-width: 0px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.defaultStyle .ajax__htmleditor_editor_bottomtoolbar
{
	background-color: #F0F0F0;
	padding: 0px 0px 2px 2px;
}
.defaultStyle .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button
{
	background-color: #C2C2C2;
	margin: 0px 4px 0px 0px;
}
.defaultStyle .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button_hover
{
	background-color: #3C8AFF;
}