body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: White; /*background-color:#F7F7F7;*/ /*background: url('../../Styles/Images/bgst.png') #FFFFFF;*/
}

/** element defaults **/
.descrizioneTable {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

    .descrizioneTable th, td {
        padding: 5px 10px;
    }

    .descrizioneTable th {
        color: #fff;
        background-color: #752864;
    }

.descrizioneTable_intestazione {
    color: #752864;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 1px solid #752864;
}

.descrizioneTable.withoutLines td {
    border-bottom: 0 !important;
}

.descrizioneTable.forceLines td {
    border-bottom: 1px solid #f4f4f4 !important;
}

.sottoTitoloTabella {
    color: #fff;
    border-top: 3px solid #752864;
    background-color: #D7A2C6;
    font-weight: bold;
    /* text-align: center; */
}

.sottoTitoloTabella2 {
    color: #fff;
    border-top: 3px solid #752864;
    background-color: #CE93D8;
    font-weight: bold;
    /* text-align: center; */
}

.rigaNote {
    text-align: left;
    font-size: x-small;
    font-style: italic;
}

a:link {
    color: #005BBB;
}
/* unvisited link */
a:visited {
    color: #005BBB;
}
/* visited link */
a:hover {
    color: #005BBB;
}
/* mouse over link */
a:active {
    color: #005BBB;
}

#corpo {
    min-width: 975px;
    margin: 0px 0px 0px 0px;
}

#header {
    height: 100px;
}

.header_left {
    float: left;
}

.header_right {
    float: right;
}

.header_text {
    height: 50px;
    line-height: 25px;
    margin-top: 25px;
    margin-left: 20px;
    vertical-align: middle;
}

.menutop {
    clear: both;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 35px;
    background-image: url('../Styles/Images/menu1lev-item.png');
    background-repeat: repeat-x;
}

.menutop_item {
    float: left;
    border-left: #752864 1px solid;
    border-right: #D7A2C6 1px solid;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

    .menutop_item:hover {
        background-image: url('../Styles/Images/menu1lev-active.png');
        background-repeat: repeat-x;
        font-weight: bold;
        font-size: 120%;
        cursor: pointer;
    }

.menutop a {
    color: white;
    height: 25px;
    margin: 5px 15px 5px 15px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.menutop_item span {
    color: white;
    height: 25px;
    margin: 5px 15px 5px 15px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
}

.menutop_item label {
    cursor: pointer;
}

/*.titleSocieta {
    top: 0px;
    color: #752864;
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
}

.titleTipoAssem {
    top: 0px;
    color: #752864;
    font-size: 10pt;
    text-align: center;
}*/

#StatusMenu {
    width: 100%; /*padding: 10px 10px 10px 10px;*/
}

.SiteMapPath {
    width: 70%;
    background-color: #FFFFFF;
    font-size: 90%;
    float: left;
}

#menu {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F0F0F0; /*height:30px;*/ /*bottom: 20px; 	right: 20px;*/
}

    #menu a {
        min-width: 90px;
        width: 150px;
        height: 12px;
        background: url('../Styles/Images/bg_menuoff.gif') repeat-x #752864;
        border: solid 1px #FFFFFF;
        padding: 5px;
        margin-left: 10px;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-weight: 900;
        text-decoration: none;
        text-align: center;
    }

        #menu a:hover {
            background: url(../Styles/Images/bg_menuon.gif) #752864 repeat-x;
            text-decoration: underline;
        }

        #menu a#on {
            background: url('../Styles/Images/bg_menuon.gif') #752864 repeat-x;
        }

#SottoMenu {
    width: 100%; /*padding-top:10px; 	padding-bottom:10px;*/
    background-color: #F0F0F0; /*height:30px;*/ /*bottom: 20px; 	right: 20px;*/
}

    #SottoMenu a {
        min-width: 90px;
        width: 150px;
        height: 12px;
        background: url('../Styles/Images/bg_SottoMenuOff.gif') repeat-x #752864;
        border: solid 1px #FFFFFF;
        padding: 5px;
        margin-left: 10px;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        color: #404040;
        font-weight: 900;
        text-decoration: none;
        text-align: center;
    }

        #SottoMenu a:hover {
            background: url(../Styles/Images/bg_SottoMenuOn.gif) #752864 repeat-x;
            text-decoration: underline;
        }

        #SottoMenu a#on {
            background: url('../Styles/Images/bg_SottoMenuOn.gif') #752864 repeat-x;
        }

#content {
    padding: 10px;
    width: 90%;
    margin-bottom: 15px;
    font-size: 120%;
}

