/* Tutti i link hanno colore azzurro (#0000FF;) tranne:
   - quelli gia visitati: azzurro scuro (#003E88;)
   - quelli sotto il mouse: arancio (#cf783f;) e sottolineatura
*/

A {text-decoration:none}
A:link    { color:#0000FF; background-color: inherit }
A:visited { color:#003E88; background-color: inherit }
A:hover   { color:#cf783f; background-color: inherit; text-decoration: underline }
A:active  { color:#003E88; background-color: inherit }
.nolink   { color:#003E88; background-color: inherit; height: inherit } /* come quelli gia visitati :D */

BODY  { 
    color: black; 
    background-color: white;
/*  background-color: brown; /* COMMENTAMI */
    
    font-family: arial, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: 400;
    margin: 0;
}

TABLE { 
    color: black; 
    background-color: inherit; 
    border-color: black;
    border-width: 0px;

    font-size: 10pt; 
    font-style: normal; 
    font-weight: 400; 
}

SUB, SUP { font-size: .83em }
SUB      { vertical-align: sub }
SUP      { vertical-align: super }

/* 
    STILI VARI 
*/

/* generico sfondo del menu a sinistra */
.back_sinistro {
    background: url('img/sinistro.png')
}


/* Menu Left&Right: Element */
/* le freccine >> */
.mle { 
    height:16px;
    width: 15px;
    
    text-align: center;
    
    background-position: center;
    background-repeat: no-repeat;
/*  background-image: url('img/3.gif') */
}

/* accanto alle >> */
.mre { 
    height: 16pt;
    width: 115pt; 
    
    text-align: left;
    font-size:10pt;
    font-weight: 400;
}

/* sempre accanto alle >>, ma in piccino (sub-item) */
.mrre { 
    height: 13pt;
    width: 115pt; 
    
    text-align: left;
    font-size:8pt;
    font-weight: 400;
}

/* " ed evidenziato */
.mrre_EV { 
    height: 13pt;
    width: 115pt;
    
    color:inherit;
    background: #FFCCFF;
    
    text-align: left;
    font-size:8pt;
    font-weight: 400;
}



/* sfondo ex_porcello */
.currentPage { color:inherit; background: #FFCCFF; }

/* testo piccolo */
.C1 {font-size: 8pt; }

/* testo piccolo bold */
.C1B {font-size: 8pt; font-weight: 700; }

/* testo normale */
.C2 {font-size: 10pt; }
    
/* testo normale bold */
.C2B {font-size: 10pt; font-weight: 700; }

/* testo grande bold */
.C3B {font-size: 14pt; font-weight: 500; text-decoration: underline; }

DIV.menu td { color: red; background-color: inherit; }
DIV.menuu td { color:green; background-color: inherit; }
