body {
    font-family: arial, Tahoma, Verdana, Arial;
    font-size: 12px;
    margin: 0;
    height: 100%;
    }
select {
    border-style: hidden;
    }
html {
    height: 100%;
    margin: 0;
    }
span {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    }
a {
    color: #673333;
    font-size: 10px;
    text-decoration: none;
    }
a:link {
    color: #673333;
    font-size: 10px;
    text-decoration: none;
    }
a:visited {
    color: #673333;
    font-size: 10px;
    text-decoration: none;
    }
a:hover {
    color: #964A4A;
    font-size: 10px;
    text-decoration: underline;
    }
.CommentoFunzione a {
    color: Blue;
    font-size: 12px;
    text-decoration: none;
    }
.CommentoFunzione a:link {
    color: Blue;
    font-size: 12px;
    text-decoration: none;
    }
.CommentoFunzione a:visited {
    color: Blue;
    font-size: 12px;
    text-decoration: none;
    }
.CommentoFunzione a:hover {
    color: Blue;
    font-size: 12px;
    text-decoration: underline;
    }
img {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    }
td {
    vertical-align: top;
    }
.memuComune {
    border: 0;
    border-top: gainsboro 1px solid;
    position: static;
    padding: 5px 10px 5px 10px;
    background-color: whitesmoke;
    }
.memuComune a {
    font-family: Verdana;
    text-decoration: none;
    font-size: 12px;
    color: black;
    }
.memuComune a:visited {
    text-decoration: none;
    color: black;
    }
.memuComune a:active {
    text-decoration: none;
    color: black;
    }
.memuComune a:link {
    text-decoration: none;
    color: black;
    }
.memuComune a:hover {
    text-decoration: underline;
    color: gray;
    }
.Login_Text_Error {
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
.tableHeader {
    background-color: #d2d2d2;
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: Black;
    text-align: left;
    }
.table {
    border: 1px solid gainsboro;
    font-size: 10px;
    color: black;
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    background-color: white;
    }
.TextBox {
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Black;
    border: black 1px solid;
    text-align: left;
    }
.standardLabel {
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Black;
    }
.errorLabel {
    font-family: arial, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Red;
    }
.CookiePrivacy {
    width: 75%;
    text-align: left;
    line-height: 30px;
    float: left;
    }
.myAreaC_LoggedItem {
    width: 15%;
    text-align: right;
    line-height: 30px;
    float: right;
    }
.myAreaC_LoggedItem span {
    color: #389602;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    }
.myAreaC_PageDescription span {
    color: #389602;
    font-family: Verdana;
    font-size: 12px;
    }
@media screen and (max-device-width: 1050px) {
    #tableContainer {
        width: 100%;
        }
    }
@media screen and (min-device-width: 1050px) {
    #tableContainer {
        width: 90%;
        }
    }