#footer {
    clear: both;
    width: 100%;
    height: 15px;
    background-image: url(../Styles/Images/bg_statusbar.gif);
    background-repeat: repeat-x;
    border-right: #752864 1px solid;
    border-top: #752864 1px solid;
    border-left: #752864 1px solid;
    border-bottom: #752864 1px solid;
    text-align: left;
    position: fixed;
    bottom: 0px;
    text-align: right;
}

.normalStep {
    color: black !important;
    text-decoration: none;
}

.currentStep {
    font-size: large;
    font-weight: bold;
    color: #752864 !important;
    text-decoration: none;
    font-style: italic;
}

.griglia {
    background-color: White; /*border-color: White;*/
    border-width: 1px;
    border-style: solid;
    color: #000000;
}

    .griglia tr {
        /*background-color:#507CD1;*/
        background-color: #F7F6F3;
        text-align: center;
    }

    .griglia th {
        /*background-color:#507CD1;*/
        background-color: #752864;
        color: White;
        font-weight: bold;
        text-align: center;
    }

        .griglia th a:active {
            color: #FFFFFF;
        }

        .griglia th a:hover {
            color: #FFFFFF;
        }

        .griglia th a:visited {
            color: #FFFFFF;
        }

        .griglia th a:link {
            color: #FFFFFF;
        }

.defaultWizard {
    padding-left: 5px;
    padding-right: 5px;
}

.columnTitoloTable {
    text-align: right;
}

.columnInfoTable {
    font-style: italic;
    text-align: right;
}

.columnDatiTable {
    text-align: left;
}

.rigaVuota {
    height: 15px;
}

.rigaVuotaLight {
    height: 10px;
}

.nascondi {
    display: none;
}

.loginPage {
    margin: 0 auto;
    margin-top: 10%;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 1px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-color: Gray;
    min-width: 180px;
    min-height: 50px;
    top: 10px;
    left: 10px;
}

.Errore {
    /*background: url(../Styles/Images/Errore.gif) no-repeat;*/
    color: red;
    font-size: large;
}

.Informazione {
    /*background: url(../Styles/Images/Errore.gif) no-repeat;*/
    font-size: x-large;
    text-align: center;
    width: 100%;
}

/*----------- Calendario -----------*/
.calendario tbody td {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: hidden;
}

.calendario .ajax__calendar_container {
    background-color: #ffffdd;
    border-bottom-width: 0px;
}

.calendario .ajax__calendar_header /* Titolo "< Mese, Anno >"*/ {
}

.calendario .ajax__calendar_prev {
}

.calendario .ajax__calendar_title /* Titolo "< Mese, Anno >"*/ {
    width: 100%;
}

.calendario .ajax__calendar_next {
}

.calendario .ajax__calendar_body {
    height: 140px;
    width: 100%;
}

.calendario .ajax__calendar_days {
    font-size: 120%;
    padding: 2px;
}

.calendario .ajax__calendar_dayname {
    padding: 0px;
}

.calendario .ajax__calendar_day {
    font-size: 120%;
}

.calendario .ajax__calendar_months {
    width: 100%;
}

.calendario .ajax__calendar_month {
}

.calendario .ajax__calendar_years {
    width: 100%;
}

.calendario .ajax__calendar_year {
}

.calendario .ajax__calendar_footer {
    width: 100%;
}

.calendario .ajax__calendar_today {
    width: 100%;
}

.calendario .ajax__calendar_hover {
    color: Red;
}

.calendario .ajax__calendar_active {
    font-weight: bold;
}

.calendario .ajax__calendar_other {
    color: #ffffdd;
}
/*----------- FINE - Calendario -----------*/

