var estradaCustom = {
	sitePath: '',
	leaveSite: 'You are leaving the site',
	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",
      			forced_root_block : ''
    		}
	
  	},
	navigator: {
		css: {
			opacity: 0.6,
			'background-color': '#ffcc00'
		}
	}

};
