/* stili generali */

body {
    margin: 0;
    padding: 0;
    font-family : verdana;
}

a {
    text-decoration: none;
    color: #002bb8;
/*    background: none;*/
}
a:visited { color: #5a3696; }
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,


table {
    font-size: 100%;
/*    background: White;*/
}

img {
    border: none;
    vertical-align: middle;
}

hr {
    height: 1px;
    color: #9B1305;
/*    background-color: #aaaaaa;*/
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #9B1305;
/*    background: none;*/
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;
/*    list-style-image: url("bullet.gif");*/
}
ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}
li { margin-bottom: 0.1em; }


dt {
    font-weight: bold;
    margin-bottom: 0.1em;
}
dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
}
legend {
/*    background: White;*/
    padding: 0.5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

textarea {
    width: 100%;
    padding: 0.1em;
}

pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

th    {
        border: #004d9c 1px solid;
        padding: 4px;
/*        color: #ff0000;*/
        font-family: Verdana, Arial, Sans-serif;
        font-weight: normal;
}


/* classi generali*/

.firstHeading {
        margin-bottom:0.1em;
        background-color : #9B1305;
        color : #9B1305;
}



.radiobold {
        border: none;
        font-size: 180%;
        color: #004d9c;
        padding-bottom:1em;

}




/* classi per elemento  */

table.normal {
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: Verdana, Arial, Sans-serif;
/*    color: #0066FF;*/
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #666;

}

td.noborder {
        padding: 3px;
        color: #000000;
        text-align: left}

td.normal {
/*        border: #004d9c 1px solid;*/
        padding: 3px;
/*        color: #000000; */
        text-align: center}

td.nowrap {
            white-space:nowrap;
        padding: 3px;
/*        color: #000000;*/
        text-align: left}

td.codice_nowrap {
            white-space:nowrap;
            font-size: 132%;
            font-weight: bold;
        padding: 3px;
        color: #000000;
        text-align: left}

td.name_nowrap {
            white-space:nowrap;
            font-size: 120%;
            font-weight: bold;
        padding: 3px;
        color: #000000;
        text-align: left}

td.number {
        border: #004d9c 1px solid;
        padding: 3px;
        color: #000000;
        text-align: right}

td.red {
        border: #004d9c 1px solid;
        padding: 3px;
        color: #ff0000;
        text-align: left}

td.blue {
        border: #004d9c 1px solid;
        padding: 3px;
        color: #0000ff;
        text-align: left}


table.dir {
    border: #ff0000 1px solid;
    border-spacing: 0px;
    font-family: Verdana, Arial, Sans-serif;
/*    color: #0066FF;*/
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #666;

}
td.dir {
        border: #ff0000 1px solid;
        padding: 3px;
/*        color: #000000;*/
        text-align: left}


td.button {
        border: #004d9c 1px solid;
        padding: 3px;
/*        color: #000000;*/
        text-align: center;
        cursor: pointer;
        cursor: hand
        }

td.invisible {
        display: none;
        }

td.space{
        border: none
        }

td.title{
        border: none;
        font-size: 130%;
        padding-bottom:1em;
        }
td.desc{
        border: none;
        font-size: 120%;
        color: #008080;
        padding-bottom:1em;
        }

th.red    {
        border: #004d9c 1px solid;
        padding: 4px;
        font-family: Verdana, Arial, Sans-serif;
        font-weight: normal;
}

th.invisible {
        display: none;
        }

button.trasparent {
                                background: none;
}

li.desc{
        border: none;
        font-size: 220%;
        color: #004d9c;
        padding-bottom:1em;
        }


/* elementi identificati  */



#Pagina {
    font-size:127%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#Colonna {
    width: 100%;
    float: right;
    margin: 0 0 0.6em -12.2em;
    padding:0;
}
#Colonnasx {
    width: 100%;
    float: left;
    margin: 0 0 0.6em 0;
    padding:0;
}

#Contenuto {
    margin: 2.8em 0 0 12.2em;
    padding: 0em 1em 1.5em 1em;
/*    background: White;*/
    border: 1px solid #aaaaaa;
    border-right: none;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}
#Contenutosx {
    margin: 2.8em 0 0 0;
    padding: 0em 1em 1.5em 1em;
/*    background: White;*/
    border: 1px solid #aaaaaa;
    border-right: none;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}



#contentSub {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #7d7d7d;
    width: auto;
}

#column-one { padding-top: 160px; }


#funcbar {
    margin: 0;
    white-space:nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
 /*   background: none;*/
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;

}
#funcbar li {
    display: inline;
    border: 1px solid #9B1305;
    padding: 0 0.1em 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
/*    background: White;*/
    cursor:hand; cursor:pointer;
}
#funcbar li.selected {
    border-color: #9B1305;
    padding: 0 0.1em 0.2em 0;
}
#funcbar li a {
/*    background-color: White;
    color: #9B1305; */
    border: none;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}

#labels {
    position:absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space:nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
/*    background: none;*/
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;

}
#labels li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
/*    background: White;*/
    cursor:hand; cursor:pointer;
}
#labels li.selected {
    border-color: #fabd23;
    padding: 0 0 0.2em 0;
}
#labels li a {
/*    background-color: White;
    color: #002bb8;*/
    border: none;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}
#labels .selected a { z-index: 3; }
#labels .new a { color:#ba0000; }
#labels li a:hover {
    z-index: 3;
    text-decoration: none;
}
#labels h5 { display: none; }
#labels li.istalk { margin-right: 0; }
#labels li.istalk a { padding-right: 0.5em; }
#labels #ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
}
#labelssx {
    position:absolute;
    top: 1.3em;
    left: 1.5em;
    margin: 0;
    white-space:nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
/*    background: none;*/
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}
#labelssx li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflosxw: visible;
/*    background: White;*/
    cursor:hand; cursor:pointer;
}
#labelssx li.selected {
    border-color: #fabd23;
    padding: 0 0 0.2em 0;
}
#labelssx li a {
/*    background-color: White;
    color: #002bb8;*/
    border: none;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}
#labelssx .selected a { z-index: 3; }
#labelssx .new a { color:#ba0000; }
#labelssx li a:hover {
    z-index: 3;
    text-decoration: none;
}
#labelssx h5 { display: none; }
#labelssx li.istalk { margin-right: 0; }
#labelssx li.istalk a { padding-right: 0.5em; }
#labelssx #ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#labelssx .hiddenStructure { display: none; }
#labelssx ul {
    list-style: none;
}

#menulist {
    font-size: 95%;
/*    background: White;*/
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em 0.5em;
    cursor:hand; cursor:pointer;
    width: 12.2em;
}

#p-logo {
    z-index: 3;
    position:absolute; /*needed to use z-index */
    top: 0;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}
#p-logo h5 { display: none; }
#p-logo a,
#p-logo a:hover {
    display: block;
    height: 155px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

#navigazione {
    position:relative;
    z-index:3;
    overflow: visible;
    width: 12.2em;

}
