/* 
    Document   : layoutFO
    Created on : 26/05/2010, 17.10
    Author     : rscarcia
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root
{
    display: block;
}

img
{
    border: none;
}


/*Tolto il tag <span>*/
body, div, p, li, dt, dd, caption, td, th, blockquote, cite, button
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #636363;
}


p
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

HR
{
    color: #c2c2c2;
}

.cmsMetaSeperator
{
    width: 50%;
    color: #c2c2c2;
}

.nascondi
{
    display: none;
}

H1
{
    font-weight: bold;
    font-size: xx-large;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}
H2
{
    font-weight: bold;
    font-size: x-large;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}
H3
{
    font-weight: bold;
    font-size: large;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}
H4
{
    font-weight: bold;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}

h4#centra
{
    text-align: center;
}

H5
{
    font-weight: bold;
    font-size: small;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}

h5#centra
{
    text-align: center;
}

H6
{
    font-weight: bold;
    font-size: x-small;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: auto;
}

LI
{
    text-align: justify;
}

/*Elenco puntato numeri romani*/
.roman
{
    list-style-type: upper-roman;
    list-style-position: outside;
}

/*Elenco puntato cerchio*/
.cerchio
{
    list-style-type: circle;
    list-style-position: outside;
}


/*Elenco puntato cerchio pieno*/
.cerchioPieno
{
    list-style-type: disc;
    list-style-position: outside;
}

/*Elenco puntato quadrato*/
.quadrato
{
    list-style-type: square;
    list-style-position: outside;
}



/*Elenco puntato numeri*/
.numeri
{
    list-style-type: decimal;
    list-style-position: outside;
}


/*Elenco romano minuscolo*/
.romanoMinuscolo
{
    list-style-type: lower-roman;
    list-style-position: outside;
}


/*Elenco romano maiuscolo*/
.romanoMaiuscolo
{
    list-style-type: upper-roman;
    list-style-position: outside;
}


/*Elenco lettere minuscole*/
.lettereMinuscole
{
    list-style-type: lower-alpha;
    list-style-position: outside;
}

/*Elenco lettere maiuscole*/
.lettereMaiuscole
{
    list-style-type: upper-alpha;
    list-style-position: outside;
}

/*indentazione*/
.indentazionePiccola
{
    text-indent: 40px;
}

.indentazioneMedia
{
    text-indent: 80px;
}

.indentazioneGrande
{
    text-indent: 120px;
}



UL
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding-left: 1.2em;
}

.piccolo
{
    font-size: small;
}

.piupiccolo
{
    font-size: x-small;
}

/*strong, b {font-weight: 700;}*/


