Even though I specified the EditorCSS, it's picking up my embedded css properties and things like drop downs contain the fonts in that css as well as positioning. It looks unsightly. Surely there is an easy way to configure the editor to not pick up any styles unless specified in the appropriate tags
this is the tag:
<CE:Editor ID="Editor1" runat="server" ThemeType="Office2007"
UseStandardDialog="True" EditorWysiwygModeCss="~/CMS/css/EditMode.css" PreviewModeCss="~/css/layout.css, ~/css/About.css"
Height="420px" Width="580px" DisableItemList="save, new,ToFullPage,FromFullPage,InsertTemplate"
AutoConfigure="Simple" ContextMenuMode="Simple" AutoParseClasses="false" FilesPath="" Text="" />
When I remove the external styles everything is ok, so it's just those styles that are affecting this. I need those CSS files in the page, so removing them is not an alternative.