/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */


/* 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 */

/* Data */
p.date
{
    color: #ccf; /* background-color: #ff9; border: 2px solid #ee9; */
}

/* Invisibile */
p.hidden-note
{
    display: none; /* color: #999; border: 2px solid #ccc; */
}

/* Evidenziato */
p.highlight
{
    background-color: Yellow; /* background-color : Yellow ;*/
}

/* Box solido */
p.SolidBox
{
    background-color: #EEEEFF;
    border: 1px solid #222222; /* background-color : #FAFAFF; border: 1px solid #222222; */
}

/* Box tratteggiato */
p.DottedBox /* p[@class!="important"] */
{
    background-color: #EEEEFF;
    border: 1px dotted #222222; /* background-color : #FAFAFF; border: 1px dotted #222222; */
}

/* Box importante */
p.ImportantBox /* p[@class!="important"] */
{
    background-color: #FFFAFA;
    border: 1px solid #FF0000; /* background-color : #FFFAFA; border: 1px solid #222222; */
}

/* Importante */
p.important /* p[@class!="hidden-note"] */
{
    color: red;
    font-weight: bold; /* color: red; font-weight: bold; border: 2px solid red; */
}


/* Citazione semplice */
p.Citation /* p[@class!="hidden-note"] */
{
    background-image: url("images/quote.gif");
    background-position: left top;
    background-repeat: no-repeat;
    font-style: italic;
    margin: 0;
    padding: 10px 20px 10px 35px; /*  background-image: url("images/quote.gif");   background-position: left top;   background-repeat: no-repeat;   font-style: italic;   margin: 0;   padding: 0 20px 1em 35px; */
}



/* Citazione con box */
p.CitationBox /* p[@class!="hidden-note"] */
{
    background-image: url("images/quote.gif");
    background-position: left top;
    background-repeat: no-repeat;
    font-style: italic;
    padding: 10px 20px 10px 35px;
    border:1px solid #F5F5F5;
    background-color: #F9F9F9; /*   background-image: url("images/quote.gif");   background-position: left top;   background-repeat: no-repeat;   font-style: italic;   margin: 0;   padding: 0 20px 1em 35px; background-color:#EEEEEE; */
}

/* Bordo immagine solido */
img.border
{
    border: 1px solid #ccc; /* border: 4px solid #ccc; */
}

/* Lista colorata */
ul.special, ol.special
{
    color: green; /** / background-color: #fc9; border: 2px solid red; /**/
}


/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

.wymeditor
{
}

.wymeditorSimple
{
}

.wymupdate
{
}

