﻿body
{
    background-image: url('/images/Sfondo.jpg');
}
.CellaRossa
{
    padding: 5px;
    background-color: #CC3300;
    border: thin ridge #CC3300;
    vertical-align: top;
    text-align: left;
    font-family: 'century Gothic';
    font-size: 10pt;
    color: #FFFFFF;
    width: 150px;
}
.CellaGrigia
{
    font-family: 'Century Gothic';
    font-size: 12;
    color: #333333;
    border: thin none #CCCCCC;
    text-align: left;
    vertical-align: top;
    padding: 5px 25px 5px 25px;
    background-image: url('/images/Corpo.jpg');
    background-repeat: repeat-y;
}
.Banner
{
    margin: 10px;
    border: thin ridge #008000;
    background-image: url('images/Tennis_Udine_1.jpg');
    background-repeat: no-repeat;
    height: 166px;
    background-color: #008000;
}
.Title
{
    font-family: 'Century Gothic';
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    background-color: #009933;
    border: thin ridge #008000;
    padding: 5px;
    width: 800px;
    height: 5px;
}
.Bottom
{
    font-family: 'century Gothic';
    font-size: 10px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    border: thin none #800000;
    padding: 40px 25px 18px 25px;
    width: 880px;
    background-image: url('/images/Btm.jpg');
    background-repeat: no-repeat;
}
.TabellaTitoloGrigio
{
    font-family: 'century Gothic';
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    background-color: #666666;
    border: thin solid #333333;
    padding: 3px;
    width: 100px;
}
.TabellaTitoloVerde
{
    font-family: 'century Gothic';
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    background-color: #009933;
    border: thin solid #006600;
    padding: 3px;
    height: 10px;
    width: 200%;
}
.TabellaCorpo
{
    font-family: 'century Gothic';
    font-size: 9pt;
    color: #666666;
    vertical-align: top;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    padding: 3px;
}
.TabellaTitoloRosso
{
    border-width: thin;
    border-color: #000000;
    font-family: 'century Gothic';
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;
    background-color: #990000;
    padding-right: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-bottom-style: solid;
    width: 100%;
}
.Intestazione
{
    padding: 165px 15px 15px 15px;
    background-image: url('/images/Intestazione.jpg');
    width: 920px;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
}