form#si_pagine div {
    background-color: #fff;
}
.mceContentBody {
    font-family: sans-serif;
    font-size: 12px;
    background-color: #fff;
    width:420px; /*Attenzione! Imposta la largh. massima del contenuto della textarea di TinyMCE. */
	overflow:auto;
}

body.mceContentBody a {
	color: #ff6300 !important;
}



/** corrispondenze nel menu styles di tinymce */
.titolo {
    /*background-image: url('http://www.terredihalykos.it/templates/anonimo/media/images/bg_titolo.jpg');
    background-repeat: no-repeat;
    background-position: center left;*/
    min-height: 25px;
    height: auto !important;
    height: 25px;    
    background-color: transparent;  
    color: #ff6300;
    font-size: 18px;  
    text-align: left;
    padding: 10px;
    margin: 0;
}
.intestazione {
    color: #ff6300;
    font-size: 18px;    
}

.titoletto {
    color: #ff6300;
    font-weight: bold;
    
}

.header_tabella {
    background-color: #ff6600;
    color: #fff;    
    font-weight:bold;
}

.rigo1 {
    background-color: #eee;
    color: #000;    
}

.rigo2 {
    color: #000;    
}

/*
.titolone {    
    color: #006599;
    font-size: 20px;    
}
*/

/*
.titoloNews {
    color: #f00;
    font-size: 234px;
}
*/
.fontSize1 { font-size: 10px }
.fontSize2 { font-size: 12px }
.fontSize3 { font-size: 14px }
.fontSize4 { font-size: 16px }
.fontSize5 { font-size: 18px }
.fontSize6 { font-size: 20px }
.fontSize7 { font-size: 22px }
