﻿/*
a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
*/

a
{
    text-decoration: none;
    font-weight: bold;
}

.testo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	/*vertical-align: text-top;*/
	/*text-align: left;*/
}

.etichetta
{
    font-weight: bold;
}

.intestazione
{
    color: White;
    background-color: #006699;
    height: 30px;
    text-align: center;
    font-weight: bold;
}



.tabella
{
    margin: 5px;
    border: solid 1px navy;
}



.pager
{
    color: Red;
    font-weight: bold;
    height: 30px;
    vertical-align: bottom;
    font-size: 14px;
}




.riga
{
    /*vertical-align: text-bottom;*/
}


.riga_alt
{
    /*color: Navy;*/
    background-color: #E8E8E8;
    /*background-color: #F4F4F4;*/
}


.col_data
{
    text-align:center;
}



.import_error
{
    color: Red;
}

.titolo
{
    color: Navy;
    font-size: 26px;
    font-weight: bold;
}
