﻿.cmd_Button_Normal, .cmd_Button_Disabled
{
	background:url(../Images/Editor.gif) -156px -156px;
	float:left;
	margin-right:3px;
}

.cmd_Button_Hover, .cmd_Button_Hold
{
	background:url(../Images/Editor.gif) -182px -156px;
	float:left;
	margin-right:3px;
}

.cmd_Button_Disabled
{
	opacity : 0.25;
	filter:alpha(opacity:25);
}

.cmd_Button_Image
{
	background:url(../Images/Editor.gif);
	height:26px;
	width:26px;
}

.cmd_Font_DropDown
{
	height : 19px;
	margin:3px 3px 0px 3px;
	font-family:Verdana;
	font-size:11px;
	float:left;
}

.cmd_Button_Separator
{
	background:url(../Images/Editor.gif) 0px -26px;		
	height:26px;
	width:2px;
	float:left;
	margin:0px 4px 0px 3px;
}

.Editor_CodeArea
{
	background:#ffffff;
	font-family:Courier New;
	font-size:13px;
	color:#24248E;
	border: 1px solid #A0A0A0;
}

.Editor_Table{width:100%;}
.Editor_Label
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	float:left;
	padding-top:4px;
}

.cmd_Button_WordCount
{
	font-family:Verdana;
	font-size:11px;
	float:left;
}

.Editor_Panel
{
	background:#D3E7F7; 
	border:1px solid #A4CDFB;
	padding:3px;
}

.CILA_Editor_DesignArea
{
	background:#ffffff;
	border:1px solid #A0A0A0;
	width:100%;
}

.CILA_Editor_CodeArea
{
	background:#ffffff;
	border:1px solid #A0A0A0;
	width:100%;
}

.CILA_Editor_Button
{
	padding:1px;
}

.CILA_Editor_Button:hover, .CILA_Editor_Button_Checked
{
	background:url(images/IMG.png) -361px -218px no-repeat;
	padding:1px;
}

.CILA_Editor_Button_Cmd
{
	background:url(images/IMG.png) no-repeat;
	width:20px;
	height:20px;
}

.CILA_Editor_Button_Seperator
{
	background:url(images/IMG.png) -406px -220px no-repeat;
	width:1px;
	height:18px;
}

.CILA_Editor_Button_Bold{background-position:-170px -145px;}
.CILA_Editor_Button_Italic{background-position:-194px -145px;}
.CILA_Editor_Button_Underline{background-position:-218px -145px;}
.CILA_Editor_Button_StrikeThrough{background-position:-434px -147px;}
.CILA_Editor_Button_JustifyLeft{background-position:-242px -146px;}
.CILA_Editor_Button_JustifyRight{background-position:-266px -146px;}
.CILA_Editor_Button_JustifyCenter{background-position:-290px -146px;}
.CILA_Editor_Button_JustifyFull{background-position:-314px -146px;}
.CILA_Editor_Button_RemoveFormat{background-position:-384px -219px;}
.CILA_Editor_Button_InsertOrderedList{background-position:-386px -147px;}
.CILA_Editor_Button_InsertUnorderedList{background-position:-410px -147px;}
.CILA_Editor_Button_Outdent{background-position:-362px -146px;}
.CILA_Editor_Button_Indent{background-position:-338px -146px;}
.CILA_Editor_Button_CreateLink{background-position:-242px -170px;}
.CILA_Editor_Button_Unlink{background-position:-266px -170px;}
.CILA_Editor_Button_InsertHorizontalRule{background-position:-218px -195px;}
.CILA_Editor_Button_InsertImage{background-position:-170px -170px;}
.CILA_Editor_Button_Subscript{background-position:-194px -195px;}
.CILA_Editor_Button_Superscript{background-position:-169px -193px;}
.CILA_Editor_Button_Undo{background-position:-170px -218px;}
.CILA_Editor_Button_Redo{background-position:-193px -218px;}
.CILA_Editor_Button_InsertTable{background-position:-290px -218px;}

.CILA_Editor_Button_Paypal_Buy{background-position:-256px -102px;}
.CILA_Editor_Button_PayPal_Donate{background-position:-256px -125px;}
.CILA_Editor_Button_InsertMedia{background-position:-256px -80px;}
	
.CILA_Editor_Button_Design{background-position:-26px -26px;}
.CILA_Editor_Button_Code{background-position:-170px -266px;}
.CILA_Editor_Button_BackColor{background-position:-265px -217px;}
.CILA_Editor_Button_ForeColor{background-position:-242px -217px;}

.CILA_Editor_Button_FontFamily
{
	background:#fff;
	border:1px solid #7F7F7F;
	position:relative;
	width:150px;
	margin-right:16px;
	padding:3px 5px;
	cursor:default;
	height:13px;
}

.CILA_Editor_Button_FontFamilyBtn
{
	background:url(images/IMG.png) -411px -217px no-repeat;
	width:16px;
	height:21px;
	position:absolute;
	top:-1px;
	right:-16px;
}

.CILA_Editor_Button_FontFamily:hover .CILA_Editor_Button_FontFamilyBtn
{
	background-position:-436px -217px;
}

.CILA_Editor_Button_FontFamilyMenu
{
	background:#fff;
	border:1px solid #7F7F7F;
	padding:2px;
	height:200px;
	width:150px;
	overflow:auto;
	position:absolute;
	top:20px;
	left:-1px;
}

.CILA_Editor_Button_FontFamilyItem
{
	background:#fff;
	border:1px solid #fff;
	padding:3px 5px;
	cursor:default;
}

.CILA_Editor_Button_FontFamilyItem:hover
{
	background:#CAEFFB;
	border:1px solid #A4CDFB;
}

.CILA_Editor_Button_Color
{
	background:url(images/IMG.png) -168px -240px no-repeat;
	width:31px;
	height:22px;
	position:relative;
}

.CILA_Editor_Button_Color:hover
{
	background-position: -216px -240px;
}

.CILA_Editor_Button_ColorMenuItem
{
	width:10px;
	height:10px;
	border:1px solid #777;
	cursor:default;
}

.CILA_Editor_Button_ColorMenuItemContainer
{
	border:1px solid #fff;
	padding:2px;
}

.CILA_Editor_Button_ColorMenuItemContainer:hover
{
	background:#CAEFFB;
	border:1px solid #A4CDFB;
}

.CILA_Editor_Button_ColorMenu
{
	background:#fff;
	position:absolute;
	border:1px solid #777;
	top:22px;
	left:0px;
	padding:2px;
}











