﻿.Update_GeneralForm .RichTextEditButton, .Insert_GeneralForm .RichTextEditButton
{
	top:0; display:inline; float:right; margin-left:3px;
}
.RichTextDisplay
{
	overflow-x:hidden; overflow-y:auto;
	background-image:none;
	border:none;
	height:inherit;
	width:inherit;
}
.Update_GeneralForm .RichTextDisplay, .Insert_GeneralForm .RichTextDisplay 
{
	background-image:none;
	border:solid 1px #bbb;
	overflow-x:hidden; overflow-y:auto;
	float:left;
	margin:1px;
}
.WindowContent .RichTextEditBox
{
	border:solid 1px #bbb;
	margin-top:5px;
	margin-left:5px;
	overflow:visible;

}
.RichTextEditBoxHtml
{
	border:none; 
}
.RichTextEditBoxBody
{
	margin:0px;
}
.RichTextButtonContainer
{
	clear:both; margin-left:5px; height:100px; width:180px;
}
.RichTextStyleValue
{
	height:16px;
	width:16px;
	position:relative;
	border:outset 1px #ece9d8;
	float:left;

}
/*.RichTextStyleValue_Black, .RichTextStyleValue_Red, .RichTextStyleValue_Purple, .RichTextStyleValue_Blue,
.RichTextStyleValue_BlueGreen, .RichTextStyleValue_Green, .RichTextStyleValue_Yellow, .RichTextStyleValue_Orange
{
	top:20px;
}
.RichTextStyleValue_DarkGray, .RichTextStyleValue_DarkRed, .RichTextStyleValue_DarkPurple, .RichTextStyleValue_DarkBlue,
.RichTextStyleValue_DarkBlueGreen, .RichTextStyleValue_DarkGreen, .RichTextStyleValue_DarkYellow, .RichTextStyleValue_DarkOrange
{
	top:36px;
}
.RichTextStyleValue_LightGray, .RichTextStyleValue_LightRed, .RichTextStyleValue_LightPurple, .RichTextStyleValue_LightBlue,
.RichTextStyleValue_LightBlueGreen, .RichTextStyleValue_LightGreen, .RichTextStyleValue_LightYellow, .RichTextStyleValue_LightOrange
{
	top:52px;
}*/
.RichTextStyleValue_Black, .RichTextStyleValue_DarkGray, .RichTextStyleValue_LightGray
{
	clear:both;
}
.RichTextStyleValue_Black { background-color:#000000; }
.RichTextStyleValue_Red { background-color:#ff0000; left:-16px; }
.RichTextStyleValue_Purple { background-color:#8800ff; left:-32px; }
.RichTextStyleValue_Blue { background-color:#0000ff; left:32px;  }
.RichTextStyleValue_BlueGreen { background-color:#00aacc; left:-48px; }
.RichTextStyleValue_Green { background-color:#00aa00; }
.RichTextStyleValue_Yellow { background-color:#ffff00; left:48px; }
.RichTextStyleValue_Orange { background-color:#ff8800; left:16px; }
.RichTextStyleValue_DarkGray { background-color:#666666; }
.RichTextStyleValue_DarkRed { background-color:#aa0000; }
.RichTextStyleValue_DarkPurple { background-color:#660088; }
.RichTextStyleValue_DarkBlue { background-color:#000088;}
.RichTextStyleValue_DarkBlueGreen { background-color:#0066aa; }
.RichTextStyleValue_DarkGreen { background-color:#006600; }
.RichTextStyleValue_DarkYellow { background-color:#888800; }
.RichTextStyleValue_DarkOrange { background-color:#aa6600; }
.RichTextStyleValue_LightGray { background-color:#aaaaaa; }
.RichTextStyleValue_LightRed { background-color:#ffaaaa; }
.RichTextStyleValue_LightPurple { background-color:#cc66ff; left:-16px;}
.RichTextStyleValue_LightBlue { background-color:#aaaaff; left:16px; }
.RichTextStyleValue_LightBlueGreen { background-color:#66ccff; }
.RichTextStyleValue_LightGreen { background-color:#66ff66; }
.RichTextStyleValue_LightYellow { background-color:#ffff66; }
.RichTextStyleValue_LightOrange { background-color:#ffcc66; }

.RichTextToggle
{
	position:relative; float:left;
	height:20px;
	width:20px;
	background-color:#ece9d8;
	font-size:10pt;
	font-family:Garamond;
	padding:0;

}
.RichTextToggle_Bold
{
	font-weight:bold;

}
.RichTextToggle_Italics
{
	font-style:italic;

}