var estradaCustom = {
	sitePath: '',
	editor: {
	  	defaultConfig: {
	    		//height: "500px"
	    		plugins : "table,advlink,insertdatetime,preview,searchreplace,print,contextmenu,paste,fullscreen,xhtmlxtras,advimage,media,imagepicker",
        		theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,cleanup,removeformat,separator,search,replace,separator,undo,redo,separator,styleselect,fontsizeselect",
        		theme_advanced_buttons2 : "bold,italic,underline,strikethrough,sub,sup,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,image,imagepicker,charmap,media",
        		theme_advanced_buttons3 : "tablecontrols,separator,hr,visualaid,code,separator,fullscreen,separator,print",
	    		theme_advanced_blockformats : "p,div,span,blockquote,h4,h3,h2,h1",
	    		theme_advanced_font_sizes : 'xSmall (8pt)=1,Small (10pt)=2,Medium (12pt)=3,Large (14pt)=4,xLarge (16pt)=5,xxLarge (18pt)=6,xxxLarge (20pt)=7',
	    		font_size_style_values : '.8em,1em,1.2em,1.4em,1.6em,1.8em,2em,',
        		content_css : '/assets/common/styles/mce.css',
        		invalid_elements: "font"
    		},
    		admin: {
	    		plugins : "table,advlink,insertdatetime,preview,searchreplace,print,contextmenu,paste,fullscreen,xhtmlxtras,advimage,media,imagepicker",
      			theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,cleanup,removeformat,separator,search,replace,separator,undo,redo,separator,forecolor,backcolor,styleselect,fontsizeselect,fontselect",
      			theme_advanced_buttons2 : "bold,italic,underline,strikethrough,sub,sup,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,image,imagepicker,charmap,media",
      			theme_advanced_buttons3 : "tablecontrols,separator,hr,visualaid,code,separator,fullscreen,separator,print",
	    		theme_advanced_blockformats : "p,div,span,blockquote,h4,h3,h2,h1",
				theme_advanced_font_sizes : 'xSmall (8pt)=1,Small (10pt)=2,Medium (12pt)=3,Large (14pt)=4,xLarge (16pt)=5,xxLarge (18pt)=6,xxxLarge (20pt)=7',
	    		font_size_style_values : '.8em,1em,1.2em,1.4em,1.6em,1.8em,2em,',
	    		//theme_advanced_font_sizes : 'Small=.small-text,Large=.large-text',
			extended_valid_elements: "iframe[src|width|height|name|align]"
      			//content_css : $.authoring().url.base + 'scripts/custom/content.css'
    		}

  	}
  

};