﻿body
{
    font-family: 'Century Gothic';
    font-size: 9pt;
    color: #CCCCCC;
    background-color: #343b3b;
}

h1
{
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ffd801;
    letter-spacing: 4pt;
}

h1.titolo
{
    margin-left: 350px;
    margin-top: 0px;
    margin-bottom: 16px;
}

h2.titolo
{
    margin-left: 350px;
    margin-top: 0px;
    margin-bottom: 4px;
}

a
{
    font-size: 9pt;
    color: #DDDDDD;
    text-decoration: none;
}

a:hover
{
    color: #ffd801;
}

a.menu
{
    font-size: 9pt;
    color: #DDDDDD;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
}

a.menu:hover
{
    color: #ffd801;
}

hr
{
    border: 1px solid #ffd801;
}

.divNavigazione
{
    width: 100%;
    color: #CCCCCC;
    border-bottom: 2px solid #ffd801;
    vertical-align: bottom;
    padding-top: 2px;
    font-size: 8pt;
    margin-bottom: 4px;
}

.hlBig
{
    font-size: 14pt;
    font-weight: bold;
}

.divBlocco
{
    padding-top: 16px;
    padding-bottom: 16px;
}

.tdTitolo
{
    height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #343b3b;
    color: #CCCCCC;
    font-size: 10pt;
    letter-spacing: 8pt;
}


.tdContenuto
{
    border: solid 1px #343b3b;
    padding-top: 14px;
    padding-bottom: 6px;
}

.textBox
{
    border: solid 1px #EEEEEE;
    color: #343b3b;
    background-color: #CCCCCC;
}


.Button, .ButtonSmall, .ButtonSmallEv
{
    border: solid 1px #EEEEEE;
    color: #CCCCCC;
    background-color: #343b3b;
    text-align: center;
    vertical-align: middle;
    height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 9pt;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: bold;
}

.ButtonSmall, .ButtonSmallEv
{
    height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 8pt;
    text-transform: lowercase;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: normal;
}

.ButtonSmallEv
{
    border: solid 1px #ffd801;
    color: #343b3b;
    background-color: #CCCCCC;
}

.divFoto
{
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.lblTitolo
{
    color: #EEEEEE;
    font-size: 10pt;
    margin-top: 16px;
}

.lblValore
{
    color: #EEEEEE;
    font-size: 12pt;
}

.lblMsg
{
    color: #ffd801;
    font-size: 10pt;
}


.Header
{
    color: #ffd801;
    font-size: 10pt;
    font-weight: bold;
}

.divFondo
{
    background-color: #405050;
    background-image: url('img/fotocamera.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.imgBig
{
    border: solid 1px #ffd801;
}

.modalBackground
{
    background-color: Black;
    opacity: .20;
    filter: alpha(opacity=20);
}


