/*------- editor stylesheet -------*/

/*------- Main ---------*/

body { background-color:white; }

/*------- Highlight structural elements --------*/

body.HTMLeditor TABLE { border:1px dotted #fcc; }
body.HTMLeditor TH { border:1px dotted #fcc; }
body.HTMLeditor TD { border:1px dotted #fcc; }

body.HTMLeditor DIV { border:1px dotted #cfc; }
body.HTMLeditor SPAN { border-bottom:1px dotted #ccf; }
body.HTMLeditor BLOCKQUOTE { border:1px dotted #ffc; }

/*------- Custom ---------*/

/* If you want the HTML editor contents to match the local website's default
style, copy the relevant text styles here. */

/* body.HTMLeditor { font-family: Arial,Helvetica,sans-serif;} */


