﻿*{
	margin: 0; 
	padding: 0; 
	border: none;
}

td
{
    height:25px;
    width:25px;
    text-align:center;
    border:solid 1px #444
    
}

td a, td b
{   
    top:3px;
    position:relative;
    text-decoration:none;    
    font-family:Arial;
    color:#000;
    width:auto;
	height:100%;
	display: block;
}

td a
{
    color:#777;
}

td a:hover
{   
    text-decoration:underline;
    color:#000;
}

td:hover, .active
{
    background-color:#C0C0C0;
}


.td_avanti, .td_indietro, .td_avanti a, .td_indietro a
{
    width:70px;
    color:#000;
}

.td_avanti_off, .td_indietro_off
{
    width:70px;
    color:#fff;
    border:none;
}

.td_avanti_off:hover, .td_indietro_off:hover
{
    background-color:#fff;
}