.UpdateProgress {
    position: fixed;
    border: solid;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.left {
    float: left;
    padding-left: 5px;
}

.right {
    float: right;
    padding-right: 5px;
}

.capsStyle {
    text-transform: uppercase;
}

/*---------- Popup Help ---------------*/
.popup_container {
    width: 600px;
    height: 400px;
    margin: auto auto auto auto;
}

.popup_rounded {
    height: 90%;
    background-color: White;
}

.popup_message {
    height: 110px;
    text-align: center;
    line-height: 25px;
    padding: 10px 20px 10px 20px;
    color: #752864;
}

    .popup_message.popup_message_b {
        font-weight: bold;
    }

    .popup_message a {
        color: #752864;
    }

.popup_toolbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.popup_background {
    background-color: Black;
    /*filter: alpha(opacity=50);*/
    opacity: 0.7;
    z-index: 99999;
}
/*---------- Fine Popup Help ----------*/
/*---------- Popup Normative ----------*/
.normative_container {
    min-width: 250px; /*margin-top: 12px;     margin-left: -16px;*/
    background: #752864;
    border-left: 1px solid black;
    border-right: 1px solid black;
    cursor: pointer;
}

.normative_item {
    min-width: 230px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #752864;
    border-top: 1px solid #D7A2C6;
    cursor: pointer;
}

    .normative_item:hover {
        background-image: url('../Styles/Images/menu1lev-active.png');
        background-repeat: repeat-x;
        background-position: top, bottom;
        font-weight: bold;
        font-size: 120%;
        cursor: pointer;
    }

.normative_container a {
    color: White;
    text-decoration: none;
    cursor: pointer;
}
/*---------- Fine Popup Normative -----*/
/*---------- Popup Liste --------------*/
.liste_container {
    width: 700px;
    max-height: 500px;
    margin: auto auto auto auto;
}

.liste_rounded {
    max-height: 480px;
    background-color: White;
}

.liste_message {
    max-height: 430px;
    line-height: 25px;
    padding: 10px 20px 10px 20px;
    color: #752864;
    overflow: auto;
}

.liste_message_intestazione {
    /*    height: 20px;     line-height: 20px;*/
    padding-left: 15px;
    padding-bottom: 2px;
    margin: 15px auto 2px auto;
    border-bottom: 1px solid #752864;
    font-weight: bold;
}

.liste_message_candidato {
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
}

    .liste_message_candidato a {
        color: #752864;
        text-decoration: none;
    }

        .liste_message_candidato a:hover {
            font-weight: bold;
        }
/*---------- Fine Popup Liste ---------*/
/*---------- Popup Revoca -------------*/
.revoca_container {
    width: 800px;
    height: 800px;
    margin: auto auto auto auto;
}

.revoca_rounded {
    height: 660px;
    background-color: White;
}

.revoca_message {
    /*height: 610px;*/
    text-align: center;
    line-height: 25px;
    padding: 10px 20px 10px 20px;
    color: #752864;
}

    .revoca_message a {
        color: inherit;
    }

.revoca_toolbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.revoca_background {
    background-color: Black;
    /*filter: alpha(opacity=50);*/
    opacity: 0.7;
    z-index: 99999;
}
/*---------- Fine Popup Revoca --------*/
/*---------- Validator Callout ----------*/
.validator {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /*border: 1px solid white;*/
    display: none;
}

    .validator span {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        color: #CC3300;
        display: none;
    }

.highlights_callout {
    background-color: #FAE7B8;
}
/*---------- Auto Complete ----------*/
.ace_lista {
    max-height: 300px;
    border: 1px solid #752864;
    background-color: #E3E3E3;
    color: #752864;
    font-size: x-small;
    width: 596px;
    margin: 0px;
    list-style: none;
    z-index: 3000;
}

.ace_lista_high {
    background-color: #752864;
    color: White;
    font-style: oblique;
    font-weight: bold;
    padding: 2px 0px 2px 10px;
}

.ace_lista_item {
    padding: 2px 0px 2px 5px;
}
/*---------- Votazione ----------*/
.votazione_container {
    min-width: 700px;
    padding: 10px 10px 20px 10px;
    border-top: 1px silver solid;
    font-family: Arial, Helvetica, sans-serif;
}

.votazione_item {
    /*margin: 15px auto 15px auto;*/
    min-height: 25px;
}

.votazione_item_intestazione {
    /*border-bottom: 1px silver solid;*/
    min-height: 25px;
    height: auto;
    clear: both;
    font-size: 120%;
    font-weight: bold;
}

.votazione_item_testo_titolo {
    float: left;
    width: 750px;
    min-height: 25px;
    height: auto; /*border-bottom: 1px silver solid;*/
}

.votazione_item_testo, .votazione_item_testo_extra {
    float: left;
    width: 750px;
    min-height: 25px;
    height: auto;
}

.votazione_item_liste {
    float: right;
    width: 110px;
    min-height: 25px;
    height: auto;
    text-align: left;
}

.votazione_item_voto {
    float: right;
    width: 300px;
    min-height: 25px;
    height: auto;
}

.ReportTable td {
    padding: 0 !important;
    margin: 0 !important;
}

/* Div in sostituzione delle table */
.divTable {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.divHeader {
    width: 100%;
    text-align: center;
}

.divFooter {
    clear: both;
    width: 100%;
    text-align: center;
}

.divFooterLeft {
    clear: both;
    width: 100%;
    text-align: left;
}

.divRow {
    display: block;
    width: 99%;
    height: 24px;
    padding-bottom: 5px;
}

.divRow2 {
    display: block;
    width: 99%;
    height: 48px;
    padding-bottom: 5px;
}

.divColumn2 {
    display: block;
    width: 49%;
    float: left;
}

.divColumn4 {
    display: block;
    width: 24%;
    float: left;
}

.divColumn {
    display: block;
    width: 99%;
    text-align: center;
}

.provatabella td {
    padding: 0;
    margin: 0;
}

/*-------------------- Documenti --------------------------------*/
.documenti_container {
    margin-top: 10px;
    font-size: 80%;
}

/*-------------------- Selezione Tipo Delega --------------------*/

.box_grande {
    height: 40px;
    line-height: 40px;
    border: 1px solid silver;
    margin-bottom: 20px;
    padding-left: 20px;
    background-color: #F0F0F0;
}

.elenco_rd {
    visibility: hidden;
    background-color: White;
    border: 1px solid silver;
    border-top: none;
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
}

.bottone_rd {
    border: 1px solid silver;
    background-color: lightskyblue;
}

.rd_pnl_class {
    text-align: justify;
    font-size: x-small;
    line-height: 10px;
}

    .rd_pnl_class div {
        height: 40px;
        line-height: 40px;
    }

.intestazione_rd {
    border-top: 1px solid silver;
    margin-left: -10px;
    margin-right: -10px;
    cursor: pointer;
    padding-left: 10px;
    height: 40px;
}

.privacy_rd {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    height: 30px;
    width: 150px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    text-align: center;
    line-height: 30px;
    background-color: #F0F0F0;
    z-index: 1;
    border-bottom: 1px solid #F0F0F0;
}

.arrow_up, .arrow_down {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0 5px 5px;
}

.arrow_up {
    background-image: url('Images/arrow_up.png');
}

.arrow_down {
    background-image: url('Images/arrow_down.png');
}

.testo_privacy_rd {
    border-top: 1px solid silver;
    margin: 0;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #F0F0F0;
    height: 300px;
}

    .testo_privacy_rd div {
        padding: 30px 30px 30px 30px;
        text-align: justify;
    }

/*-------------------- Bottoni --------------------*/
.btnStandard {
    border: 1px solid #752864;
    background: #6d2873;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf50a7), to(#6d2873));
    background: -webkit-linear-gradient(top, #bf50a7, #6d2873);
    background: -moz-linear-gradient(top, #bf50a7, #6d2873);
    background: -ms-linear-gradient(top, #bf50a7, #6d2873);
    background: -o-linear-gradient(top, #bf50a7, #6d2873);
    background-image: -ms-linear-gradient(top, #bf50a7 0%, #6d2873 100%);
    padding: 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #752864 0 1px 0;
    color: #ffffff;
    font-size: medium;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

    .btnStandard:hover:not([disabled]) {
        border: 1px solid #752864;
        text-shadow: #752864 0 1px 0;
        background: #752864;
        background: -webkit-gradient(linear, left top, left bottom, from(#752864), to(#752864));
        background: -webkit-linear-gradient(top, #752864, #752864);
        background: -moz-linear-gradient(top, #752864, #752864);
        background: -ms-linear-gradient(top, #752864, #752864);
        background: -o-linear-gradient(top, #752864, #752864);
        background-image: -ms-linear-gradient(top, #752864 0%, #752864 100%);
        color: #fff;
        cursor: pointer;
    }

    .btnStandard:active:not([disabled]) {
        text-shadow: #752864 0 1px 0;
        border: 1px solid #752864;
        background: #bf50a7;
        background: -webkit-gradient(linear, left top, left bottom, from(#6d2873), to(#752864));
        background: -webkit-linear-gradient(top, #6d2873, #bf50a7);
        background: -moz-linear-gradient(top, #6d2873, #bf50a7);
        background: -ms-linear-gradient(top, #6d2873, #bf50a7);
        background: -o-linear-gradient(top, #6d2873, #bf50a7);
        background-image: -ms-linear-gradient(top, #6d2873 0%, #bf50a7 100%);
        color: #fff;
    }

    .btnStandard:disabled,
    .btnStandard[disabled] {
        opacity: 0.70; /* perception of emptiness */
        background-color: #bd78ad;
        color: #95958c;
        /*cursor: grab;*/
    }

.watermark {
    color: #999;
}

.submitAny {
    float: left;
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 25px;
    margin: 5px 10px 5px 25px;
    background: url('../Styles/Images/select_existingData.png') left 3px top 5px no-repeat azure;
}

.submitEmpty {
    float: left;
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 25px;
    margin: 5px 10px 5px 25px;
    background: url('../Styles/Images/select_right.png') left 3px top 5px no-repeat azure;
}

.Required {
    background-color: rgb(222, 154, 221)
}