﻿/*
@media print
{
    html, body, input, select
    {
        font-family: Times New Roman, Serif;
    }

}
*/
@font-face {
    font-family: "NotoNaskhArabic";
    src: url("/fonts/NotoNaskhArabic-Regular.ttf");
    src: url("/fonts/NotoNaskhArabic-Bold.ttf");
}


@media screen {
    .ArabicText {
        font-family: 'NotoNaskhArabic', Calibri;
        direction: rtl;
        font-weight: normal;
        font-style: normal;
        line-height: 18pt;
    }


    html, body, input, select {
        font-family: Verdana, Calibri, Sans-Serif;
    }

    body {
        margin: 0px;
        padding: 0px;
        font-size: 100%; /*text-align: center;*/
    }

    a {
        color: #135088;
    }

    #contenitore {
        width: 990px;
        margin: 0px auto;
        text-align: left;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

    #contenuto {
        padding: 0px;
        background-image: url('/images/contenuto.gif');
        background-repeat: repeat-y;
    }

    #footer {
        font-size: 0.8em;
        height: 200px;
        background-image: url('/images/footer.gif');
        background-repeat: no-repeat;
        background-color: #ffffff;
        margin-bottom: 20px;
    }

    #copyright {
        padding-left: 200px;
        padding-top: 4px;
        color: #FFFFFF;
        font-family: Georgia, serif;
    }

        #copyright a {
            color: #FFFFFF;
        }

    #boxLinkFooter {
        margin-top: 20px;
        margin-left: 15px;
        float: left;
        width: 200px;
        font-size: 0.8em;
        color: #999999;
    }

    .boxFooter {
        margin-top: 20px;
        float: left;
        margin-left: 50px;
        padding-left: 15px;
        border-left: dotted 1px #CCCCCC;
        font-size: 0.8em;
        color: #999999;
    }

    .fontGrande {
        font-size: 1.2em;
    }

    .fontPiccolo {
        font-size: 0.8em;
    }

    #destra {
        width: 269px;
        float: left;
    }

    #sinistra {
        width: 721px;
        float: left;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #CCCCCC;
    }

    .stabilizzatore {
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    .boxColonna {
        background-image: url('/images/colonna.gif');
        background-repeat: repeat-x;
        min-height: 100px;
        padding: 10px;
    }

        .boxColonna p, .boxColonna ul {
            font-size: 0.8em;
        }

        .boxColonna h4 {
            margin: 0px;
            font-family: georgia, serif;
            font-size: 1.2em;
            color: #135088;
            font-weight: normal;
        }

    #breadcrumb {
        font-size: 0.6em;
        color: #000000;
        padding-top: 5px;
        padding-left: 10px;
    }

        #breadcrumb a {
            color: #135088;
        }

    .floatLeft {
        float: left;
        margin-right: 10px;
    }

    .floatRight {
        float: right;
        margin-left: 10px;
    }

    .autenticato {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 10;
        background-color: #99CCFF;
        color: #ffffff;
        padding: 10px;
        margin: 10px;
        border: solid 2px #0066FF;
        font-size: 0.8em;
    }

        .autenticato a {
            color: #ffffff;
        }

    .errorMessage {
        background-color: #FFFF00;
        color: #800000;
        font-weight: bold;
    }

    #errors {
        background-color: #FFECEC;
        border: 2px dotted #800000;
        color: #800000;
    }

    #messaggio {
        background-color: #CCFFCC;
        border: 2px dotted #008000;
        color: #000000;
    }

    #messaggio, #errors {
        z-index: 50;
        position: fixed;
        top: 40%;
        left: 25%;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        width: 50%;
    }

    .borderBox {
        border: 1px solid #cccccc;
    }

    .PopupMenu {
        background-color: #FFCC00;
        padding: 5px;
        border: solid 1px #cccccc;
    }

    input[checked] {
        background-color: #FFCC00;
    }

    #viewBannerPrj {
        background-position: center 5px;
        border: 1px solid #979996;
        width: 242px;
        height: 86px;
        padding: 3px;
        text-align: center;
        line-height: 86px;
        vertical-align: middle; /*background-image: url('/images/waiting.gif');*/
        background-repeat: no-repeat;
    }

        #viewBannerPrj a img {
            max-width: 240px;
            max-height: 80px;
        }

        #viewBannerPrj a {
            border: 0px;
        }

    .bannerPrj {
        height: 50px;
        padding: 2px;
        border: 1px solid #979996;
    }

    #trasparenza h3 {
        margin-bottom: 0px;
    }

    #trasparenza .separatore {
        margin-bottom: 20px;
    }

    #trasparenza .elementi {
        margin-bottom: 20px;
    }
}
