var configCkeditor = {
	entities: false,
	entities_latin: false,
	resize_enabled: false,
	height: 265,
	width: 600,
	toolbar:
		[
			['Styles', 'FontSize', '-', 'TextColor', 'BGColor'],
			['Bold', 'Italic', 'Underline', 'StrikeThrough'],
			['Subscript', 'Superscript'],
			'/',
			['Undo', 'Redo', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'SelectAll', 'RemoveFormat'],
			['Find', 'Replace', 'SpellCheck'],
			['OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent'],
			['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
			'/',
			['Source'],
			['Link', 'Unlink', 'Anchor'],
			['Image', 'Flash', 'Table', '-', 'Smiley', 'SpecialChar']
		]
};

var configDatepicker = {
	dateFormat: 'dd/mm/yy',
	minDate: new Date(1950, 1, 1), 
	maxDate: new Date(2050, 12, 31),
	changeMonth: true,
	changeYear: true
};

var configTooltip = {	
    // place tooltip on the right edge
    position: "center right",	
    // a little tweaking of the position
    offset: [-2, 10],	
    // use the built-in fadeIn/fadeOut effect
    effect: "fade",	
    // custom opacity setting
    opacity: 0.7	
};