HTML
{
    background: url(../FO/img/bg_html.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #e0e0e0;
}
body
{
    background: url(../FO/img/bg_mandorlo.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 846px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #636363;
    margin: 0px;
    padding: 0px;
}

form
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* I Link nella Home Page sono tutti senza sottolineatura */

a:link
{
    background-color: transparent;
    color: #636363;
    text-decoration: none;
}

a:visited
{
    background-color: transparent;
    color: #636363;
    text-decoration: none;
}

a:hover
{
    background-color: transparent;
    color: #1b873f;
    text-decoration: underline;
}

a:active
{
    background-color: transparent;
    color: #636363;
    text-decoration: none;
}

.clearBoth
{
    clear: both;
}

div#contenitore
{
    text-align: center;
    margin: 0 auto;
    width: 778px;
    background-color: Transparent;
    height: auto;
}
div#contenitoreContesto
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: Transparent;
    height: auto;
}
/* INIZIO HOMEPAGE*/

div#contTestata
{
    float: left;
    clear: both;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    width: 778px;
    height: 23px;
    text-align: right;
}
div#contTestata A.grafica
{
   display: none;
}
div#contTestata A.ipovedenti
{
    float: right;
    margin: 0px;
    padding: 12px 10px 0px 30px;
    width: auto;
    height: 15px;
    color: #1b873f;
    font-weight: bold;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../FO/img/ipovedenti.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}
div#contTestata A.testo
{
    float: right;
    margin: 0px;
    padding: 12px 10px 0px 30px;
    width: auto;
    height: 15px;
    color: #1b873f;
    font-weight: bold;
    font-size: x-small;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../FO/img/testo.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
div#contTestata A.ipovedenti:hover
{
    background: url(../FO/img/ipovedentiHover.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
}
div#contTestata A.testo:hover
{
    background: url(../FO/img/testoHover.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
}

p#testata
{
    display: none;
}
/* classi utilizzate per il banner
*/
div#banner
{
    float: left;
    clear: both;
    height: 128px;
    width: 778px;
    background-image: url(../FO/img/Com_Specchia.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
}

div#bannerSX
{
    float: left;
    clear: both;
    width: 50%;
    height: 100%;
    padding-left: 12px;
    text-align: left;
}
div#bannerSX IMG
{
    float: left;
    clear: both;
    width: 92px;
    height: 128px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#bannerDX
{
    display: none;
}
div#borgo
{
    float: left;
    clear: both;
    width: 100%;
    height: 34px;
    text-align: center;
    margin: 0px;
    padding: 0x;
}
div#borgo IMG
{
    margin: 0px;
    padding: 0x;
    border: 0px;
}
div#immagini
{
    float: left;
    clear: both;
    width: 778px;
    height: 129px;
    margin: 0px;
    padding: 0x;
}
div#immagini .left
{
    float: left;
    clear: left;
    width: 126px;
    height: 129px;
    margin: 0px;
    padding: 0x;
    padding-right: 6px;
}
div#immagini .right
{
    float: right;
    clear: right;
    width: 126px;
    height: 129px;
    margin: 0px;
    padding: 0x;
    padding-left: 6px;
}
div#immagini .left IMG
{
    float: left;
    margin: 0px;
    padding: 0x;
    border: 0px;
}
div#immagini .right IMG
{
    float: right;
    margin: 0px;
    padding: 0x;
    border: 0px;
}
div#bannerseparatore
{
    float: left;
    width: 514px;
    margin: 0px;
    padding: 0px;
    height: 129px;
}
div#bannerseparatore IMG
{
    clear: both;
    float: left;
    width: 514px;
    height: 129px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div#CentraleHome
{
    float: left;
    clear: both;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    width: 778px;
    height: 145px;
}
div#CentraleHome .left
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
}
div#CentraleHome .left A
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
    /*background-image: url(../FO/img/comune.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}
div#CentraleHome .left A IMG
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
    /*background-image: url(../FO/img/comune.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
    border: 0px;
}
div#CentraleHome .left A:hover
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
    /*background-image: url(../FO/img/comuneOn.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}
div#CentraleHome .center
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
}
div#CentraleHome .center A
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
    /*background-image: url(../FO/img/citta.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}
div#CentraleHome .center A IMG
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
    /*background-image: url(../FO/img/citta.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
    border: 0px;
}
div#CentraleHome .center A:hover
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
    /*background-image: url(../FO/img/cittaOn.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}
div#CentraleHome .right
{
    float: right;
    clear: right;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
}
div#CentraleHome .right A
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
    /*background-image: url(../FO/img/servizi.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}
div#CentraleHome .right A IMG
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
    /*background-image: url(../FO/img/servizi.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
    border: 0px;
}
div#CentraleHome .right A:hover
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 145px;
    /*background-image: url(../FO/img/serviziOn.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    background-color: Transparent;
    cursor: pointer;
}


div#mnSup
{
    float: left;
    clear: both;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    padding-left: 2%;
    width: 98%;
    height: 25px;
    text-align: center;
    background-image: url(../FO/img/bg_mn_sup.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: Transparent;
}
div#mnSup .voceSup1
{
    float: left;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    cursor: pointer;
    text-align: right;
}
div#mnSup .voceSup1 .textSup
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1 .textSup P
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1 .textSup P A
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1 .textSup P A:hover
{
    color: #bc8e0a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Home
{
    float: left;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    cursor: pointer;
    text-align: right;
}
div#mnSup .voceSup1Home .textSup
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1Home .textSup P
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1Home .textSup P A
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Home .textSup P A:hover
{
    color: #bc8e0a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Cerca
{
    float: left;
    padding: 0px;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    text-align: center;
}

div#mnSup .voceSup1Cerca .textSup P.cerca
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
}
div#mnSup .voceSup1Form
{
    float: left;
    padding: 0px;
    padding-left: 0px;
    padding-right: 1%;
    width: auto;
    cursor: pointer;
    text-align: center;
}
div#mnSup .voceSup1Form .textSup FORM
{
    margin: 0px;
    padding: 0px;
    width: 150px;
}
div#mnSup .voceSup1Form .textSup FORM .text
{
    float: left;
    background-image: url(../FO/img/cerca_input.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px;
    height: 16px;
    width: 103px;
    margin: 0px;
    margin-top: 2px;
    padding: 0px 2px;
    font-family: Arial;
    font-weight: normal;
    color: #636363;
    text-align: right;
}
div#mnSup .voceSup1Form .textSup FORM INPUT#BtnRic
{
    float: left;
    width: 38px;
    height: 26px;
    background-image: url(../FO/img/cerca.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
    margin-left: 5px;
    border: 0px;
    cursor: pointer;
}
div#mnSup .voceSup1Form .textSup FORM INPUT#BtnRic:hover
{
    width: 38px;
    height: 26px;
    background-image: url(../FO/img/cercaOn.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
    margin-left: 5px;
    border: 0px;
    cursor: pointer;
}

div#mnSup .voceSup1over
{
    float: left;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    cursor: pointer;
    text-align: right;
}
div#mnSup .voceSup1over .textSup
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1over .textSup P
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1over .textSup P A
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1over .textSup P A:hover
{
    color: #bc8e0a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Homeover
{
    float: left;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    cursor: pointer;
    text-align: right;
}
div#mnSup .voceSup1Homeover .textSup
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1Homeover .textSup P
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1Homeover .textSup P A
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Homeover .textSup P A:hover
{
    color: #bc8e0a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
div#mnSup .voceSup1Cercaover
{
    float: left;
    padding: 0px;
    padding-top: 3px;
    padding-left: 2%;
    width: auto;
    text-align: center;
}

div#mnSup .voceSup1Cercaover .textSup P.cerca
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #1b873f;
    text-align: center;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
}
div#mnSup .voceSup1Formover
{
    float: left;
    padding: 0px;
    padding-left: 1%;
    padding-right: 1%;
    width: auto;
    cursor: pointer;
    text-align: center;
}
div#mnSup .voceSup1Formover .textSup FORM
{
    margin: 0px;
    padding: 0px;
}
div#mnSup .voceSup1Formover .textSup FORM .text
{
    float: left;
    background-image: url(../FO/img/cerca_input.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px;
    height: 16px;
    width: 107px;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    font-family: Arial;
    font-weight: normal;
    color: #636363;
    text-align: right;
}
div#mnSup .voceSup1Formover .textSup FORM INPUT#BtnRic
{
    width: 38px;
    height: 26px;
    background-image: url(../FO/img/cerca.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
    margin-left: 5px;
    border: 0px;
    cursor: pointer;
}
div#mnSup .voceSup1Formover .textSup FORM INPUT#BtnRic:hover
{
    width: 38px;
    height: 26px;
    background-image: url(../FO/img/cercaOn.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
    margin-left: 5px;
    border: 0px;
    cursor: pointer;
}

div#mnSup .imgSup
{
    display: none;
}
div#masterCentrale
{
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}
div#centraleSX
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 265px;
}
div#centraleCN
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 165px;
}
div#centraleDX
{
    float: right;
    clear: right;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 165px;
}

div#mnSX
{
    width: 21%;
    min-width: 160px;
    float: left;
}


/*---------------------------- */
/*Inizio Classi del Menu */
/*---------------------------- */

div#mnSX .mnSXTopContainer
{
    padding-left: 10px;
    width: 96%;
}


div#mnSX .mnSXTopContainer .mnSXTop
{
    background-image: url(../FO/img/mnSXTop.gif);
    background-position: top;
    width: 100%;
    height: 14px;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-top: solid 1px #ccc;
}


div#mnSX .mnSXTopContainer .mnSXTopSX
{
    background-image: url(../FO/img/mnSXTopSX.gif);
    height: 14px;
    width: 10%;
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
    border-left: solid 1px #ccc;
}

div#mnSX .mnSXTopContainer .mnSXTopDX
{
    background-image: url(../FO/img/mnSXTopDX.gif);
    height: 14px;
    width: 10%;
    background-repeat: no-repeat;
    background-position: right bottom;
    float: right;
    border-right: solid 1px #ccc;
}




div#mnSX .mnSXTopContainer .mnSXBottom
{
    background-image: url(../FO/img/mnSXBottom.gif);
    background-position: top;
    width: 100%;
    height: 11px;
    background-repeat: repeat-x;
    border-bottom: solid 1px #ccc;
}

div#mnSX .mnSXTopContainer .mnSXBottomSX
{
    background-image: url(../FO/img/mnSXBottomSX.gif);
    min-height: 11px;
    height: 11px;
    width: 30%;
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    border-left: solid 1px #ccc;
}

div#mnSX .mnSXTopContainer .mnSXBottomDX
{
    background-image: url(../FO/img/mnSXBottomDX.gif);
    min-height: 11px;
    height: 11px;
    width: 30%;
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    border-right: solid 1px #ccc;
}

div#mnSX .mnSXTopContainer .mnSXCentral
{
    height: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}





div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1
{
    /*margin-left: 10%;*/
    padding-top: 4px;
    background-color: #bdd7f5;
    border-bottom: 1px solid #cccccc;
    min-height: 16px;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1 .imgSX
{
    display: none;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1 .textSX
{
    font-size: large;
    font-weight: bold;
    color: #333333;
    padding: 0px 4px 5px 15px;
    margin-left: 5px;
    text-transform: uppercase;
}

div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1 .textSX A
{
    color: #333333;
}






/*
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1over
{
text-transform: uppercase;
font-size: small;
font-weight: bold;
color: #333333;
padding: 5px 4px 0px 25px;
margin-left: 5px;
background-image: url(../FO/img/gal_mnsx_voce1.gif);
background-repeat: no-repeat;


}

*/





div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2
{
    /*margin-left: 10%;*/
    padding-top: 4px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; */
    min-height: 16px;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2 .imgSX
{
    display: none;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2 .textSX
{
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 0px 4px 5px 15px;
    margin-left: 5px;
}

div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2 .textSX A
{
    color: #333333;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2 .textSX A:hover
{
    text-decoration: none;
}









div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3 .imgSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3 .textSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX4
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX4 .imgSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX4 .textSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1over
{
}

div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1over .imgSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX1over .textSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2over
{
    padding-top: 4px; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; border-top: 1px solid #6080A0; border-bottom: 1px solid #6080A0;*/
    border-bottom: 1px solid #cccccc;
    min-height: 16px;
}


div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2over .imgSX
{
    display: none;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2over .textSX
{
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 0px 4px 5px 15px;
    margin-left: 5px;
    text-decoration: underline;
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX2over .textSX A:hover
{
    text-decoration: none;
}

div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3over
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3over .imgSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX3over .textSX
{
}

div#mnSX .mnSXTopContainer .mnSXCentral .voceSX4over .imgSX
{
}
div#mnSX .mnSXTopContainer .mnSXCentral .voceSX4over .textSX
{
}



div#presentazione
{
    display: none;
}
div#newsHome
{
    float: left;
    clear: both;
    width: 258px;
    height: 166px;

}


div#newsHome .mnSXTop
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 40px;
}
div#newsHome .mnSXTop A
{
    float: left;
    clear: both;
    /*background: url(../FO/img/news.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 258px;
    height: 40px;
}
div#newsHome .mnSXTop A IMG
{
    float: left;
    clear: both;
    /*background: url(../FO/img/news.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 258px;
    height: 40px;
}
div#newsHome .mnSXTop A:hover
{
    float: left;
    clear: both;
    /*background: url(../FO/img/newsOn.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 258px;
    height: 40px;
}


div#newsHome .mnSXTopSX
{
}

div#newsHome .mnSXTopDX
{
}

div#newsHome .newsHomeCentral
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 211px;
    background-image: url(../FO/img/newsbox.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

div#newsHome .newsHomeCentral .titolo
{
    display: none;
}

div#newsHome .newsHomeCentral .titolo .testo
{
}

div#newsHome .newsHomeCentral .titolo .testo H3
{
}


div#newsHome .newsHomeCentral .titolo .image
{
    display: none;
}

div#newsHome .newsHomeCentral .corpo
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 257px;
    height: 206px;
    overflow: auto;
    
}
div#newsHome .newsHomeCentral .corpo .Hcnt
{
    float: left;
    clear: both;
    margin: 0px;
    width: 89%;
    padding: 2%;
    margin-left: 5px;
}
div#newsHome .newsHomeCentral .corpo .Hcnt:hover
{
    color: #1b873f;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .lblCMS_NEWS_IMG
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_IMG
{
    float: left;
clear: left;
    padding-right: 1%;
padding-top: 1%;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_IMG A IMG
{
    width: 50px;
    height: 50px;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_IMG A:hover IMG
{
    text-decoration: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .lblCMS_NEWS_IMGALT
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_IMGALT
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .lblCMS_NEWS_DATA
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_DATA
{
    float: left;
    clear: left;
    width: 29%;
    text-align: left;    
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_DATA A
{
    font-size: x-small;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_DATA A:hover
{
    text-decoration: none;
}

div#newsHome .newsHomeCentral .corpo .Hcnt .lblCMS_NEWS_TITOLO
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TITOLO
{
    float: right;
    width: 71%;
    min-height: 30px;
    height: auto;
    text-align: justify;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TITOLO A
{
    font-size: x-small;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
    
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TITOLO A:hover
{
    text-decoration: none;
}

div#newsHome .newsHomeCentral .corpo .Hcnt .lblCMS_NEWS_TESTOPRW
{
    display: none;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TESTOPRW
{
    float: left;
    clear: both;
    width: 99%;
    text-align: justify;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TESTOPRW A
{
    font-size: x-small;
}
div#newsHome .newsHomeCentral .corpo .Hcnt .CMS_NEWS_TESTOPRW A:hover
{
    text-decoration: none;
}
div#newsHome .pieBlocco
{
    clear: both;
    text-align: right;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: small;
    padding-bottom: 10px;
    font-weight: bold;
}
div#newsHome .pieBlocco A
{
    padding-right: 10px;
    text-decoration: underline;
}

div#newsHome .pieBlocco A:hover
{
}
div#newsHome .pieBlocco IMG
{
    border: none;
}
div#pubbHome
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
}
div#pubbHome .mnSXTop
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 258px;
    height: 40px;
}
div#pubbHome .mnSXTop A
{
    float: left;
    clear: both;
    /*background: url(../FO/img/pubblicazioni.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 258x;
    height: 40px;
}
div#pubbHome .mnSXTop A IMG
{
    float: left;
    clear: both;
    /*background: url(../FO/img/pubblicazioni.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 258px;
    height: 40px;
}
div#pubbHome .mnSXTop A:hover
{
    float: left;
    clear: both;
    /*background: url(../FO/img/pubblicazioniOn.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 260px;
    height: 40px;
}

div#pubbHome .mnSXTopSX
{
}
div#pubbHome .mnSXTopDX
{
}
div#pubbHome .pubbHomeCentral
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 211px;
    background-image: url(../FO/img/pubblicazionibox.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}


div#pubbHome .pubbHomeCentral .titolo
{
    display: none;
}
div#pubbHome .pubbHomeCentral .titolo .testo
{
}
div#pubbHome .pubbHomeCentral .titolo .testo H3
{
}
div#pubbHome .pubbHomeCentral .titolo .image
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 257px;
    height: 208px;
    overflow: auto;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt
{
    float: left;
    clear: both;
    margin: 0px;
    width: 90%;
    padding: 2%;
margin-left: 5px;


}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_PROGRESSIVO H5
{
float: left;
margin: 0px;
padding: 0px;
height: 100%;
min-height: 10px;
margin-top: 1px;
margin-bottom: 0px;
margin-left: 0px;
width: 20%;
min-width: 10px;
font-weight: bold;
font-size: xx-small;
margin-left: 4%;
min-width: 20px;
text-align: left;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_PROGRESSIVO
{
float: left;
margin: 0px;
padding: 0px;
height: 100%;
min-height: 10px;
margin-bottom: 0px;
margin-top: 0px;
margin-bottom: 10px;
width: 4%;
min-width: 10px;
margin-left: 1%;
}

div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_PROGRESSIVO A
{
float: left;
font-weight: bold;
font-size: x-small;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_PROGRESSIVO A:hover
{
text-decoration: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_DATACREAZIONE
{
display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATACREAZIONE
{
float: left;
margin: 0px;
padding: 0px;
height: 100%;
min-height: 10px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 4%;
width: 4%;
min-width: 60px;
}

div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATACREAZIONE A
{
float: left;
font-size: x-small;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATACREAZIONE A:hover
{
text-decoration: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_TIPODOCUMENTO
{
display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_TIPODOCUMENTO
{
float: left;
clear: both;
margin: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
font-weight: normal; 
text-align: left;
height: 100%;
min-height: 20px;
width: 90%;
min-width: 40px;
margin-left: 4%;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_TIPODOCUMENTO A
{
float: left;
font-size: x-small;
text-transform: uppercase;
font-weight: normal; 
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_TIPODOCUMENTO A:hover
{
text-decoration: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_NUMEROATTO
{
display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_NUMEROATTO
{
display: none;
/*
float: left;
margin: 0px;
padding: 0px;
margin-top: 0px;
padding-top: 0px;
font-weight: bold; 
text-align: left;
height: 100%;
min-height: 20px;
width: 10%; */

}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_NUMEROATTO A
{
font-weight: bold;
text-decoration: none;
font-size: x-small;
text-transform: uppercase;
padding-left: 2%;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_NUMEROATTO A:hover
{
color: #333333;
font-weight: bold;
text-decoration: underline;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_DATAATTO
{
display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATAATTO
{
display: none;
/*
float: left;
margin: 0px;
padding: 0px;
margin-top: 0px;
padding-top: 0px;
font-weight: bold; 
text-align: left;
height: 100%;
min-height: 20px;
width: 15%;
*/

}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATAATTO A
{
font-weight: bold;
text-decoration: none;
font-size: x-small;
text-transform: uppercase;
padding-left: 2%;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_DATAATTO A:hover
{
color: #333333;
font-weight: bold;
text-decoration: underline;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_ALBO_OGGETTO
{
display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_OGGETTO
{
clear: both;
float: left;
margin: 0px;
width: 90%;
margin-bottom: 0px;
height: 100%;
min-height: 9px;
padding-bottom: 5px;
padding-left: 0%;
min-width: 80px;
text-align: left;
margin-left: 4%;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_OGGETTO A
{    
float: left;
clear: both;
font-size: x-small;
font-weight: bold;
text-transform: uppercase;
text-align: left;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_ALBO_OGGETTO A:hover
{
}

div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_DATACR
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_DATACR
{
    float: left;
    clear: left;
    width: 29%;
    text-align: left;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_DATACR A
{
     font-size: x-small;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_DATACR A:hover
{
    text-decoration: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_TITOLO
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_TITOLO
{
    float: right;
    clear: right;
    width: 71%;
    text-align: justify;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_TITOLO A
{
    font-size: x-small;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_TITOLO A:hover
{
    text-decoration: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_AUTORE
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_AUTORE
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_AUTORE A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_AUTORE A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_OGGETTO
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_OGGETTO
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_OGGETTO A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_OGGETTO A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_SINTESI
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_SINTESI
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_SINTESI A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_SINTESI A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_FILE
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILE
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILE A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILE A:hover
{
}

div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_FILEALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILEALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILEALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_FILEALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO1
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO1ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO1ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO2
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO2ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO2ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO3
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO3ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO3ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO4
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO4ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO4ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO5
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO5ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO5ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO6
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO6ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO6ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO7
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO7ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO7ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO8
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO8ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO8ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO9
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO9ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO9ALT A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO10
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10 A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10 A:hover
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .lblCMS_PUB_ALLEGATO10ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10ALT
{
    display: none;
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10ALT A
{
}
div#pubbHome .pubbHomeCentral .corpo .Hcnt .CMS_PUB_ALLEGATO10ALT A:hover
{
}


div#pubbHome .pieBlocco
{
    clear: both;
    text-align: right;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: small;
    padding-bottom: 10px;
    font-weight: bold;
}
div#pubbHome .pieBlocco A
{
    padding-right: 10px;
    text-decoration: underline;
}

div#pubbHome .pieBlocco A:hover
{
}
div#pubbHome .pieBlocco IMG
{
    border: none;
}



div#ricerca
{
    width: 100%;
    min-width: 160px;
    float: left;
}

div#ricerca .ricercaContainer
{
    width: 97%;
}


div#ricerca .ricercaContainer .ricercaTop
{
    background-image: url(../FO/img/mnSXTop.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 14px;
    float: left; /*Grazie al border posso dare width: 100%;- perchè esiste in ricercacentral*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: solid 1px #ccc;
}


div#ricerca .ricercaContainer .ricercaTop .ricercaTopSX
{
    background-image: url(../FO/img/mnSXTopSX.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 30%;
    height: 14px;
    float: left;
}

div#ricerca .ricercaContainer .ricercaTop .ricercaTopDX
{
    background-image: url(../FO/img/mnSXTopDX.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 30%;
    height: 14px;
    float: right;
}




div#ricerca .ricercaContainer .ricercaBottom
{
    background-image: url(../FO/img/mnSXBottom.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 11px;
    float: left; /*Grazie al border posso dare width: 100%;- perchè esiste in ricercacentral*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: solid 1px #ccc;
}

div#ricerca .ricercaContainer .ricercaBottom .ricercaBottomSX
{
    background-image: url(../FO/img/mnSXBottomSX.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 30%;
    height: 11px;
    float: left; /*min-height: 11px;*/
}

div#ricerca .ricercaContainer .ricercaBottom .ricercaBottomDX
{
    background-image: url(../FO/img/mnSXBottomDX.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 30%;
    height: 11px;
    float: right;
}


div#ricerca .ricercaContainer .ricercaCentral
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #bdd7f5;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}


div#ricerca .ricercaContainer .ricercaCentral .titolo
{
    min-height: 36px;
    background-image: url(../FO/img/gallipoli_bkg_ricerca.gif);
}

div#ricerca .ricercaContainer .ricercaCentral .titolo .testo
{
}

div#ricerca .ricercaContainer .ricercaCentral .titolo .testo H3
{
    width: 100%;
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 0px 4px;
    background-color: #bdd7f5;
}


div#ricerca .ricercaContainer .ricercaCentral .titolo .image
{
    display: none;
}

div#ricerca .ricercaContainer .ricercaCentral .lblricerca
{
    color: #333333;
    padding-right: 0.4em;
    padding-top: 0.2em;
    height: 100%;
    display: none;
}

div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster
{
    background-color: #bdd7f5;
}



div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster .inpricerca
{
    width: 100%;
    float: left;
    background-color: #bdd7f5;
}




div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster .inpricerca INPUT
{
    font-weight: bold;
    color: #000000;
}

div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster .inpricerca .text
{
    width: 50%;
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2px;
}

div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster .inpricerca .BtnRic
{
    width: 35%;
    color: #000000;
    float: left;
    background-color: #f1c320;
    cursor: hand;
}
div#ricerca .ricercaContainer .ricercaCentral .ricercaMaster .inpricerca .BtnRic:hover
{
    width: 35%;
    color: #be000c;
    float: left;
    background-color: #f1c320;
    cursor: hand;
}


div#evntHome
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 145px;
}
div#evntHome .mnSXTop
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 40px;
}
div#evntHome .mnSXTop A
{
    float: left;
    clear: both;
    /*background: url(../FO/img/eventi.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 260px;
    height: 40px;
}
div#evntHome .mnSXTop A IMG
{
    float: left;
    clear: both;
    /*background: url(../FO/img/eventi.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 259px;
    height: 40px;
}
div#evntHome .mnSXTop A:hover
{
    float: left;
    clear: both;
    /*background: url(../FO/img/eventiOn.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    cursor: pointer;
    width: 260px;
    height: 40px;
}
div#evntHome .mnSXTopSX
{
}
div#evntHome .mnSXTopDX
{
}
div#evntHome .evntHomeCentral
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 260px;
    height: 211px;
    background-image: url(../FO/img/eventbox.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

div#evntHome .evntHomeCentral .titolo
{
    display: none;
}

div#evntHome .evntHomeCentral .titolo .testo
{
}

div#evntHome .evntHomeCentral .titolo .testo H3
{
}

div#evntHome .evntHomeCentral .titolo .image
{
    display: none;
}

div#evntHome .evntHomeCentral .corpo
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 257px;
    height: 208px;
    overflow: auto;
}
div#evntHome .evntHomeCentral .corpo .Hcnt
{
    float: left;
    clear: both;
    margin: 0px 0px 10px 0px;
    width: 90%;
    padding: 1%;
}

div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_TITOLO
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_TITOLO
{
    
    float: right;
    clear: right;
    width: 78%;
    text-align: justify;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_TITOLO A
{
    font-size: x-small;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_TITOLO A:hover
{
    text-decoration: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_INIZIO
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_INIZIO
{
    float: right;
    clear: right;
    width: 78%;
    text-align: left;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_INIZIO A
{
    font-size: x-small;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_INIZIO A:hover
{
    text-decoration: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_FINE
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_FINE
{
    display: none;
float: left;
    width: 70%;
    text-align: left;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_FINE A
{
    font-size: x-small;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_FINE A:hover
{
    text-decoration: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_LUOGO
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_LUOGO
{
    float: right;
    clear: right;
    width: 78%;
    text-align: left;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_LUOGO A
{
    font-size: x-small;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_LUOGO A:hover
{
    text-decoration: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_IMG
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMG
{
    clear: left;
    float: left;
    width: 20%;
    font-size: xx-small;
    padding: 1% 0px 0px 1%;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMG A
{
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMG A:hover
{
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMG A IMG
{
    width: 100%;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .lblCMS_EVT_IMGALT
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMGALT
{
    display: none;
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMGALT A
{
}
div#evntHome .evntHomeCentral .corpo .Hcnt .CMS_EVT_IMGALT A:hover
{
}

div#CorsiHome
{
    border: 1px solid #999999;
    margin-top: 1%;
    text-align: center;
    display: none;
}
div#evntHome .pieBlocco
{
    text-align: right;
    width: 100%;
}
div#evntHome .pieBlocco A
{
}

div#evntHome .pieBlocco A:hover
{
}
div#evntHome .pieBlocco IMG
{
    border: none;
}
div#CorsiHome
{
    display: none;
}
div#galleria
{
    border: 1px solid #999999;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
div#galleria .titolo
{
    width: 100%;
    min-height: 36px;
    background-image: url(../FO/img/bkg_pub_demo.gif);
    margin: 0px;
    padding: 0px;
    text-align: left;
}
div#galleria .titolo .image
{
    display: none;
}

div#galleria .titolo .testo
{
}

div#galleria .titolo .testo H3
{
    width: 100%;
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 0px 4px;
}
div#galleria .immagine
{
    /*margin-top: 1%;*/
    padding: 1% 1% 1% 1%;
    height: 100%;
}
div#galleria .immagine IMG
{
    /*height: 100px;*/
    width: 100%;
}
div#webcam
{
    border: 1px solid #999999;
    margin-top: 5px; /*text-align: justify;*/
    width: 100%;
}
div#webcam .titolo
{
    width: 100%;
    min-height: 36px;
    background-image: url(../FO/img/gallipoli_bkg_titolo2.gif);
    margin: 0px;
    padding: 0px;
    text-align: left;
}
div#webcam .titolo .image
{
    display: none;
}

div#webcam .titolo .testo
{
}

div#webcam .titolo .testo H3
{
    width: 100%;
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 0px 4px;
}
div#webcam .realcam
{
    clear: both; /* padding: 1%;*/
    font-size: x-small;
    width: 100%;
}
div#webcam .realcam P
{
    padding-left: 5px;
    text-align: justify;
    padding-right: 5px;
}


div#webcam .realcam .real1
{
    width: 100%;
    text-align: center;
}


div#webcam .realcam .real1 IMG
{
    width: 100%;
}

div#webcam .realcam .real1 P
{
    text-align: center;
}

div#webcam .realcam .real1 A
{
    font-size: x-small;
}
div#webcam .realcam .real1 A:hover
{
}
div#webcam .realcam .real1 A IMG
{
}

div#webcam .realcam .real2
{
    width: 100%;
}
div#webcam .realcam .real2 IMG
{
    width: 100%;
}
div#webcam .realcam .real2 P
{
    text-align: center;
}
div#webcam .realcam .real2 A
{
    font-size: x-small;
}
div#webcam .realcam .real2 A:hover
{
}
div#webcam .realcam .real2 A IMG
{
}
div#webcam .realcam .lbllink
{
    padding-top: 1%;
}

div#webcam .realcam .lbllink A
{
    font-size: x-small;
    color: #036;
    font-weight: bold;
}
div#webcam .realcam .lbllink A:hover
{
}




div#mnDX
{
    width: 100%;
    min-width: 160px;
    float: left;
}


/*---------------------------- */
/*Inizio Classi del Menu */
/*---------------------------- */

div#mnDX .mnDXTopContainer
{
    padding-top: 10px;
    width: 97%;
}


div#mnDX .mnDXTopContainer .mnDXTop
{
    background-image: url(../FO/img/mnSXTop.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    height: 14px;
    float: left; /*Grazie al border posso dare width: 100%;- perchè esiste in ricercacentral*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: solid 1px #ccc;
}


div#mnDX .mnDXTopContainer .mnDXTopSX
{
    background-image: url(../FO/img/mnSXTopSX.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 30%;
    height: 14px;
    float: left;
}

div#mnDX .mnDXTopContainer .mnDXTopDX
{
    background-image: url(../FO/img/mnSXTopDX.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 30%;
    height: 14px;
    float: right;
}




div#mnDX .mnDXTopContainer .mnDXBottom
{
    background-image: url(../FO/img/mnSXBottom.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 11px;
    float: left; /*Grazie al border posso dare width: 100%;- perchè esiste in ricercacentral*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: solid 1px #ccc;
}

div#mnDX .mnDXTopContainer .mnDXBottomSX
{
    background-image: url(../FO/img/mnSXBottomSX.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 30%;
    height: 11px;
    float: left; /*min-height: 11px;*/
}

div#mnDX .mnDXTopContainer .mnDXBottomDX
{
    background-image: url(../FO/img/mnSXBottomDX.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 30%;
    height: 11px;
    float: right;
}

div#mnDX .mnDXTopContainer .mnDXCentral
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: left;
    width: 100%;
}





div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1
{
    /*margin-left: 10%;*/
    padding-top: 4px;
    background-color: #bdd7f5;
    border-bottom: 1px solid #cccccc; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; */
    min-height: 16px;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1 .imgSX
{
    display: none;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1 .textDX
{
    font-size: large;
    font-weight: bold;
    color: #333333;
    padding: 0px 15px 5px 0px;
    margin-left: 5px;
    text-transform: uppercase;
    text-align: right;
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1 .textDX A
{
    color: #333333;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1 .textDX A:hover
{
    text-decoration: none;
}






/*
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1over
{
text-transform: uppercase;
font-size: small;
font-weight: bold;
color: #333333;
padding: 5px 4px 0px 25px;
margin-left: 5px;
background-image: url(../FO/img/gal_mnDX_voce1.gif);
background-repeat: no-repeat;


}

*/





div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2
{
    /*margin-left: 10%;*/
    padding-top: 4px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; */
    min-height: 16px;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2 .imgSX
{
    display: none;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2 .textDX
{
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 0px 15px 5px 0px;
    margin-left: 5px;
    text-align: right;
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2 .textDX A
{
    color: #333333;
}










div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3 .imgSX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3 .textDX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX4
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX4 .imgSX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX4 .textDX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1over
{
    /*margin-left: 10%;*/
    padding-top: 4px;
    background-color: #bdd7f5;
    border-bottom: 1px solid #cccccc; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; */
    min-height: 16px;
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1over .imgSX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1over .textDX
{
    font-size: large;
    font-weight: bold;
    color: #333333;
    padding: 0px 15px 5px 0px;
    margin-left: 5px;
    text-transform: uppercase;
    text-align: right;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX1over .textDX A:hover
{
    text-decoration: none;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2over
{
    padding-top: 4px; /* border-left: 1px solid #6080A0; border-right: 1px solid #6080A0; border-top: 1px solid #6080A0; border-bottom: 1px solid #6080A0;*/
    border-bottom: 1px solid #cccccc;
    min-height: 16px;
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2over .imgSX
{
    display: none;
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2over .textDX
{
    font-size: small;
    font-weight: bold;
    color: #333333;
    padding: 0px 15px 5px 0px;
    margin-left: 5px;
    text-align: right;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX2over .textDX A:hover
{
    text-decoration: none;
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3over
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3over .imgSX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX3over .textDX
{
}

div#mnDX .mnDXTopContainer .mnDXCentral .voceDX4over .imgSX
{
}
div#mnDX .mnDXTopContainer .mnDXCentral .voceDX4over .textDX
{
}






















div#mnInf
{
    clear: both;
}





div#pieDiPagina
{
    float: left;
    clear: both;
    margin: 13px 0px 0px 0px;
    padding: 0px;
    width: 778px;
    height: 21px;
    background: url(../FO/img/footer.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: Transparent;
    color: #1b873f;
    font-weight: bold;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

div#pieDiPagina .pieCopiright
{
    float: left;
    width: 40%;
    font-size: xx-small;
}
div#pieDiPagina .pieCopiright P
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 4px 0px 0px 10px;
    width: 100%;
    color: #1b873f;
    font-weight: bold;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

div#pieDiPagina .pieCopiright P A
{
    color: #1b873f;
}
div#pieDiPagina .pieCopiright P.com
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 10px 0px 0px 10px;
    width: 100%;
    color: #1b873f;
    font-weight: normal;
    font-size: xx-small;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
div#pieDiPagina .stat
{
    text-align: right;
    float: left;
    width: 15%;
}

div#pieDiPagina .linkValidator
{
    float: right;
    clear: right;
    text-align: right;
    width: 45%;
    height: 21px;
    margin: 0px;
    padding: 0px;
}
div#pieDiPagina .linkValidator P
{
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 100%;
}


div#contenuto
{
    float: left;
    clear: both;
    width: 774px;
    height: 316;
    margin: 0px;
    padding: 0px;
    border: 2px solid #e9e9e9;
}


div#contenuto .mnSXTop
{
    display: none;
}


div#contenuto .mnSXTop .mnSXTopSX
{
}

div#contenuto .mnSXTop .mnSXTopDX
{
}

div#contenuto .mnSXCentral
{
    float: left;
    clear: both;
    padding: 20px;
    height: 100%;
}

div#contenuto .mnSXCentral .titolo
{
    display: none;
}
div#contenuto .mnSXCentral .titolo .image
{
    display: none;
}

div#contenuto .mnSXCentral .titolo .testo
{
}

div#contenuto .mnSXCentral .titolo .testo H5
{
}



div#contenuto .mnSXCentral .apriv
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 734px;
    color: #1b873f;
    text-align: center;
    font-weight: bold;
}
div#contenuto .mnSXCentral .apriv FORM
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 734px;
}
div#contenuto .mnSXCentral .login
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 734px;
    font-size: small;
    text-align: center;
}

div#contenuto .mnSXCentral .login .a
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 39%;
    margin-right: 1%;
}


div#contenuto .login .a LABEL
{
    font-weight: normal;
    font-style: italic;
}

/*Input Login*/
div#contenuto .login .b
{
    float: left;
    clear: right;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 60%;
}

div#contenuto .login .b INPUT
{
    float: left;
    background-image: url(../FO/img/login_input.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px;
    height: 17px;
    width: 134px;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: normal;
    color: #636363;
    text-align: left;
    padding-left: 3px;
}

/*Scritta Password*/
div#contenuto .login .c
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 39%;
    margin-right: 1%;
}

div#contenuto .login .c LABEL
{
    font-weight: normal;
    font-style: italic;
}

/*Input Password*/
div#contenuto .login .d
{
    float: left;
    clear: right;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 60%;
}

div#contenuto .login .d INPUT
{
    float: left;
    background-image: url(../FO/img/login_input.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 0px;
    height: 17px;
    width: 134px;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: normal;
    color: #636363;
    text-align: left;
    padding-left: 3px;
}



/*Bottone conferma Login/Password*/
div#contenuto .login .e
{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 734px;
    padding-top: 20px;
}

div#contenuto .login .e INPUT.bottone
{
    width: 90px;
    background-color: #1b873f;
    border: none;
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #fff;
    
}
div#contenuto .login .e INPUT.bottone:hover
{
    width: 90px;
    background-color: #e8ba00;
    border: none;
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #fff;
}


div#contenuto .login .clearBoth
{
    padding-top: 5px;
}





div#contenuto .mnSXCentral .cntPath
{
    clear: both;
    background-color: #bdd7f5;
    text-decoration: none;
    color: #be000c;
    font-size: x-small;
    padding-top: 1px;
    padding-bottom: 2px;
}
div#contenuto .mnSXCentral .cntPath P
{
    color: #be000c;
    font-size: x-small;
}

div#contenuto .mnSXCentral .cntPath A
{
    margin-left: 5px;
    color: #be000c;
    font-size: x-small;
    font-weight: 600;
    text-transform: uppercase;
}
div#contenuto .mnSXCentral .cntPath A:hover
{
}
div#contenuto .cntAree
{
    background-color: #e0ecfa;
    padding: 20px;
}
div#contenuto .cntAree .cntNomeArea
{
    text-decoration: none;
}
div#contenuto .cntAree .cntNomeArea A
{
    font-weight: bold;
    text-decoration: none;
    font-size: x-small;
    text-transform: uppercase;
}
div#contenuto .cntAree .cntNomeArea A:hover
{
    text-decoration: underline;
    color: #333;
}
div#contenuto .cntContent
{
    clear: both;
    min-height: 90px;
}


div#contenuto .cntContent .lblCMS_CNTSTAT_TIT
{
    display: none;
}


div#contenuto .cntContent .CMS_CNTSTAT_TIT
{
    margin-left: 20px;
    font-size: x-small;
}




div#contenuto .cntContent .lblCMS_CNTSTAT_FIL
{
    display: none;
}


div#contenuto .cntContent .CMS_CNTSTAT_FIL
{
    display: none;
}


div#contenuto .cntContent DIV
{
}

div#contenuto .cntContent .lblCMS_EVT_TITOLO
{
    display: none;
}

/*here*/
div#contenuto .cntContent .CMS_EVT_TITOLO
{
    clear: both;
    padding-top: 1%;
    width: 70%;
}
div#contenuto .cntContent .CMS_EVT_TITOLO A
{
    font-weight: bold;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_TITOLO A:hover
{
    text-decoration: underline;
}
div#contenuto .cntContent .lblCMS_EVT_OGGETTO
{
    display: none;
    margin-left: 2%;
    color: #069;
    font-weight: bold;
    float: left;
}
div#contenuto .cntContent .CMS_EVT_OGGETTO
{
    display: none;
    margin-left: 4%;
    float: none;
}
div#contenuto .cntContent .CMS_EVT_OGGETTO A
{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_OGGETTO A:hover
{
    color: #000;
    font-weight: normal;
}
div#contenuto .cntContent .lblCMS_EVT_LUOGO
{
    display: none;
    margin-top: 2%;
    margin-left: 2%;
    color: #069;
    font-weight: bold;
    float: left;
}

div#contenuto .cntContent HR
{
    clear: both;
}
div#contenuto .cntContent .CMS_EVT_LUOGO
{
    float: left;
    width: 40%;
}
div#contenuto .cntContent .CMS_EVT_LUOGO A
{
    color: #036;
    font-weight: normal;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_LUOGO A:hover
{
    color: #000;
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_EVT_INIZIO
{
    display: none;
    color: #069;
    font-weight: bold;
    float: left;
}
div#contenuto .cntContent .CMS_EVT_INIZIO
{
    width: 15%;
    margin: 0% 2% 0% 1%;
    float: left;
    min-width: 80px;
}
div#contenuto .cntContent .CMS_EVT_INIZIO A
{
    color: #036;
    font-weight: normal;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_INIZIO A:hover
{
    color: #000;
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_EVT_FINE
{
    display: none;
    margin-top: 2%;
    margin-left: 2%;
    color: #069;
    font-weight: bold;
    float: left;
}
div#contenuto .cntContent .CMS_EVT_FINE
{
    margin: 0% 2% 0% 1%;
    min-width: 80px;
}
div#contenuto .cntContent .CMS_EVT_FINE A
{
    color: #036;
    font-weight: normal;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_FINE A:hover
{
    color: #333333;
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_EVT_DESCR
{
    display: none;
    margin-top: 2%;
    margin-left: 2%;
    color: #069;
    font-weight: bold;
    float: left;
}
div#contenuto .cntContent .CMS_EVT_DESCR
{
}
div#contenuto .cntContent .CMS_EVT_DESCR A
{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
div#contenuto .cntContent .CMS_EVT_DESCR A:hover
{
}
div#contenuto .cntContent .lblCMS_EVT_IMG
{
    display: none;
}
div#contenuto .cntContent .CMS_EVT_IMG
{
    float: left;
    padding: 1%;
}
div#contenuto .cntContent .CMS_EVT_IMG A IMG
{
    width: 70px;
    height: 70px;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
div#contenuto .cntContent .CMS_EVT_IMG A:hover
{
}
div#contenuto .cntContent .lblCMS_EVT_IMGALT
{
    display: none;
}
div#contenuto .cntContent .CMS_EVT_IMGALT
{
    display: none;
    margin: 0% 2% 0% 4%;
}
div#contenuto .cntContent .CMS_EVT_IMGALT A
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: x-small;
}
div#contenuto .cntContent .CMS_EVT_IMGALT A:hover
{
}
div#contenuto .cntContent .lblCMS_EVT_FILE
{
    display: none;
}
div#contenuto .cntContent .CMS_EVT_FILE
{
    display: none;
}
div#contenuto .cntContent .CMS_EVT_FILE A
{
}
div#contenuto .cntContent .CMS_EVT_FILE A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_DATACR
{
    width: 13%;
    float: left;
    color: #069;
    font-size: x-small;
    font-weight: normal;
    padding-left: 20px;
    padding-bottom: 5px;
}

div#contenuto .cntContent .lblCMS_PUB_DATACR H5
{
    color: #069;
    font-size: x-small;
    font-weight: normal;
}
div#contenuto .cntContent .CMS_PUB_DATACR
{
    text-align: left;
    float: right;
    color: #aca2a3;
    font-size: xx-small;
    font-weight: bold;
    padding-bottom: 5px;
    width: 83%;
}
div#contenuto .cntContent .CMS_PUB_DATACR A
{
    color: #069;
    font-weight: bold;
}
div#contenuto .cntContent .CMS_PUB_DATACR A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_TITOLO
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_TITOLO
{
    font-weight: bold;
    padding-bottom: 2px;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
    font-size: x-small;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
div#contenuto .cntContent .CMS_PUB_TITOLO A
{
    color: #333333;
    font-weight: bold; /*font-family: georgia, "times new roman", serif;*/
    text-decoration: none;
}
div#contenuto .cntContent .CMS_PUB_TITOLO A:hover
{
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}
div#contenuto .cntContent .lblCMS_PUB_AUTORE
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_AUTORE
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_AUTORE A
{
}
div#contenuto .cntContent .CMS_PUB_AUTORE A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_OGGETTO
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_OGGETTO
{
    /*here*/
    padding-bottom: 2px;
    text-align: justify;
    font-size: x-small;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
}
div#contenuto .cntContent .CMS_PUB_OGGETTO A
{
    color: #000000;
}
div#contenuto .cntContent .CMS_PUB_OGGETTO A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_SINTESI
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_SINTESI
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_SINTESI A
{
}
div#contenuto .cntContent .CMS_PUB_SINTESI A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_FILE
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_FILE
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_FILE A
{
}
div#contenuto .cntContent .CMS_PUB_FILE A:hover
{
}

div#contenuto .cntContent .lblCMS_PUB_FILEALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_FILEALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_FILEALT A
{
}
div#contenuto .cntContent .CMS_PUB_FILEALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO1
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO1ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO1ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO2
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO2ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO2ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO3
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO3ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO3ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO4
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO4ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO4ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO5
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO5ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO5ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO6
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO6ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO6ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO7
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO7ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO7ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO8
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO8ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO8ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO9
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO9ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO9ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO10
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10 A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10 A:hover
{
}
div#contenuto .cntContent .lblCMS_PUB_ALLEGATO10ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10ALT A
{
}
div#contenuto .cntContent .CMS_PUB_ALLEGATO10ALT A:hover
{
}
div#contenuto .cntContent .lblCMS_RST_DATA
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_DATA
{
    background-color: #f5f5f5;
    clear: both;
    margin-top: 1%;
}
div#contenuto .cntContent .CMS_RST_DATA A
{
    color: #069;
    font-weight: bold;
}
div#contenuto .cntContent .CMS_RST_DATA A:hover
{
    color: #069;
}
div#contenuto .cntContent .lblCMS_RST_AUTORE
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_AUTORE
{
    display: none;
}
div#contenuto .cntContent .lblCMS_RST_TITOLO
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_TITOLO
{
    padding-top: 1%;
}
div#contenuto .cntContent .CMS_RST_TITOLO A
{
    color: #333;
    font-weight: bold;
}
div#contenuto .cntContent .lblCMS_RST_IMG
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_IMG
{
    width: 50px;
    padding-left: 2px;
    clear: both;
    float: left;
}
div#contenuto .cntContent .CMS_RST_IMG A IMG
{
    width: 50px;
    height: 50px;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
div#contenuto .cntContent .lblCMS_RST_IMGALT
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_IMGALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_RST_TESTOPRW
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_TESTOPRW
{
    /*margin-left: 55px;*/
    float: none;
    min-height: 60px;
    border: 1px solid #ffffff;
}
div#contenuto .cntContent .CMS_RST_TESTOPRW A
{
}
div#contenuto .cntContent .CMS_RST_TESTOPRW A:hover
{
    color: #333;
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_RST_TESTO
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_TESTO
{
    display: none;
}
div#contenuto .cntContent .lblCMS_RST_ALLEGATO
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_ALLEGATO
{
    display: none;
}
div#contenuto .cntContent .lblCMS_RST_ALLEGATOALT
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_ALLEGATOALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_RST_HTML
{
    display: none;
}
div#contenuto .cntContent .CMS_RST_HTML
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_DATA
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_DATA
{
    color: #aca2a3;
    font-size: x-small;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 5px;
}
div#contenuto .cntContent .CMS_NEWS_DATA A
{
    color: #069;
    font-weight: bold;
}
div#contenuto .cntContent .CMS_NEWS_DATA A:hover
{
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_NEWS_AUTORE
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_AUTORE
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_TITOLO
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_TITOLO
{
    font-weight: bold;
    padding-bottom: 5px;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
    font-size: x-small;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
div#contenuto .cntContent .CMS_NEWS_TITOLO A
{
    color: #333333;
    font-weight: bold; /*font-family: georgia, "times new roman", serif;*/
    text-decoration: none;
}
div#contenuto .cntContent .CMS_NEWS_TITOLO A:hover
{
    color: #333;
}
div#contenuto .cntContent .lblCMS_NEWS_IMG
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_IMG
{
    float: left;
    padding-right: 1%;
}
div#contenuto .cntContent .CMS_NEWS_IMG A IMG
{
    width: 50px;
    height: 50px;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
div#contenuto .cntContent .CMS_NEWS_IMG A:hover IMG
{
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_NEWS_IMGALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_IMGALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_TESTOPRW
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_TESTOPRW
{
    text-align: justify;
    font-size: x-small;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
}
div#contenuto .cntContent .CMS_NEWS_TESTOPRW A
{
    color: #000000;
}
div#contenuto .cntContent .CMS_NEWS_TESTOPRW A:hover
{
    color: #333;
}
div#contenuto .cntContent .lblCMS_NEWS_TESTO
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_TESTO
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_TESTO A
{
}
div#contenuto .cntContent .CMS_NEWS_TESTO A:hover
{
    color: #333;
    text-decoration: none;
}
div#contenuto .cntContent .lblCMS_NEWS_HTML
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_HTML
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATOALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATOALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO1
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO1
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO1ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO1ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO2
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO2
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO2ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO2ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO3
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO3
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO3ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO3ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO4
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO4
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO4ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO4ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO5
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO5
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO5ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO5ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO6
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO6
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO6ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO6ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO7
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO7
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO7ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO7ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO8
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO8
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO8ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO8ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO9
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO9
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO9ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO9ALT
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO10
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO10
{
    display: none;
}
div#contenuto .cntContent .lblCMS_NEWS_ALLEGATO10ALT
{
    display: none;
}
div#contenuto .cntContent .CMS_NEWS_ALLEGATO10ALT
{
    display: none;
}
div#contenuto .cntContent .clearBoth
{
    clear: both;
}
div#contenuto .statico2
{
    padding: 1%;
}
div#contenuto .statico2 .corpo
{
    padding: 1%;
    width: 98%;
}

div#contenuto .statico2 .corpo A
{
    color: #000000;
}
div#contenuto .statico2 .corpo A:hover
{
    text-decoration: underline;
    color: #036;
}
#css_nero_su_grigio
{
    text-align: justify;
    font-size: x-large;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 98%;
}


div#contenuto .statico2 .corpo div#css_bianco_su_nero
{
    text-align: justify;
    font-size: x-large;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1px;
    padding-bottom: 10px;
    width: 98%;
    color: #ffffff;
    background-color: #000000;
}


div#contenuto .statico2 .corpo div#css_bianco_su_nero P A
{
    font-size: x-large;
    color: #ffffff;
    background-color: #000000;
}

div#contenuto .statico2 .corpo div#css_nero_su_grigio
{
    margin-top: 10px;
    text-align: justify;
    font-size: x-large;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1px;
    padding-bottom: 10px;
    width: 98%;
    color: #000000;
    background-color: #d0d0d0;
}


div#contenuto .statico2 .corpo div#css_nero_su_grigio P A
{
    font-size: x-large;
    color: #000000;
    background-color: #d0d0d0;
}


div#contenuto .statico2 .corpo div#css_giallo_su_nero
{
    margin-top: 10px;
    text-align: justify;
    font-size: x-large;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1px;
    padding-bottom: 10px;
    width: 98%;
    color: Yellow;
    background-color: #000000;
}


div#contenuto .statico2 .corpo div#css_giallo_su_nero P A
{
    font-size: x-large;
    color: Yellow;
    background-color: #000000;
}


div#contenuto .statico2 .corpo div#css_normale
{
    border: 1px solid #666666;
    margin-top: 10px;
    text-align: justify;
    font-size: x-large;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1px;
    padding-bottom: 10px;
    width: 98%;
}


div#contenuto .statico2 .corpo .pst_MenuSinistra
{
    vertical-align: top;
    width: 73%;
    padding: 1%;
}
div#contenuto .statico2 .corpo .pst_MenuDestra
{
    vertical-align: top;
    background-color: #f5f5f5;
    width: 15%;
    padding: 1%;
}
div#contenuto .levento
{
    clear: both;
    background-image: none;
}
div#contenuto .levento .lbltitolo
{
    display: none;
}
div#contenuto .levento .titolo
{
    width: 80%; /* background-image: url(../FO/img/gallipoli_icona_punta.gif); */
    background-repeat: no-repeat;
    height: auto;
    min-height: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 4%;
}
div#contenuto .levento .lblluogo
{
    width: 20%;
    color: #069;
    font-weight: bold;
    float: left;
    height: auto;
    min-height: 22px;
    padding-left: 5%;
    min-width: 60px;
    padding-top: 10px; /* padding-left: 5%; padding-top: 1%; padding-right: 1%; color: #069; font-weight: bold; float: left; min-height: 22px; background-color: red; */
}
div#contenuto .levento .luogo
{
    width: 74%;
    color: #000;
    font-weight: normal;
    height: auto;
    min-height: 22px;
    float: left;
    padding-top: 10px; /* padding-top: 1%; padding-right: 1%; padding-left: 5%; color: #000; font-weight: normal; text-decoration: none; float: left; min-height: 22px; */
}




div#contenuto .levento .lbldata
{
    width: 20%;
    color: #069;
    font-weight: bold;
    float: left;
    height: auto;
    min-height: 22px;
    padding-left: 5%;
    min-width: 60px;
    padding-top: 10px;
}
div#contenuto .levento .data
{
    width: 74%;
    color: #000;
    font-weight: normal;
    float: left;
    min-height: 22px;
    padding-top: 10px;
}



div#contenuto .levento .data .dal
{
    color: #069;
    font-weight: bold;
}
div#contenuto .levento .data .al
{
    padding-left: 2%;
    padding-right: 1%;
    color: #069;
    font-weight: bold;
}

div#contenuto .levento .oggetto
{
    width: 74%;
    color: #000;
    font-weight: normal;
    float: left;
    min-height: 22px;
    padding-top: 10px;
}

div#contenuto .levento .lbloggetto
{
    width: 20%;
    color: #069;
    font-weight: bold;
    float: left;
    height: auto;
    min-height: 22px;
    padding-left: 5%;
    min-width: 60px;
    padding-top: 10px;
}

div#contenuto .levento .lblcorpo
{
    display: none;
}
div#contenuto .levento .corpo
{
    width: 99%;
    color: #000;
    font-weight: normal;
    float: left;
    min-height: 22px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 3px solid #dddddd;
}

div#contenuto .levento .documento
{
    color: #069;
    font-weight: bold;
    font-size: x-small;
    padding: 1%;
    padding-left: 5%;
    height: auto;
}
div#contenuto .levento .documento .imgdocumento
{
    float: left;
    padding-right: 1%;
}
div#contenuto .levento .documento .imgdocumento .blank
{
}

div#contenuto .levento .lbldescrizione
{
    width: 20%;
    color: #069;
    font-weight: bold;
    float: left;
    height: auto;
    min-height: 22px;
    padding-left: 5%;
    min-width: 60px;
    padding-top: 10px; /* padding-left: 5%; padding-top: 1%; padding-right: 1%; color: #069; font-weight: bold; float: left; min-height: 22px; background-color: red; */
}
div#contenuto .levento .descrizione
{
    width: 74%;
    color: #000;
    font-weight: normal;
    height: auto;
    min-height: 22px;
    float: left;
    padding-top: 10px; /* padding-top: 1%; padding-right: 1%; padding-left: 5%; color: #000; font-weight: normal; text-decoration: none; float: left; min-height: 22px; */
}







div#contenuto .lapubb
{
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 150px;
    height: 100%;
    padding-bottom: 20px;
}
div#contenuto .lapubb .lbldata
{
    display: none;
}
div#contenuto .lapubb .data
{
    padding-top: 20px;
    padding-bottom: 10px;
    color: #aca2a3;
    font-size: x-small;
    font-weight: bold;
}
div#contenuto .lapubb .lbltitolo
{
    display: none;
}
div#contenuto .lapubb .titolo
{
    min-height: 25px;
    width: 100%;
    font-weight: bold;
    text-align: justify;
    font-size: x-small;
    text-transform: uppercase;
}
div#contenuto .lapubb .lbloggetto
{
    display: none;
}
div#contenuto .lapubb .oggetto
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    text-decoration: none;
    font-size: x-small;
}
div#contenuto .lapubb .lblsintesi
{
    display: none;
}
div#contenuto .lapubb .sintesi
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    text-decoration: none;
    font-size: x-small;
    background-color: #E7E3E3;
}
div#contenuto .lapubb .documento
{
    color: #069;
    font-weight: bold;
    font-size: x-small;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
div#contenuto .lapubb .documento .imgdocumento
{
    float: left;
    padding-right: 1%;
}
div#contenuto .lapubb .documento .imgdocumento .blank
{
}


div#contenuto .mnSXCentral .laNews
{
    clear: both;
    padding: 20px 20px 20px 20px;
    min-height: 150px;
    height: 100%;
}
div#contenuto .mnSXCentral .laNews .dataNews
{
    color: #aca2a3;
    font-size: x-small;
    font-weight: bold;
}
div#contenuto .mnSXCentral .laNews .titoloNews
{
    /*background-image: url(../FO/img/gallipoli_icona_news.gif);*/ /* min-height: 25px; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 15px; width: 90%; font-weight: bold; text-align: justify; font-size: x-small; text-transform: uppercase; color: #000000; */
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
    font-size: x-small;
    text-transform: uppercase;
}
div#contenuto .mnSXCentral .laNews .testoExtRass
{
    text-align: justify;
    font-size: x-small;
    clear: both;
}
div#contenuto .mnSXCentral .laNews .documento
{
    color: #069;
    font-weight: bold;
    font-size: x-small;
    padding: 1%;
    padding-left: 7%;
    height: 26px;
}
div#contenuto .mnSXCentral .laNews .documento .imgdocumento
{
    float: left;
    padding-right: 1%;
}
div#contenuto .mnSXCentral .laNews .documento .imgdocumento .blank
{
}
div#contenuto .mnSXCentral .laNews .htmlNews
{
    clear: both;
    margin-top: 2%;
    padding-top: 2%;
    border-top: 2px #dddddd solid;
    width: 100%;
    font-size: x-small;
}



.strutturaOrganizzativa
{
    height: 66%;
    border-collapse: collapse;
    width: 95%;
    border-color: #000000;
    min-width: 540px;
    text-align: left;
}


.contatoreFo
{
    margin: 0.5em 0em 0.5em 0em;
    width: 100%;
    min-height: 20px;
    clear: both;
}

.contatoreFo .lblcontatoreFo
{
    float: left;
    padding-left: 20px;
    font-size: x-small;
    font-weight: bold;
}

.contatoreFo .numcontatoreFo
{
    font-size: small;
    font-weight: bold;
    padding-left: 10px;
    padding-left: 5px;
    float: left;
}


.pagineFo
{
    margin: 0.5em 0em 0.5em 0em;
    width: 100%;
    min-height: 20px;
    clear: both;
}

.pagineFo .lblpagineFo
{
    float: left;
}

.pagineFo .numpagineFo
{
    padding-left: 0.5em;
    font-weight: bold;
    float: left;
    width: 15%;
}



.paginazioneFo
{
    clear: both;
    width: 100%;
}

.paginazioneFo .elencopaginazioneFo
{
    height: 100%;
    min-height: 20px;
    text-align: center;
}

.paginazioneFo .elencopaginazioneFo .primapaginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.paginazioneFo .elencopaginazioneFo .prec10paginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.paginazioneFo .elencopaginazioneFo .precpaginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.paginazioneFo .elencopaginazioneFo .cntnumpaginazioneFo
{
    float: left;
    padding-right: 0.8em;
    height: 100%;
}

.paginazioneFo .elencopaginazioneFo .numpaginazioneFo
{
    float: left;
    padding-right: 0.3em;
    height: 100%;
}

.paginazioneFo .elencopaginazioneFo .succpaginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.paginazioneFo .elencopaginazioneFo .succ10paginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.paginazioneFo .elencopaginazioneFo .ultimapaginazioneFo
{
    float: left;
    padding-right: 0.8em;
}

.cntRowPerPagMaster
{
    clear: both;
    padding-top: 1em;
    margin-bottom: 0.5em;
    text-align: center;
}

.headerSearch
{
}

#mn_44
{
    display: none;
}
.ilLink
{
    clear: both;
    padding: 20px 20px 20px 20px;
    min-height: 150px;
    height: 100%;
background-color: red;
}

.ilLink .lbltitoloLink{
display: none;
margin-top: 2%;
padding-left: 1%;
}

.ilLink .titoloLink
{

margin-top: 2%;
padding-left: 1%;
color: #069;
font-weight: bold;
}

.ilLink .hrefLink
{

margin-top: 2%;
padding-left: 1%;
color: #069;
}

.ilLink .lblhrefLink{
display: none;
margin-top: 2%;
padding-left: 1%;
}
