.radeditor table
{
	border: 0;
	table-layout: fixed;
}

.radeditor table table
{
	border: 0;
	table-layout:auto;
}

.radeditor table td
{
	vertical-align: top;
	padding: 0; 
	margin: 0;
}

.rade_module input
{
  border: solid 1px #ccc;
}

.rade_toolbar
{
	list-style: none !important;
	padding: 0; 
	margin: 0;
	float: left;
}

.rade_toolbar li
{
	float: left;
}

.rade_tlbVertical ul,
.rade_tlbVertical ul li
{
	float: none !important;
}

.rade_tlbVertical .rade_toolbar
{
	float: none !important;
}

.rade_tlbVertical ul
{
	width: 100%;
}

.rade_tlbVertical a
{
	width: auto;
}

.rade_tlbVertical a span
{
	float: left;
	width: 22px;
}

.rade_button_text
{
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	line-height: 22px;
	padding: 0 4px 0 0;
	margin: 0 0 0 2px;
	white-space: nowrap; 
	width: auto;
	background: none !important;
	float: left;
}

.rade_tool_disabled
{
	filter: alpha(opacity=40);
	opacity: .4;
	-moz-opacity: .4;
}

.rade_grip
{
	 font-size: 1px;
}

.rad_splitbutton span
{
	float: left;
}



.rade_separator
{
	font-size: 1px;
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text
{
    _display: block;
}

.rade_toolbar li .rade_tool_text span
{
	float: left;
	cursor: default;
}

.rade_toolbar li .rade_tool_text
{
	display: block;
	_display: inline; /* IE6 double margins fix */
	float: left;	
	cursor: default;
	text-decoration: none;
}

.rade_toolbar li .rade_tool_text .rade_button_text
{
	background-image: none;
	width: auto;
}

.rade_toolbarWrapper
{
	float: left;	
	height: auto;
}

.rade_toolZone .rade_toolbarWrapper
{
	background: transparent;
	float: none;
	clear: both;
}

.rade_AjaxSpellCheckSuggestions table
{
    width: 100%;    
}

.rade_AjaxSpellCheckSuggestions td
{
   width: 100% !important;
}

.rade_AlignmentSelector
{
	float: left;
}

.rade_AlignmentSelector table,
.rade_AlignmentSelector td
{
	padding: 0px !important;
	text-align: center;
}

.rade_AlignmentSelector div
{
	cursor: default;
}

a.rade_module_domlink
{
	outline: 0;
}	

a.rade_module_domlink_selected
{
	text-decoration: none;
}

.rade_ajaxspell_addicon,
.rade_ajaxspell_ignoreicon,
.rade_ajaxspell_okicon,
.rade_loading
{
    float: left;
}

button.rade_ajaxspell_okicon
{
    float: none;
}

.rade_ajaxspell_wrapper button
{
	width: auto;
}

div.rade_editorModes
{
	width: 100%;
}

.rade_editorModesCell
{
    width: auto;
}

div.rade_editorModes ul,
div.rade_editorModes ul li
{
	padding: 0;
	margin: 0;
	list-style: none !important;
	float: left;
}

div.rade_editorModes a
{
	outline: none;
	font: normal 10px Arial, Verdana, Sans-serif;
	width: auto; 
	height: 21px;
	margin: 1px;
	text-decoration: none;
}

div.rade_editorModes .rade_mode_selected
{
    margin: 0;
}

div.rade_editorModes a,
div.rade_editorModes a span
{
	display: block;
	cursor: pointer;
	float: left;
}

div.rade_editorModes a span
{
	_display: inline; /* IE6 double margin fix */
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 2px 0 0 6px;
	padding: 0 8px 0 18px;
	line-height: 16px;
	height: 16px;
}

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: 0 -16px;
}

div.rade_editorModes .rade_mode_preview span,
div.rade_editorModes .rade_mode_selected.rade_mode_preview span
{
	background-position: 0 -32px;
}

.rade_dropDownBody
{
	overflow: auto;
	overflow-x: hidden;
}

.rade_dropDownBody .rade_toolbar,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar
{
    height: auto;
}

