html {
    background-color: #ffffff;
}

body {
    margin-top: 0px;
    background-color: #ffffff;
    font-family: Verdana, Arial, Courier New;
    font-size: 20px;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

#barranav {
    background-color: #c0c0c0;
    height: 50px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    clear: both;
}

#bnbuttons {
    margin-left: 8px;
    margin-top: 5px;
    float: left;
}

#dvMain {
    padding: 5px;
}

#dvMenu {
    text-align: right;
}

#dvMenu img {
    border: 0;
}

#dvClose {
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 5px;
}

.close-button,
.close-button:hover,
.close-button:active,
.close-button:focus {
    display: inline-block !important;
    color: #999 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    user-select: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.avviso-banner {
    background-color: #666666;
    color: White;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 2px;
    font-weight: bold;
}

.avviso-page {
    display: none;
    padding: 15px 10px;
    min-height: 350px;
}

.avviso-page.active {
    display: block;
}

.avviso-page h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.avviso-page p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.avviso-nav {
    padding: 10px;
    margin-top: 20px;
}

.avviso-nav a {
    display: inline-block;
    background-color: #333333;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 14px;
    margin-right: 6px;
    text-decoration: underline;
    cursor: pointer;
}

.avviso-nav a:hover {
    background-color: #555555;
}

.avviso-nav a.disabled {
    background-color: #cccccc;
    color: #888888 !important;
    cursor: default;
    text-decoration: none;
}

.avviso-nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}

.avviso-nav-link:hover {
    color: #555555;
}
