(function($)
{
	$(function() {
		$('input[type=submit]').addClass('ui-state-default ui-corner-all');
		$('input[type=submit]').hover(
			function() { $(this).addClass('ui-state-hover'); },
			function() { $(this).removeClass('ui-state-hover'); }
		);
	});
})(jQuery);
var tmce_opts = {
	script_url : '/tinymce/jscripts/tiny_mce/tiny_mce.js',
	theme : "advanced",
	plugins : "style,contextmenu,xhtmlxtras",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontsizeselect,|,bullist,numlist,outdent,indent,|,undo,redo",
	theme_advanced_buttons2 : '',
	theme_advanced_buttons3 : '',
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	content_css : '/templates/'+THEME+'/template.css'
};
