In the CSS panel of style edition popup:
The second part contains the rules for elements.
.wstextarea_beautiful {...} or .wstextarea_beautiful a:hover {...} are rules of the style 'beautiful' applying to the wstextarea type (rich text in other words).
A named style can be modified and saved after selecting any element.
.id_Y50744bbbe4284 {...} is a rule for the element which id is Y50744bbbe4284.
A local style is really modified and saved only if it applies to the selected element.
To erase all @rules, you must type a pseudo rule at the end: @{}
This pseudo-rule will disappear at publication.