﻿@media screen
{

    body
    {
        margin-top: 30px;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #C8C8C8;
    }

    a, a:hover
    {
        font-weight: bold;
        text-decoration: underline;
        color: #62582C; /* #795A2D */
    }

    p
    {
        text-align: justify;
    }

    li
    {
        line-height: 25px;
        text-align: left;
    }

    strong, b
    {
        color: #795A2D;
    }

    #wrapper
    {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        border: 2px solid #666666;
        background-color: #DFDFDF;
    }

    #titoloPrint
    {
        display: none;
    }

    #titoloLeft
    {
        width: 530px;
        float: left;
    }
    #titoloRight
    {
        width: 427px;
        height: 180px;
        float: right;
    }

    .spacer
    {
        clear: both;
        height: 0px;
        font-size: 0px;
        background-color: #ffffff;
    }

    .clearer
    {
        clear: both;
        height: 0px;
        font-size: 0px;
    }

    #pagina
    {
        width: 100%;
        background-color: #ffffff;
    }

    #menu
    {
        float: right;
        width: 230px;
        text-align: left;
        margin-left: 0px;
    }

    #menu ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

    #menu li
    {
        background-image: url(images/elenco.gif);
        background-repeat: no-repeat;
        height: 30px;
        padding-left: 25px;
        vertical-align: text-bottom;
        margin-bottom: 5px;
    }

    #menu a
    {
        font-weight: bold;
        text-decoration: none;
        color: #000000; /*#795A2D;*/
    }

    #menu a:hover
    {
        font-weight: bold;
        color: #7D0303;
        text-decoration: underline;
    }

    #contenuto
    {
        width: 680px;
        float: left;
        padding: 10px;
        padding-right: 30px;
    }


    #footer
    {
        background-color: #DDC599;
        height: 30px;
    }

    #footer h6
    {
        position: relative;
        margin: 3px 0px 0px 0px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        vertical-align: text-bottom;
    }

    .logo
    {
        margin: 0 10px 0 10px;
        float: left;
        font-size: 12px;
    }

    .sottotitolo
    {
        font-size: 15px;
        font-weight: bold;
        color: #795A2D;
    }

    .tableTitle
    {
        font-weight: bold;
        background-color: #DDC599;
    }

    .tabellaDescrittiva td
    {
        padding: 10px;
        border-bottom: #795a2d 2px solid;
        vertical-align: top;
    }

    .tabellaDescrittiva th
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .riquadro
    {
        padding: 10px;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 90%;
        width: 50%;
        list-style-type: lower-roman;
        border: 1px #795A2D solid;
    }
    .bandiere
    {
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .UpdateProgress
    {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        width: 75px;
        border: 4px solid #DDC599;
        padding: 5px;
    }
    .labelTable
    {
        text-align: right;
    }
    .ErrorMessage
    {
        color: #800000;
        font-weight: bold;
    }
    #titoloLeftLeft
    {
        width: 128px;
        height: 122px;
        float: left;
    }
    #titoloLeftRight
    {
        width: 400px;
        height: 90px;
        float: right;
        font-size: 1.8em;
        text-align: right;
        padding-top: 32px;
        color: #7D0303;
        line-height: 30px;
    }
    #titoloSiteMap
    {
        height: 18px;
        padding-top: 40px;
        padding-left: 15px;
    }

    #titolo
    {
        height: 180px;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        border-bottom-color: #7D0303;
    }
    .pannello
    {
        padding: 5px;
        height: 275px;
    }
    .ImgLeft
    {
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .ImgRight
    {
        padding-top: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
    }
    ul.countryProfile
    {
        margin-left: 300px;
        list-style-image: url('images/i.gif');
        list-style-position: inside;
    }
    ul.marketAnalysis
    {
        margin-left: 0px;
        list-style-image: url( 'images/hand.gif' );
        list-style-position: inside;
        vertical-align: middle;
    }   
    ul.ulEvents 
    {
        margin-left: 10px;
        list-style-image: url('images/i.gif');
        list-style-position: inside;
    }
}

@media print
{

    body
    {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    a, a:hover
    {
        font-weight: bold;
        text-decoration: underline;
        color: #795A2D;
    }

    p
    {
        text-align: justify;
    }

    li
    {
        line-height: 25px;
        text-align: left;
    }

    strong, b
    {
        color: #795A2D;
    }

    #wrapper
    {
        width: 1000px;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        padding: 0px;
    }

    #pagina
    {
        width: 1000px;
    }

    #titolo, #titoloLeft, #titoloRight, #menu, #footer
    {
        display: none;
    }


    .spacer
    {
        clear: both;
        height: 0px;
        font-size: 0px;
        background-color: #ffffff;
    }

    .clearer
    {
        clear: both;
        height: 0px;
        font-size: 0px;
    }

    .logo
    {
        margin: 0 10px 0 10px;
        float: left;
        font-size: 12px;
    }

    .sottotitolo
    {
        font-size: 15px;
        font-weight: bold;
        color: #795A2D;
    }

    .tableTitle
    {
        display: none;
    }

    .tabellaDescrittiva td
    {
        padding: 2px;
        border-bottom: #795a2d 1px solid;
        vertical-align: top;
    }

    .tabellaDescrittiva th
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .riquadro
    {
        padding: 10px;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 90%;
        width: 50%;
        list-style-type: lower-roman;
        border: 1px #795A2D solid;
    }
    .bandiere
    {
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .UpdateProgress
    {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        width: 75px;
        border: 4px solid #DDC599;
        padding: 5px;
    }
    .labelTable
    {
        text-align: right;
    }
    .ErrorMessage
    {
        color: #800000;
        font-weight: bold;
    }

    .pannello
    {
        padding: 5px;
    }
}

