
/* custom style for code blue status message (motd, etc) */

.statuscodeblue {
background-color: #0B0BFF; 
padding: 10px; 
color: #FFFFFF; 
text-align: center; 
border-style: solid; 
border-width: 1px; 
border-color: #9595FF;
}


/* CONF-28415 */
form.editor .editor-default,
.editor-fullheight {
    height: 100%;
    height: auto\9; /* IE8 */
} 



