﻿/*********************************************************************************/
/* Loyout                                                                        */
/*********************************************************************************/

body {
    margin: 0px;
    padding: 0px;    
    font: 11px Arial,Helvetica,sans-serif;
    vertical-align: top;
    text-align: center;
    width: 95%;
}


.container {
    margin: 0px auto;
    width: 1230px;   
}

#contenuto {
    background: #FFFFFF;
    text-align: left;
    vertical-align: top;
    margin: 0px auto;
    height: auto;
    width: 1190px;
    min-width: 1190px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear {
    clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

.imgUser {
 display: block;
 width: 35px;
 height: 35px;
 margin: 5px 0 0 0; 
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-border-radius: 99em;
 -moz-border-radius: 99em;
 border-radius: 99em;
 border: 3px solid #eee;
 /*box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);*/
 vertical-align:middle; }



#header {
    background: url(/img/bgHeaderInfopage.png) no-repeat;
    background-size: 100% 100%;
    padding: 0em 0em 0em 0em;
}

    #header ul {
        text-align: left;
    }

    #header li {
        display: inline-block;
    }

        #header li a, #header li span {
            display: inline-block;
            padding: 0em 0em 0em 0em;
            margin: 3px 0px 3px 0px;
            text-transform: none;
            text-align: left;
            vertical-align: bottom;
        }

.etichetteHeaderBianco {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 0.10em;
}

.etichetteHeaderArancio {
    color: #FF6600;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 0.10em;
}


.linkHeaderArancio {
    color: #FF6600;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 0.10em;
}


/*********************************************************************************/
/* MENU DI NAVIGAZIONE                                                          */
/*********************************************************************************/


div.menu_container div {
    background-color: #FFFFFF;
    margin-left: 9px;
}

div.menu_navigazione div {
    float: left;
    width: 200px;
    color: #FFFFFF;
    background-color: #878d94; /*#007BB6    #B1B3B5*/
    height: 22px;
    padding: 7px 0px 0px 0px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    display: block;
}


.menuTop {
    color: #878d94;
    width: 1170px;
    background-color: #007BB6;
    float: left;
    height: 22px;
    padding: 7px 20px 3px 15px;   
    font-weight: normal;
    font-size: 15px;
    margin-top: 1px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px 8px 8px 8px;
}






/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
    background: url(/img/bgHeaderInfopage.png) no-repeat;
    background-size: 100% 100%;
    padding: 0em 0em 0em 0em;
}


    #footer ul {
        text-align: center;
    }

    #footer li {
        display: inline-block;
    }

        #footer li a, #footer li span {
            display: inline-block;
            margin-left: 0.40em;
            padding: 1em 1em 1em 1em;
            letter-spacing: 0.10em;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 300;
            text-transform: none;
            color: #FFF;
        }

        #footer li:hover a, #footer li.active a, #footer li.active span {
            color: rgba(255,255,255,0.6);
        }



/*link grigio*/
.privacy {
    text-decoration: underline;
    font-size: 12px;
    color: #535A5B;
}

    .privacy:link {
        text-decoration: underline;
        font-size: 12px;
        color: #535A5B;
    }

    .privacy:visited {
        text-decoration: underline;
        font-size: 12px;
        color: #535A5B;
    }

    .privacy:hover {
        text-decoration: underline;
        font-size: 12px;
        color: #535A5B;
    }



/*********************************************************************************/
/* GESTIONE OVERLAY PER BUILD InfoPage                                            */
/*********************************************************************************/


#mrw_overlay {
    background: #000000;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    opacity: .8;
    filter: alpha(opacity=90);
    filter: "alpha(opacity=90)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#mrw_box {
    z-index: 99;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -304px;
    margin-top: -264px;
    width: 600px;
    height: 480px;
    border: solid 4px #000000;
}

#mrw_close {
    position: absolute;
    top: -15px;
    left: 585px;
    cursor: pointer;
}


#open_overlay {
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}


/*********************************************************************************/
/* GESTIONE OVERLAY PER BUILD InfoPage                                          */
/*********************************************************************************/


/*********************************************************************************/
/* WebControls                                                                      */
/*********************************************************************************/

form, html {
    height: 100%;
    position: relative;
}


input[type="text"], input[type="password"], textarea, select {
    font-family: Arial,Helvetica,sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    min-height: 18px;
    padding: 3px;
}




