Not able to find in CuteEditorconstants.js file, the following "var _CreateEditingTableStyle" :-
---------------------------------------------------------------------------------------------------------------------------
// You can modify the following function to change the table default properties within the InsertTable dialog
var _CreateEditingTableStyle = "<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>";
---------------------------------------------------------------------------------------------------------------------------
We want to set the default value of cell padding = '0' , cell border = '0' , cell alignment to 'left'
and cell vertical allignment to 'top'.
Thanking you.