﻿body {
    background-repeat: no-repeat;
    background-image: url('Images/bottom.png');
    background-position: bottom right;
}

.TitoloSezione, h2 {
    margin: 0px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #056BD1;
}

.Testo, p, li, span {
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
}

/*p, span {
    text-indent: 20pt;
}*/

.SottoTesto, h3 {
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
    color: #444444;
    text-indent: 0;
}

li {
    line-height: 1.5;
}

.New {
    background-image: url("Images/New.png");
    background-repeat: no-repeat;
    padding-left: 36px;
}

.Update {
    background-image: url("Images/Update.png");
    background-repeat: no-repeat;
    padding-left: 36px;
}

.Warning {
    background-image: url("Images/Warning48.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    text-indent: 0pt;
    min-height:48px;
}

.Stop {
    background-image: url("Images/Stop48.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    text-indent: 0pt;
    min-height: 48px;
}

.Hint {
    background-image: url("Images/hint48.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    text-indent: 0pt;
    min-height:48px;
}

img.Indice {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 5px;
    width: 48px;
    height: 48px;
}

div.Indice {
    margin-left: 20px;
    background-color: #056BD1;
    width: 400px;
    height:150px;
    vertical-align:middle;
    text-anchor:middle;
}
