div.xhtmleditor iframe, div.xhtmleditor textarea
{
	border: 1px solid #000000;
}

div.xhtmleditor textarea
{
	overflow: auto;
	font-family: Courier New;
	font-size: 10pt;
}

div.xhtmleditor div.toolbar select
{
	height: 17px;
	font-family: Tahoma;
	font-size: 8pt;
	margin-top: 3px;
	vertical-align: top;
}

div.toolbar, div.infobar
{
	border: 1px solid #000000;
}

div.toolbar, div.xhtmleditor_dialog
{
	background-color: #e5e6e7;
	background-repeat: repeat-x;
	background-position: left top;
}

div.toolbar
{
	background-image: url(../../images/controls/txhtmleditor/back_silver.gif);
	border-bottom: none;
	padding: 0 3px 0 3px;
}

div.toolbar input.toolbar_button, div.toolbar input.disabled, div.toolbar input.hover, div.toolbar input.active
{
	margin: 1px;
	padding: 0;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

div.toolbar input.toolbar_button, div.toolbar input.disabled
{
	border: none;
	background-color: transparent;
}

div.toolbar input.hover, div.toolbar input.active
{
	border: 1px solid #000000;
}

div.toolbar input.hover
{
	background-color: #b6bdd2;
}

div.toolbar input.active
{
	background-color: #edb239;
}

div.toolbar input.disabled
{
	cursor: default;
	opacity: 0.1;
}

div.toolbar img.separator
{
	margin: 4px 2px 0px 2px;
	vertical-align: top;
}

div.toolbar a img
{
	border: none;
}

div.infobar
{
	background-color: #E5E6E7;
	border-top: none;
	margin: -3px 0 2px 0;
	padding: 2px 0 2px 5px;
	height: 15px;
}

div.infobar a:hover
{
	text-decoration: underline;
}

div.xhtmleditor_dialog, div.xhtmleditor_dialog fieldset, div.xhtmleditor_dialog label
{
	cursor: move;
}

div.xhtmleditor_dialog
{
	background-image: url(../../images/controls/txhtmleditor/back_dialog_silver.gif);
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
}

div.xhtmleditor_dialog fieldset
{
	margin: 10px;
	padding: 5px;
}

div.xhtmleditor_dialog legend
{
	font-size: 8pt;
	font-weight: bold;
}

div.xhtmleditor_dialog label
{
	float: left;
	width: 140px;
}

div.xhtmleditor_dialog_content
{
	margin: 10px 0 10px 0;
}

div.xhtmleditor_dialog_content div
{
	margin: 0 0 3px 0;
}

div.xhtmleditor_dialog_content select
{
	width: 152px;
}

div.xhtmleditor_dialog_content input.xhtmleditor_dialog_field
{
	width: 150px;
}

div.xhtmleditor_dialog_buttons
{
	text-align: right;
}

div.xhtmleditor_dialog_buttons input
{
	margin: 0 0 0 5px;
}

