.rade_toolbar.User li .rade_tool_text span
{
	background-image: url('EditorUser/CommandSprites.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 23px;
	line-height: 23px;
}

.rade_toolbar.User li .rade_tool_text
{
	height: 23px;
	margin: 3px 1px 1px 1px;
	color: white;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.rade_toolbar.User li .rade_tool_text:hover,
.rade_toolbar.User li .rade_tool_text.rade_tool_selected
{
	border: solid 1px black;
	margin: 2px 0 0 0;
	background: url('EditorUser/ToolBarSprites.gif') repeat-x 0 -142px;
}

.rade_toolbar.User li .rade_tool_selected
{
	_border: 0 !important;
}

.rade_toolbar.User li .rade_tool_text.rade_tool_selected
{
    background-position: 0 -329px;
}

.rade_toolbar.User li .rade_tool_text .rade_button_text
{
	padding-right: 4px;
	color: white;
}

/* This color must coincide with back color defined in .rade_wrapper */
.User.rade_toolbarWrapper
{
	background-color:#515151 !important;
}

.User.rade_toolZone .rade_toolbarWrapper
{
	background:transparent;
	float:none;
	clear:both;
}

/* ============== rade_textarea =============================================*/
.rade_textarea    
{
    border: #808080 1px solid;
	font:normal 11px Tahoma;
	background-color: white;
	color: #000080;
}

.rade_AjaxSpellCheck, .rade_AjaxSpellCheck TD
{
    padding:1px !important; 
}

.rade_AjaxSpellCheckSeparator
{
    padding:0px !important;    		    
    margin-top:2px !important;    		        		    
    line-height:4px !important;
    font-size:2px !important;    		    
    height:3px !important;
    border-bottom:1px solid #999999;    		    
}        	

.rade_AjaxSpellCheckSuggestions table
{
    font-weight:bold !important;			    
}

.rade_AjaxSpellCheckSuggestions td
{
   font-weight:bold !important;			    
}

.User.rade_AlignmentSelector
{
	border: solid 1px #777;
	background: white;	
}

.User.rade_AlignmentSelector div
{
	width: 18px;
	height: 18px;
	margin: 1px auto;
	background-image: url('EditorUser/CommandSprites.gif');
	background-repeat: no-repeat;
}

.radeditor.User.rade_wrapper
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.rade_tlbVertical
{
	width: 2px; font-size:1px;
}

.radeditor.User.rade_wrapper table td.rade_contentCell
{
	border: solid 1px black;
	background: white;
}

.radeditor.User.rade_wrapper
{
	height:480px;
	width:640px;
}

.radeditor.User .rade_wrapper_corner
{
    width: 5px; height: 5px; line-height: 5px; font-size:1px;
}

.radeditor.User .rade_wrapper_center
{		
	height: 5px; line-height: 5px; font-size:1px;
}

.radeditor.User .rade_wrapper_corner.rade_corner_top_left
{
	background:url('EditorUser/CornersSprites.gif') 0 -26px no-repeat;
}

.radeditor.User .rade_wrapper_corner.rade_corner_top_right
{
	background:url('EditorUser/CornersSprites.gif') 100% -14px no-repeat;
}

.radeditor.User .rade_wrapper_corner.rade_corner_bottom_left
{
	background:url('EditorUser/CornersSprites.gif') 0 -65px no-repeat;
}

.radeditor.User .rade_wrapper_corner.rade_corner_bottom_right
{
	background:url('EditorUser/CornersSprites.gif') -6px -53px no-repeat;
}

.radeditor.User .rade_wrapper_center.rade_center_top
{
	background:url('EditorUser/CornersSprites.gif') 0 0 repeat-x;
}

.radeditor.User .rade_wrapper_center.rade_center_bottom
{		
	background:url('EditorUser/CornersSprites.gif') 0 -99px repeat-x;
}

.radeditor.User .rade_leftVerticalSide
{
	background:url('EditorUser/VertSideSprites.gif') 0 0 repeat-y;
}

.radeditor.User .rade_rightVerticalSide
{
	background:url('EditorUser/VertSideSprites.gif') 100% 0 repeat-y;
}

.rade_center_top,
.rade_leftVerticalSide,
.rade_rightVerticalSide,
.rade_toolZone,
.rade_center_bottom
{
	background-color: #515151 !important;
}

.rade_module
{
	color: #ccc;
	font: normal 11px Tahoma, sans-serif;
	line-height:normal;
	padding: 1px 5px;
	border: 1px solid #242424;
	background:#373737;	
}

.rade_module_visible_icon,
.rade_module_hidden_icon
{
	width: 16px;
	height: 16px;
	background: transparent url('EditorUser/CommandSprites.gif') no-repeat;
	margin: -2px 4px 0;
}

.rade_module_visible_icon
{
	background-position: -2368px -2px;
}

.rade_module_hidden_icon
{
	background-position: -2368px -24px;
}

a.rade_module_domlink
{
	color:#ccc;
	font: normal 11px Tahoma;
	padding: 3px 6px 1px;
	text-decoration: underline;
}	

a.rade_module_domlink_selected
{
	color:#333;
	font: normal 11px Tahoma;
	background-color:#eee;
	border:1px solid #898989;
	padding:0 5px;
}

.radeditor.User .rade_resizeCell div
{
    width:20px;
    height:25px;
    background:url('EditorUser/CornersSprites.gif') center -74px no-repeat; 
}

.rade_loading
{
    width:30px;
    background:url('EditorUser/LoadingSpell.gif') center center no-repeat;
    float:left;
}

.rade_ajaxspell_wrapper
{
    border: 1px solid #515151 !important;
}

.rade_ajaxspell_wrapper td
{
    line-height:20px;
}

div.rade_editorModes
{
	width: 100%;
    position: relative; top: -1px;
}

.radeditor.User .rade_editorModesCell
{
    width:100px;
}

div.rade_editorModes a
{
	width: 27px; height: 23px;
	margin: 1px;
	margin-top: 0;
}

div.rade_editorModes .rade_mode_selected
{
	background-color: white;
	border: solid 1px black;
	border-top: 0;
	margin: 0;
}

div.rade_editorModes a span
{
	background-image: url('EditorUser/ModesSprites.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 16px;
	width: 16px;
	margin: 5px 0 0 6px;
}

div.rade_editorModes .rade_mode_design span,
div.rade_editorModes .rade_mode_selected.rade_mode_design span
{
	background-position: 0 0;
}

div.rade_editorModes .rade_mode_html span,
div.rade_editorModes .rade_mode_selected.rade_mode_html span
{
	background-position: -16px 0;
}

div.rade_editorModes .rade_mode_preview span,
div.rade_editorModes .rade_mode_selected.rade_mode_preview span
{
	background-position: -32px 0;
}

.User.rade_dropDownBody
{
	background:#fff none;
	border: solid 1px #393838;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em; 
	-webkit-border-radius: 0.3;
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

.User.rade_dropDownBody,
.User.rade_dropDownBody table /*quirks mode*/
{
	font: 12px arial,verdana,sans-serif;
}

.User.rade_dropDownBody a
{
    background-image: none;
    background-color: white;
    border-bottom: solid 1px #aaaaaa;
    margin: 0;
}

.User.rade_dropDownBody a:hover
{
    background-image: none;
    background-color: #eaeaea;
    border-bottom: solid 1px #aaaaaa;
}

.User.rade_dropDownBody table td
{
	padding:1px 2px;
	border:1px solid #fff;
	color:#000;
	text-align:left;
}

.User.rade_dropDownBody .rade_itemOver
{
	border: solid 1px #8e8e8e;
	background: #eaeaea;
	color:#000;
}

.User.rade_ColorPicker
{
	border: solid 1px #868686;
	padding: 4px;
	-moz-border-radius: 3px;
	background: #fafafa;
}

.User.rade_ColorPicker table div
{
	width: 11px; height: 11px; line-height: 11px; font-size: 1px;
	border: solid 1px #c5c5c5;
}

.User.rade_ColorPicker table td.rade_itemOver div
{
	border-color:#000;
}

.User.rade_ColorPicker table td
{
	padding: 2px;
	padding-bottom: 0;
	padding-top: 0;
}

.User.rade_dropDownBody.rade_ColorPicker table td.rade_itemOver
{
	border: 0 !important;
	background: transparent !important;
}

.User.rade_ColorPicker .rade_ColorPickerFooter
{
	margin:0 auto;
	font: normal 11px Verdana, Arial, Sans-serif;
	height: 22px;
	height: 18px;
	width: 166px;
	padding:4px 0;
}

.User.rade_ColorPicker span
{
	width: 82px;
	height: 20px;
	line-height: 18px;
	border: solid 1px #c5c5c5;
}

.rade_ColorPicker .rade_ColorPickerFooter .rade_DarkColor
{
	background: black;
	color: white;
	border-right:0;
}

.rade_ColorPicker .rade_ColorPickerFooter .rade_LightColor
{
	background: white;
	color: black;
	border-left:0;
}

.rade_InsertSymbol
{
	background: #646464;
	width: auto !important;
}

.User.rade_InsertSymbol table
{
	width: auto !important;
}

.User.rade_InsertSymbol table td
{
	font: bold 11px Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	width: 18px !important;
	height: 22px !important;
	padding: 2px;
	vertical-align: middle;
}

.User.rade_InsertSymbol table td.rade_itemOver
{
	color: #000;
}

.User.rade_InsertTable table
{
	float: left;
	background-color:#f9f9f9;
	cursor:default;	
	width: 142px;
}

.User.rade_InsertTable .User table td 
{
	padding:0 !important;
	border-color: #777;
}

.User.rade_InsertTable .User table td.rade_itemOver
{
	border-color: #777; 
}

.User.rade_InsertTable td div
{	
	font-size:1px;
	width:10px;
	height: 10px;
	margin:1px !important;
	padding:0 !important;
}

.User.rade_InsertTable .rade_tlbVertical li
{
	float: left !important;
	width: 23px;
	margin: 0;
}

.User.rade_InsertTable .rade_tlbVertical li a,
.User.rade_InsertTable .rade_tlbVertical .User.rade_toolbar a.rade_tool_disabled
{
    background: none !important;
    margin: 0 !important;
    padding: 1px !important;
    border: 0 !important;
}

.User.rade_InsertTable .rade_tlbVertical li a:hover
{
	padding: 0 !important;
}

.User.rade_InsertTable .rade_tlbVertical li a .rade_button_text
{
	width: auto !important;
	padding-left: 4px;
	color: #ccc;
}

.User.rade_InsertTable .rade_tlbVertical li a .rade_button_text:hover
{
	color: #fff;
}

.rade_UndoRedo
{
	border: solid 1px #8f8f8f;
	background-color: white;
	padding: 0;
}

.User.rade_ApplyClass table td
{
	border: 1px solid #cacaca;
	padding: 2px;
}

 .rade_ApplyClass span
{
	width: 12px; height: 13px; line-height: 13px;
	background-image: url('EditorUser/ApplyClassSprites.gif');
	background-repeat: no-repeat;
	margin-right: 2px;
}

.rade_ApplyClass .rade_class_all
{
    background-position: 0 -52px;
}

.rade_ApplyClass .rade_class_img
{
    background-position: 0 -13px;
}
.rade_ApplyClass .rade_class_a
{
    background-position: 0 -26px;
}
.rade_ApplyClass .rade_class_table
{
    background-position: 0 -39px;
}

.rade_ApplyClass .rade_class_unknown
{	
    background-position: 0 0;
}

ul.rade_CustomLinks,
ul.rade_CustomLinks ul
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: #000;
	background: none;
}

ul.rade_CustomLinks
{
	margin: 0 2px;
}

.User.rade_dropDownBody .rade_CustomLinks a
{
    background:none transparent;
    border: 1px solid #fff;
	color: #000;
}

.User.rade_dropDownBody .rade_CustomLinks a:hover
{
    background: none #e9e9e9;
    border:1px solid #8e8e8e;
    color:#666;
}

ul.rade_CustomLinks ul
{
	margin-left: 12px;
}

ul.rade_CustomLinks li
{
	padding: 1px 0;
}

ul.rade_CustomLinks span,
ul.rade_CustomLinks a
{
	padding-left:1px;padding-right:1px;
}

ul.rade_CustomLinks .rade_CustomLinksIcon
{
	width: 9px; height: 9px;
	padding: 0;
	background-image: url('EditorUser/CustomLinksSprites.gif');
	background-repeat: no-repeat;
	margin: 2px 4px 0 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_plus
{
	background-position: 0 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_minus
{
	background-position: -9px 0;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_empty
{
	background: none;
}

.User .rade_toolbar
{
	height: 29px;
	margin-right:-1px;
	margin-bottom:2px;
}

.User .rade_tlbVertical
{
    background-color:#646464;
}

.User .rade_toolbar li
{
    height:29px;
	background: url('EditorUser/ToolBarSprites.gif') repeat-x 0 -242px; 
}

.User .rade_tlbVertical .rade_toolbar
{
	margin-bottom:0px;
}

td.rade_tlbVertical .rade_toolbar.User
{
    width: 28px !important;
}

.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar li
{
	background: none transparent; 
}

.rade_tlbVertical .rade_toolbar.User
{
    height: auto !important;
}

.rade_tlbVertical .rade_toolbar.User li
{
    background: url('EditorUser/ToolBarVerticalSprites.gif') repeat-y -79px 0;
    vertical-align: top;
}

.rade_tlbVertical .rade_toolbar.User li .rade_tool
{
    margin: 0;
    margin-left: 2px;
}

.rade_tlbVertical .rade_toolbar.User li .rade_dropdown
{
    margin: 0;
    margin-left: 4px;
}

.rade_tlbVertical .rade_toolbar.User .rade_grip
{
	background-image: url('EditorUser/ToolBarSprites.gif')  !important;
	width: 29px !important;
	height: 4px !important; line-height: 4px !important;
}

.rade_tlbVertical .rade_toolbar.User .grip_first
{
	background-position: right 0 !important;
}

.rade_tlbVertical .rade_toolbar.User .grip_last
{
	background-position: right -4px !important;
}

.rade_tlbVertical .rade_toolbar.User .rade_separator
{
    background: url('EditorUser/ToolBarVerticalSprites.gif') no-repeat -40px center !important;
}

.rade_tool
{
	width: 25px;
	height: 23px;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
}

.rade_tool:hover,
.rade_tlbVertical .rade_toolbar.User .rade_tool.rad_splitbutton:hover
{
	padding: 2px 0 0 0;
	background: url('EditorUser/ToolBarSprites.gif') repeat-x 0 -217px;
}

.rade_tool:active,
.rade_tool:focus,
.rade_tool_selected,
.rade_tool_selected:hover,
.rade_tool_selected:active,
.rade_tool_selected:focus
{
	background: url('EditorUser/ToolBarSprites.gif') repeat-x 0 -192px;
}

.rade_tool_disabled,
.rade_tool_disabled:hover,
.rade_tool_disabled:active,
.rade_tool_disabled:focus
{
	border: 0;
	background: none;
}

.rade_dropDownBody .rade_tlbVertical .User.rade_toolbar .rade_tool_text
{
	background: transparent url('EditorUser/ToolBarVerticalSprites.gif') repeat-y -118px 0;
	border: 0;
	padding: 3px 1px 3px 3px;
	margin: 0 1px;
	color:#d9d9d9;
}

.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text span
{
    color:#d9d9d9;
}

.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text:hover,
.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_selected
{
	border: 1px solid #cacaca;
	padding: 2px 0 2px 2px;
	background: #757575 url('EditorUser/ToolBarSprites.gif') repeat-x 0 -329px ;
	color: #fff;
}

.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool:hover span,
.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_selected span
{
	color: #fff;
}

.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled,
.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:hover,
.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:active,
.User.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:focus
{
	background: transparent url('EditorUser/ToolBarVerticalSprites.gif') repeat-y -118px 0;
	border: 0;
	padding: 3px 1px 3px 3px;
	margin: 0 1px;
	color:#d9d9d9;
}

.User.rade_dropDownBody .rade_tlbVertical .User.rade_toolbar .rade_tool_text span.rade_button_text
{
	padding-left: 13px;
}

.rade_tool span
{
	background-image: url('EditorUser/CommandSprites.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}

.rade_toolbar.User .rade_dropdown,
.rade_toolbar.User .rade_tool_disabled.rade_dropdown:hover
{
	height: 16px;
	border: solid 1px #8f8f8f !important;
	margin: 5px 0 2px 0;
	padding: 2px 14px 0 2px;
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
	background: white url('EditorUser/ToolBarSprites.gif') no-repeat right -92px;
	-moz-border-radius: 0.3em;
	-moz-border: 0.3em;
	-webkit-border-radius: 0.3;
}

.rade_toolbar.User .rade_dropdown:hover,
.rade_toolbar.User .rade_dropdown:active,
.rade_toolbar.User .rade_dropdown:focus
{
	border: solid 1px #707070;
	background-color: #eaeaea;
}

.rade_tlbVertical .rade_dropdown
{
	width: 4px;
}

.User .rade_toolbar .rade_grip
{
	background-image: url('EditorUser/ToolBarSprites.gif');
	background-repeat: no-repeat;
	width: 4px; height: 29px;
}

.User .rade_toolbar .grip_first
{
	background-position: 0 -271px;
}

.User .rade_toolbar .grip_last
{
	background-position: -37px -271px;
}

.rad_splitbutton
{
	width: 32px;
}

.rad_splitbutton:hover
{
    background: transparent url('EditorUser/ToolBarSprites.gif') no-repeat 0 -167px;
}

.rade_tool_disabled:hover
{
	background: none;
}

.rad_splitbutton span
{
	width: 25px;
}

.split_arrow
{
	background: transparent url('EditorUser/ToolBarSprites.gif') no-repeat 0 -108px !important;
	width: 5px !important;
	height: 22px;
	padding: 0 1px 0 1px;
}

.User .rade_toolbar li.rade_separator
{
	background: transparent url('EditorUser/ToolBarSprites.gif') no-repeat center -300px;
	height: 29px; width: 6px;
	padding: 0;
	margin: 0;
}

.User .rade_tlbVertical .rade_toolbar li.rade_separator
{
	height: 6px; line-height: 6px; width: 29px; margin:0; padding: 0;
	background: transparent url('EditorUser/ToolbarVerticalSprites.gif') no-repeat -84px center;
}

.rade_dropDownBody.rade_InsertTable .rade_tool_text .TableWizard
{
    height: 23px; width: 23px; line-height: 23px;
    background-image: url('EditorUser/CommandSprites.gif') !important;
    background-position: -3006px center;
}

.rade_dropDownBody.rade_InsertTable .rade_tool_text .rade_button_text,
.rade_dropDownBody.rade_InsertTable .rade_tool_text:hover .rade_button_text
{
    color: white !important;
}

.User.rade_dropDownBody.rade_InsertTable
{
    _width: 150px !important;
}

.User.rade_dropDownBody.rade_InsertTable .rade_tool:hover
{
   border: solid 1px #646464 !important;
}

/* Mozilla FF3 blur fix */
/* FF */
.rade_tool span
{
	margin-top: 2px;
	padding-top: 2px;
}

/* IE */
html* .rade_tool span
{
	height: 23px;
	padding-top: 0;
}