.rade_dropDownBody table
{
	padding: 0; 
	margin: 0; 
	border: 0;
}

.rade_dropDownBody table td
{
	cursor:default;
}

.rade_ColorPicker
{
	-moz-user-select: none;
}

.rade_ColorPicker table
{
	border-collapse: collapse;
}

.rade_ColorPicker table td
{
	border:0;
}

.rade_ColorPicker .rade_ColorPickerFooter
{
	overflow: hidden; /* IE6 fix */
}

.rade_ColorPicker span
{
	display: block;
	text-align: center;
	float: left;
	cursor: default;
}

.rade_InsertSymbol table td
{
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.rade_InsertTable table
{
	float: left;
	cursor: default;	
}

.rade_InsertTable .rade_tlbVertical li
{
	float: left !important;
}

.rade_InsertTable .rade_tlbVertical li a,
.rade_InsertTable .rade_tlbVertical .rade_toolbar a.rade_tool_disabled
{
    outline: none;
}

.rade_InsertTable .rade_tlbVertical li a .rade_button_text
{
	text-decoration: none;
	cursor: default;
}

.rade_InsertTable .rade_tlbVertical li a .rade_button_text:hover
{
	cursor: pointer !important;
}

.rade_InsertTable .rade_tlbVertical ul
{
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

.rade_UndoRedo table
{
	border-collapse: collapse;
}

.rade_UndoRedo table td,
.rade_UndoRedo table td.rade_itemOver
{
	border: 0 !important;
	margin: 0 !important;
}

.rade_ApplyClass span
{
	font-size: 1px;
	display: block; 
	float: left;
}

ul.rade_CustomLinks,
ul.rade_CustomLinks ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
	cursor: default;
}

ul.rade_CustomLinks li ul
{
	margin-left: 12px !important;
}

.rade_dropDownBody .rade_CustomLinks a
{
    text-decoration: none;	
}

.rade_dropDownBody .rade_CustomLinks a:hover
{
    cursor: pointer;
}

ul.rade_CustomLinks li
{
	clear: both;
	text-align:left;
}

ul.rade_CustomLinks span,
ul.rade_CustomLinks a
{
	display: block;
	float: left;
}

ul.rade_CustomLinks .rade_CustomLinksIcon
{
	font-size: 1px;
}

ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_empty
{
	cursor: default;
}

.rade_toolbar
{	
	float: left;	
}

* html .radeditor
{
	background-image: none !important;
}

.rade_tlbVertical .rade_toolbar,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar li
{
    height: auto;	
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text
{	
	clear: both;
	float: none;
	width: 100% !important;
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:hover,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:active,
.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:focus
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled span
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);	
}

.dialogtoolbar
{
    width: 1240px !important;
    overflow: hidden !important;
}

.rade_dropDownBody  .rade_tool_text.rade_tool_selected,
.rade_dropDownBody  .rade_tool_text
{
    _margin: 0 !important;
}

/* Safari Fix for Table Wizard */
@media all and (min-width:0px) 
{
	body:not(:root:root) .rade_dropDownBody.rade_InsertTable div table td
	{
	    width: 13px;
	    height: 13px;
	    border: solid 1px #777777;
	    background: white;
	}
	body:not(:root:root) .rade_dropDownBody.rade_InsertTable div table .rade_itemOver
	{
	    background: #eaeaea;
	}
}

td.rade_tlbVertical .rade_toolbar .split_arrow
{
    display: none !important;
}

td.rade_tlbVertical .rade_toolbar li
{
    clear: both !important;
}

/* new Spinbox implementation. Remember to remove the old one above */
.rade_SpinBox td
{
    padding: 0 !important;
    vertical-align: top !important;
}

.rade_SpinBox input
{
	display: block;
	float: left;
	width: 21px;
	height: 18px;
	border-right: 0 !important;
	text-align: right;
	padding-right: 2px;
}

.rade_SpinBox a
{
	display: block;
	width: 9px;
	height: 11px;
	line-height: 11px;
	font-size: 1px;
	background: url('Widgets/TableWizardSpites.gif') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	cursor: default;
}

.rade_SpinBox .rade_SpinBoxIncrease
{
	background-position: 0 -321px;
}

.rade_SpinBox .rade_SpinBoxIncrease:hover
{
	background-position: -9px -321px;
}

.rade_SpinBox .rade_SpinBoxDecrease
{
	background-position: 0 -331px;
}

.rade_SpinBox .rade_SpinBoxDecrease:hover
{
	background-position: -9px -331px;
}

.rade_TableWizardSpinBox
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: black;
	-moz-user-select: none;
}

