BODY
{
    height: 100%;
    background-color: #d6d6d6;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Verdana;
    font-size: 10px; /*background-image:url("images/bg.jpg");*/
}

.loading
{
    background-image: url("images/loading.gif" );
}


#main
{
    width: 90%;
    height: 100%;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
}

.frameSx
{
    background-color: #f9f7e7;   
    
}

.topheader
{
    background-image: url( "images/line.jpg" );
    /*background-color:#990000;*/
    
}

.titoloCategoria
{
    text-align: right;
    vertical-align: middle;
    width: 100%;
    height: 15px;
    background-color: #CC0000;
    font-size: 9px;
    font-weight:bold;
    color: Black;    
}


.titoloContenuto
{
    text-align: right;
    vertical-align: middle;
    width: 100%;
    height: 15px;
    background-color: #FFCC33;
    font-size: 9px;
    font-weight: bold;
    color: Black;      
}



a.linkContenuto
{
    display: block;
    color: Black;
    text-decoration: none;
}

a.linkContenuto:hover
{
    color: Black;
    text-decoration: none;
    background-color: white;
}


a.linkContenutoTop
{
    display: block;
    background-color: White;
    font-size: 9px;    
    color: Black;
    text-decoration: none;
    width: 60px;    
    text-align: center;
}

a.linkContenutoTop:hover
{
    color: Black;    
    text-decoration: none;
    background-color: white;
    
}


.textArea
{
    background-color: #f9f7e7;
    text-align: justify;
    line-height: 13pt;
    vertical-align: top;
    font-family: Verdana;
    
}

.textRisultati
{
    text-align: justify;
    line-height: 12pt;
    font-size: 11px;
    font-family: Verdana;
    font-style: italic;
    vertical-align: top;
}

.admin
{
    border: 1px solid #05427F;
    border-collapse: collapse;
    font-size: 11px;
    background-color: #EFEFEF;
}

.admin-title
{
    font-size: 12pt;
    font-weight: bold;
    color: #153D6C;
}

.over
{
    /*background-color : #FFEB9B;*/
    background-image: url( "images/menu1_on.jpg" );
    cursor: hand;
    color: Black;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid;
    border-style: solid;
}
.out
{
    /*background-color : #EFEFEF;*/
    background-image: url( "images/menu1_off.jpg" );
    cursor: hand;
    color: Black;
    font-size: 11px;
    border: 1px solid;
    border-style: solid;
}

.titolo_pagina
{
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
}

.descrizione_pagina
{
    font-size: 9pt;
    text-align: justify;
}

.grid
{
    /*background-color: white;*/
}

.grid_row
{
    background-color: white;
    height: 90px;
}

.grid_alt
{
    background-color: white;
    height: 90px;
}

.grid_table
{
    height: 90px;
    width: 100%;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.grid_picture
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}

.grid_titolo
{
    text-align: left;
    vertical-align: top;
    color: #000099;
    font-size: 12px;
    font-weight: bold;
}

.grid_descrizione
{
    text-align: justify;
    vertical-align: top;
    font-size: 10px; /*font-style: italic;*/
}

.buttons
{
    font: 9pt Verdana;
}

.fields
{
    font: 9pt Verdana;
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
}
span.evidenzia
{
    background-color: #ffff66;
}

