or

.GridItemDropIndicator_xxxx
{
}
to change the drop indicator but, since the skin can change, do I need to create 19 of these or is there any way to indicate this is for ALL skins?
Thanks, Dave

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><asp:ScriptManager ID="ScriptManager1" runat="server"> <Scripts> <%--RadEditor--%> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/Core.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/jQuery.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/jQueryPlugins.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/Popup/PopupScripts.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Editor/RadEditor.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/LayoutBuilder/LayoutBuilderEngine.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Spell/SpellCheckService.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Editor/Modules.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Dialogs/RadDialogOpenerScripts.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/TouchScrollExtender.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Common/Animation/AnimationScripts.js" /> <asp:ScriptReference Path="~/Enigma/Telerik/Scripts/Window/RadWindowScripts.js" /> <%--RadEditor--%> </Scripts> </asp:ScriptManager> <div> <telerik:RadEditor ID="reSeperatorContent" MaxHtmlLength="150" runat="server" AutoResizeHeight="true" SpellCheckSettings-DictionaryLanguage="en-US" ContentAreaCssFile="~/Enigma/Css/EditorContent.css" Skin="Windows7"> <ImageManager ViewPaths="~/Content/Image/" DeletePaths="~/Content/Image/" UploadPaths="~/Content/Image/" /> <DocumentManager ViewPaths="~/Content/Document/" DeletePaths="~/Content/Document/" UploadPaths="~/Content/Document/" /> <FlashManager ViewPaths="~/Content/Flash/" DeletePaths="~/Content/Flash/" UploadPaths="~/Content/Flash/" /> <MediaManager ViewPaths="~/Content/Media/" DeletePaths="~/Content/Media/" UploadPaths="~/Content/Media/" /> <TemplateManager ViewPaths="~/Content/Template/" DeletePaths="~/Content/Template/" UploadPaths="~/Content/Template/" /> <Modules> <telerik:EditorModule Name="RadEditorStatistics" Visible="true" /> </Modules> </telerik:RadEditor> </div>