.rade_TableWizardSpinBox a
{
	margin: 1px;
	outline: none;
}

.rade_TableWizardSpinBox a,
.rade_TableWizardSpinBox a span
{
	display: block;
	width: 23px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
	
}

.rade_TableWizardSpinBox a:hover
{
	background-image: url('Widgets/rade_TableWizardSpinBox.gif');
}

.rade_TableWizardSpinBox a span
{
	text-indent: -9999px;
	background-image: url('Widgets/rade_TableWizardSpinBox.gif');
}

.rade_TableWizardSpinBox .rade_TableWizardSpinBox_Increase
{
	background-position: 0 -21px;
}

.rade_TableWizardSpinBox .rade_TableWizardSpinBox_Decrease
{
	background-position: 0 -42px;
}

/* CONSTRAIN PROPORTIONS BEGIN */
li.ConstrainProportions button
{
	position: absolute;
	top: 7px;
	left: 0;
	height: 52px;
	border: 0;
	background-image: url('Editor/CommandSprites.gif');
	background-repeat: no-repeat;
	background-position: -7988px 9px;
}

li.ConstrainProportions.toggle button
{
	background-position: -7956px 9px;
}
/* CONSTRAIN PROPORTIONS END */

.rade_ajaxspell_addicon,
.rade_ajaxspell_ignoreicon,
.rade_ajaxspell_okicon
{
    width: 16px !important;
    height: 16px;
    border: 0;
    margin: 2px 4px 0 0;
    background:url('Editor/CommandSprites.gif') no-repeat;
}

.rade_ajaxspell_ignoreicon
{
	background-position: -4533px center;
}

.rade_ajaxspell_okicon
{
	background-position: -4571px center;
}

.rade_ajaxspell_addicon
{
	background-position: -4610px center;
}

button.rade_ajaxspell_okicon
{
    width: 22px;
    height: 22px;
}

.rade_dropDownBody.rade_InsertTable
{
	overflow: hidden !important;
}

.rade_dropDownBody.rade_InsertTable span
{
	height: 22px !important;
}

