/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

body {

}


/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Hidden note */
p.hidden-note /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
p.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* SPAN: Deleted */
span.deleted {
    color: red; text-decoration: line-through;
    /* color: red; text-decoration: line-through; */
}

/* SPAN: Added */
span.added {
    color: green;
    /* color: green; */
}

img.border {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* IMG: Floatright */
img.floatright {
    float: right;
    margin:0 0 0.5em 2em;
    /** / background-color: #fc9; border: 2px solid red; /**/
}

/* IMG: Floatleft */
img.floatleft {
    float: left;
    margin:0 2em 0.5em 0;
    /** / background-color: #fc9; border: 2px solid red; /**/
}


/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
