BODY
{
    background-color: White;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

MenuLink
{
    color: Black;
    text-decoration: none;
}

a.MenuLink
{
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

a.MenuLink:hover
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

LeftMenuLink
{
    color: #9ED1FF;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

a.LeftMenuLink
{
    color: #9ED1FF;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

a.LeftMenuLink:hover
{
    color: #9ED1FF;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.SelectLink
{
    background-color: #FFCC00;
    text-align: center
}

.GreenLink
{
    background-color: Darkkhaki;
    text-align: center
}

.OrangeLink
{
    background-color: Coral;
    text-align: center
}

.BlueLink
{
    background-color: Lightsteelblue;
    text-align: center
}

.AquaLink
{
    background-color: IndianRed;
    text-align: center
}

.SilverLink
{
    background-color: Darkgoldenrod;
    text-align: center
}

.TextTitle
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.TextBold
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.TextBoldCenter
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.TextBoldRight
{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.TextNormal
{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.TextNormalRight
{
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.TextNormalRed
{
    font-size: 12px;
    font-weight: normal;
    color: Red;
    text-align: left;
}


.TableMenuNormal
{
    background-color: #0B3AA4;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: White 0px solid;
    text-align: center
}

.TableMenuSel
{
    background-color: #3333F5;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: White 0px solid;
    text-align: center
}


.TableFrame
{
    background-color: White;
}

.TableInt
{
    background-color: White;
    text-align: center
}

.TableData
{
    background-color: White;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: White 0px solid;
    text-align: center
}

.TableDataDiv
{
    background-color: White;
    BORDER-RIGHT: White 1px solid;
    BORDER-TOP: White 1px solid;
    BORDER-LEFT: White 1px solid;
    BORDER-BOTTOM: White 1px solid;
    text-align: center
}

.TableProd
{
    background-color: #EEEEEE;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: Black 1px solid;
    text-align: center
}


.TableList
{
    border: White 1px Solid;
    padding: 1px 1px 1px 1px;
    border-spacing: 1px;
    text-align: center
}

.TableDataInt
{
    background-color: Silver;
    BORDER-RIGHT: Black 1px solid;
    BORDER-TOP: Black 1px solid;
    BORDER-LEFT: Black 1px solid;
    BORDER-BOTTOM: Black 1px solid;
    font-size: 12px;
    font-weight: bold;
    text-align: center
}

.TableDataOdd
{
    background-color: White;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: Black 1px solid;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.TableDataEven
{
    background-color: Gainsboro;
    BORDER-RIGHT: White 0px solid;
    BORDER-TOP: White 0px solid;
    BORDER-LEFT: White 0px solid;
    BORDER-BOTTOM: Black 1px solid;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.SfondoTabella
{
    background-image: url(./images/sfondo1.jpg)
}

.TitoloPagina
{
    font-family: Arial;
    font-size: large;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(./images/sfondoblu.jpg);
    text-align: center;
    height: 44px
}

.IntroPagina
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #666666;
    color: #000000; background-color: #CCCCCC; font-size: 12px
}

.LinkSezioni
{
    width: 28%;
    text-align: center;
    height: 44px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px
}

.ImageSezioni
{
    width: 176px;
    height: 36px;
    border: 0
}














.TitoloApp
{
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    text-align: center
}
.TitoloColonna
{
    font-family: 'Verdana';
    font-size: 10px;
    font-weight: bold;
    text-align: center
}
.DatiStr
{
    font-family: 'Verdana';
    font-size: 10px;
    text-align: left
}
.DatiNum
{
    font-family: 'Verdana';
    font-size: 10px;
    text-align: right
}
.DatiCent
{
    font-family: 'Verdana';
    font-size: 10px;
    text-align: center
}
.NomiCampi
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right
}
.DatiEl
{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal
}
.DatiStrP
{
    font-family: 'Times New Roman';
    font-size: 9px;
    text-align: left
}
.DatiNumP
{
    font-family: 'Courier New';
    font-size: 9px;
    text-align: right
}
.DatiCentP
{
    font-family: 'Courier New';
    font-size: 9px;
    text-align: center
}
.DatiStrG
{
    font-family: 'Times New Roman';
    font-size: 10px;
    font-weight: bold;
    text-align: left
}
.DatiNumG
{
    font-family: 'Courier New';
    font-size: 10px;
    font-weight: bold;
    text-align: right
}
.DatiCentG
{
    font-family: 'Courier New';
    font-size: 10px;
    font-weight: bold;
    text-align: center
}
.DatiStrPG
{
    font-family: 'Times New Roman';
    font-size: 9px;
    font-weight: bold;
    text-align: left
}
.DatiNumPG
{
    font-family: 'Courier New';
    font-size: 9px;
    font-weight: bold;
    text-align: right
}
.DatiCentPG
{
    font-family: 'Courier New';
    font-size: 9px;
    font-weight: bold;
    text-align: center
}