/* global styles css reset (prevent mode) */
.radeditor table,
.rade_toolbar,
.rade_toolbar li,
.rade_tlbVertical,
.rade_dropDownBody ul,
.rade_dropDownBody ul li,
.radwindow table,
.radwindow table td,
.radwindow table td ul,
.radwindow table td ul li
{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

.rade_wrapper_corner,
.rade_wrapper_center,
.rade_leftVerticalSide,
.rade_rightVerticalSide,
.rade_toolZone,
.rade_editorModes,
.rade_resizeCell,
.rade_toolZone table td,
.radeditor .rade_toolbar,
.radeditor .rade_editorModes ul
{
	border: 0 !important;
}

.rade_toolbar li,
.rade_editorModes ul li,
.rade_InsertTable .rade_tlbVertical .rade_toolbar li
{
	float: left !important;
	clear: none !important;
	border: 0 !important;
}

/* disabled dropdown menu items under Internet Explorer 7 fix */
.rade_dropDownBody .rade_tlbVertical .rade_toolbar li .rade_tool_text.rade_tool_disabled .rade_button_text
{
	width: auto;
}

ul.rade_CustomLinks ul
{
	margin-left: 10px;
}

.rade_ajaxspell_button
{
    border: solid 1px #555;
    background: #eaeaea;
    font: normal 11px Arial, Verdana, Sans-serif;
    white-space: nowrap;
}







/* COMMANDS BEGIN */

.SilverlightManager
{
	/* waiting for icon */
}

.CustomDialog
{
	background-position: -1448px center;
}

.FileSave,
.FileSaveAs,
.Save,
.SaveLocal
{
	background-position: -1407px center;
}

.FormatCodeBlock
{
	background-position: -305px center;
}

.PageProperties
{
	background-position: -756px center;
}

.SetImageProperties
{
	background-position: -1116px center;
}

.BringToFront
{
	background-position: -1606px center;
}

.AlignmentSelector
{	
	background-position: -1647px center;
}

.Cancel
{
	background-position: -1687px center;
}

.Custom,
.ViewHtml
{
	background-position: -1728px center;
}

.DecreaseSize
{
	background-position: -1886px center;
}

.DeleteTable
{
	background-position: -1445px center;
}

.FileOpen
{
	background-position: -1967px center;
}

.IncreaseSize
{
	background-position: -2046px center;
}

.InsertAnchor
{
	background-position: -2086px center;
}

.InsertEmailLink
{
	background-position: -2246px center;
}

.InsertFormImageButton
{
	background-position: -2486px center;
}

.ModuleManager
{
	background-position: -2374px center;
}

.RepeatLastCommand
{
	background-position: -3248px center;
}

.SendToBack
{
	background-position: -3326px center;
}

.FormatStripper
{
	background-position: -2586px center;
}

.StyleBuilder
{
	background-position: -2946px center;
}

.ToggleFloatingToolbar
{
	background-position: -4006px center;
}

/* COMMAND SPRITES END */




/* ----------------------------------------- finished commands ----------------------------------------- */
.XhtmlValidator
{
	background-position: -2526px center;
}

.TrackChangesDialog
{
	background-position: -2555px center;
}

.InsertSymbol
{
	background-position: -2196px center;
}

.InsertFormHidden
{
	background-position: -1836px center;
}

.InsertFormButton,
.InsertFormReset,
.InsertFormSubmit
{
	background-position: -1716px center;
}

.InsertFormCheckbox
{
	background-position: -1745px center;
}

.InsertFormPassword
{
	background-position: -1896px center;
}

.InsertFormRadio
{
	background-position: -1926px center;
}

.InsertFormSelect
{
	background-position: -3546px center;
}

.InsertFormTextarea
{
	background-position: -1986px center;
}

.InsertFormText
{
	background-position: -1956px center;
}

.StripAll
{
	background-position: -2585px center;
}

.StripCss
{
	background-position: -2644px center;
}

.StripFont
{
	background-position: -2675px center;
}

.StripSpan
{
	background-position: -2705px center;
}

.StripWord
{
	background-position: -2736px center;
}

.AjaxSpellCheck
{
	background-position: -66px center;
}

.Italic
{
	background-position: -486px center;
}

.ImageManager,
.InsertImage
{
	background-position: -366px center;
}

.ImageMapDialog
{
	background-position: -396px center;
}

.FlashManager,
.InsertFlash
{
	background-position: -246px center;
}

.MediaManager,
.InsertMedia
{
	background-position:  -696px center;
}

.DocumentManager,
.InsertDocument
{
	background-position: -185px center;
}

.TemplateManager
{
	background-position: -2765px center;
}

.InsertTable,
.TableWizard
{
	background-position: -3575px -5px;
}

.InsertRowAbove
{
	background-position: -1355px -7px;
}

.InsertRowBelow
{
	background-position: -1385px -4px;
}

.DeleteRow
{
	background-position: -3425px center;
}

.InsertColumnLeft
{
	background-position: -1626px center;
}

.InsertColumnRight
{
	background-position: -1592px center;
}

.DeleteColumn
{
	background-position: -3392px center;
}

.MergeColumns
{
	background-position: -2315px center;
}

.MergeRows
{
	background-position: -2345px center;
}

.SplitCell
{
	background-position: -3335px center;
}

.DeleteCell
{
	background-position: -1325px center;
}

.SetCellProperties
{
	background-position: -2495px center;
}

.SetTableProperties
{
	background-position: -3363px center;
}

.Help
{
	background-position: -336px center;
}

.Undo
{
	background-position: -996px center;
}

.Redo
{
	background-position: -967px center;
}

.Cut
{
	background-position: -155px center;
}

.Copy
{
	background-position: -125px center;
}

.Paste,
.PasteStrip
{
	background-position: -785px center;
}

.PasteAsHtml,
.PasteHtml
{
	background-position: -815px center;
}

.PasteFromWord
{
	background-position: -845px center;
}

.PasteFromWordNoFontsNoSizes
{
	background-position: -875px center;
}

.PastePlainText
{
	background-position: -905px center;
}

.Print
{
	background-position: -936px center;
}

.FindAndReplace
{
	background-position: -215px center;
}

.SelectAll
{
	background-position: -2435px center;
}

.InsertGroupbox
{
	background-position: -2015px -7px;
}

.InsertCodeSnippet,
.InsertSnippet
{
	background-position: -2164px center;
}

.InsertDate
{
	background-position: -1655px center;
}

.InsertTime
{
	background-position: -2256px center;
}

.AboutDialog
{
	background-position: -6px center;
}

.Bold
{
	background-position: -95px center;
}

.Underline
{
	background-position: -3275px center;
}

.StrikeThrough
{
	background-position: -3306px center;
}

.JustifyLeft
{
	background-position: -576px center;
}

.JustifyCenter
{
	background-position: -516px center;
}

.JustifyFull
{
	background-position: -546px center;
}

.JustifyNone
{
	background-position: -606px center;
}

.JustifyRight
{
	background-position: -636px center;
}

.InsertParagraph
{
	background-position: -454px center;
}

.InsertHorizontalRule
{
	background-position: -2045px center;
}

.Superscript
{
	background-position: -2796px center;
}

.Subscript
{
	background-position: -2826px center;
}

.ConvertToLower
{
	background-position: -1144px center;
}

.ConvertToUpper
{
	background-position: -1174px center;
}

.Indent
{
	background-position: -426px center;
}

.Outdent
{
	background-position: -726px center;
}

.InsertOrderedList
{
	background-position: -2076px center;
}

.InsertUnorderedList
{
	background-position: -2286px center;
}

.AbsolutePosition
{
	background-position: -36px center;
}

.LinkManager,
.CreateLink,
.CustomLinkTool,
.SetLinkProperties
{
	background-position: -665px center;
}

.Unlink
{
	background-position: -2855px center;
}

.ToggleTableBorder
{
	background-position: -2885px center;
}

.ToggleScreenMode
{
	background-position: -2915px center;
}

.ForeColor
{
	background-position: -276px center;
}

.BackColor,
.borderColor,
.bgColor
{
	background-position: -1026px center;
}

.InsertFormElement
{
	background-position: -1774px center;
}

.InsertFormForm
{
	background-position: -1805px -4px;
}

/* ALIGNMENT SELECTOR BEGIN */
.rade_TopCenter
{
    width: 15px;
    height: 13px;
    background-position: -3036px -6px;
}

.rade_MiddleLeft
{
    width: 15px;
    height: 13px;
    background-position: -3096px -6px;
}

.rade_MiddleCenter
{
    width: 15px;
    height: 13px;
    background-position: -1236px -6px;
}

.rade_MiddleRight
{
    width: 15px;
    height: 13px;
    background-position: -3155px -6px;
}

.rade_BottomCenter
{
    width: 15px;
    height: 13px;
    background-position: -3216px -6px;
}

.rade_NoAlignment
{
    width: 15px;
    height: 13px;
    background-position: -1266px -6px;
}

.rade_TopLeft
{
    background-position: -3006px -6px;
}

.rade_TopRight
{
    background-position: -3155px -6px;
}

.rade_BottomLeft
{
    background-position: -3186px -6px;
}

.rade_BottomRight
{
    background-position: -3245px -6px;
}
/* ALIGNMENT SELECTOR END */

/* toolbar */
.rade_toolbar
{
    height: 26px;
    margin: 1px;
}

.rade_toolbar li
{
    height: 26px;
}

.rade_toolbar .rade_grip
{
	background-repeat: no-repeat;
	width: 4px;
	height: 26px;
}

.rade_toolbar .grip_first
{
	background-position: 0 -271px;
}

.rade_toolbar .grip_last
{
	background-position: -37px -271px;
}

.rade_tool
{
	width: 21px;
	height: 21px;
	padding: 3px 0 0 3px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: default;
	margin: 1px 0 0 0;
	outline: none;
}

.rade_tool span
{
    background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}

/* split button */
.rade_tool.rad_splitbutton
{
	width: 31px;
	height: 21px;
	display: block;
}

.rad_splitbutton .split_arrow
{
	width: 5px !important;
	float: left;
	margin-left: 3px;
}

.rade_tool_disabled:hover
{
	background: none;
}

.rade_tool_disabled,
.rade_tool_disabled:hover,
.rade_tool_disabled:active,
.rade_tool_disabled:focus
{
	border: 0;
	background: none;
}
/* end of toolbar */

/* dropdown */
.rade_dropdown,
.rade_tool_disabled.rade_dropdown:hover
{
	padding: 2px 12px 2px 2px;
	font: normal 11px Verdana, Arial, Sans-serif;
	text-decoration: none;
	display: block;
	margin: 4px 0 0 0;
	-moz-border-radius: 0.3em;
	-moz-border: 0.3em;
	-webkit-border-radius: 0.3;
	cursor: pointer;
	cursor: default;
}

.rade_dropdown span
{
	background: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	cursor: default;
}

/* IE 6 and IE 7 have different behavior when showing with AJAX */
.rade_toolbar .rade_dropdown
{
	width: auto;
	_width: 20px;
}

*html .radwindow.normalwindow.transparentwindow .rade_dropdown
{
    _height: 18px !important;
    _padding-top: 0 !important;
    _padding-bottom: 0 !important;
    _overflow-y: hidden !important;
}
/* end of dropdown */

/* vertical dropdown */
.rade_tlbVertical .rade_dropdown
{
	width: 4px;
	height: 16px;
}

.rade_tlbVertical .rade_toolbar.Default li .rade_dropdown
{
    margin: 0;
    margin-left: 4px;
}

.rade_tlbVertical .rade_dropdown span
{
	display: none;
}

td.rade_tlbVertical .rade_toolbar .rade_dropdown,
td.rade_tlbVertical .rade_toolbar .rade_dropdown:hover
{
    _width: 5px !important;
}
/* end of vertical dropdown */

/* separator */
li.rade_separator
{
	height: 26px;
	width: 6px;
	padding: 0;
	margin: 0;
}

.rade_tlbVertical .rade_toolbar li.rade_separator
{
	height: 4px; 
	line-height: 4px; 
	width: 26px; 
	margin: 0; 
	padding: 0;
}
/* end of separator */

.rade_dropDownBody .rade_tlbVertical li
{
    background-image: none !important;
}

td.rade_tlbVertical .rade_toolbar .rade_separator
{
    display: none !important;
}

/* IE6 does not support the alpha channel of png files, so we force it to use gif */
* html .rade_tool span
{
    background-image: url('gif');
}

* html /Hay.rade_AlignmentSelector div
{
    background-image: url('CommandSpritesLightIE6.gif') !important;
}

/** html .rade_module_visible_icon,
* html .rade_module_hidden_icon
{
    background-image: url('gif') !important;
}*/

* html /rade_dropDownBody.rade_InsertTable .rade_tool_text .TableWizard
{
    background-image: url('CommandSpritesLightIE6.gif') !important;
}

* html .Hay.rade_AlignmentSelector div
{
    background-image: url('gif') !important;
}

/rade_module_visible_icon,
.rade_module_hidden_icon
{
	display: block;
	float: left;
	border: 0 !important;
}

.rade_module_hidden_icon
{
	display: block;
	float: left;
	border: 0 !important;
	background: url('Telerik.Editor.CommandSprites.gif') no-repeat -1695px center !important;
}

.rade_module_visible_icon
{
	display: block;
	float: left;
	border: 0 !important;
	background: url('Editor/CommandSprites.gif') no-repeat -4645px center !important;
}

* html .rade_tlbVertical .rade_toolbar span
{
    background-image: url('CommandSpritesLightIE6.gif');
}

.rade_tool_disabled.rad_splitbutton:hover
{
	background: none !important;
}

.rade_module td
{
    _font-size: 11px;
}