﻿.editorContainer 
{
	position: relative;
	margin-top: -2px;	/* This offsets the margin-top we have on editor commands to give graceful wrap */
}

.editorEditArea 
{
	border: solid 1px #999;
	overflow: auto;
	width: 100%;
	height: 400px;
}

/* BEGIN STYLES FROM nacContent.css */
.editorEditContent 
{
	background-color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #666;
}

.editorEditContent h1 
{
	margin-top: 0px;
	font-size: 14pt;
	font-weight: bold;
}

.editorEditContent h2 
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}

.editorEditContent h3 
{
	margin-top: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.contentInlineH2 
{
	font-size: 12pt;
	font-weight: bold;
}

.contentInlineH3 
{
	font-size: 10pt;
	font-weight: bold;
}
/* END STYLES FROM nacContent.css */

.editorHtmlView 
{
	border: solid 1px #999;
}

.editorToolbar 
{
	margin-bottom: 2px;
}

.editorCommand 
{
	width: 23px;
	height: 23px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 2px;
}

.editorCommandOver 
{
	background-position: left bottom;
}

.editorCommandDown 
{

}

.editorDropDown 
{
	background-color: White;
	font-size: small;
	border: solid 1px #999;
	padding: 2px 2px 2px 2px;
	cursor: default;
	line-height: normal;
}

.editorListItem 
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.editorListItemOver 
{
	/*background-color: #b2e499;*/
	background-color: #fbf0d0;
}

.editorColorPicker 
{
	background-color: #999;
	border: solid 1px #999;
	cursor: default;
}

.editorColorItem 
{
	width: 12px;
	height: 12px;
	margin: 1px;
}

.editorColorItemOver 
{
	margin: 0px;
	border: solid 1px White;
}

