html {
background-color: #ff6;
}

body {
margin: 20px;
border: 10px solid #003;
padding: 10px;
font-family: verdana, arial, sans-serif;
background-color: #ffc;
color: #000;
}

div {
text-align: left;
}

pre {
background-color: #fff;
padding-left: 1em;
}

.divNoEdit {
margin: 10px auto;
border: 2px solid #000;
padding: 10px;
background-color: #ccc;
}
.divEditCE {
margin: 10px auto;
border: 2px solid #f00;
padding: 10px;
background-color: #fcc;
}
.divEdit {
margin: 10px auto;
border: 2px solid #0f0;
padding: 10px;
background-color: #cfc;
}
.divEdit {
-moz-user-modify: read-write; -moz-user-input: enabled; -moz-user-select: text;
/*-moz-user-select: normal; doesn't work in Firefox1.5*/
}
.divInlineEdit {
margin: 10px auto;
border: 2px dashed #0f0;
padding: 10px;
background-color: #cfc;
}

.NotEditable {
background-color: #ccc;
}
.NestedEditable {
background-color: #cfc;
}

/* RSD configuration via CSS
*/
/*
mozileconfiguration { background-image: url("rsd.xml"); }
*/

/* To get Mozile to show bold toolbar button correctly with <b>bold</b> tags. */
b { font-weight: bold; }

/* Mozile Custom MES class definitions. */
.mozileBold { font-weight: bold }
.mozileItalic { font-style: italic }
.mozileUnderline { text-decoration: underline }

