﻿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: 190px;
    background-image: url('/images/footer.gif');
    background-repeat: no-repeat;
    background-color: #ffffff;
}
#copyright
{
    padding-left: 200px;
    padding-top: 4px;
    color: #FFFFFF;
    font-family: Georgia, serif;
}
#copyright a
{
    color: #FFFFFF;
}
#friendEurope
{
    margin-left: 15px;
    padding-top: 15px;
    float: left;
    width: 180px;
}
.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;
}