/*Lista per i link relativi alle schede di verifica statica*/

#listaschede {
width : 632px;
height : auto;
margin : 0;
padding : 0;
border : 0;
}
#listaschede ul {
margin : 0;
padding : 0;
border : 0;
}
#listaschede li {
margin : 0;
padding : 0;
border-bottom : 1px solid #999999;
list-style : none;
}
div#listaschede a {
margin : 0;
padding : 0;
border : 0;
display : block;
width : 632px;
line-height : 35px;
background-image : url(/immagini/modello/icona.gif);
background-position : right center;
background-repeat : no-repeat;
text-align : left;
font-size : 14px;
color : #333333;
}
#listaschede a:visited {
margin : 0;
padding : 0;
border : 0;
display : block;
width : 632px;
line-height : 35px;
background-image : url(/immagini/modello/icona.gif);
background-repeat : no-repeat;
text-align : left;
font-size : 14px;
color : #333333;
}
#listaschede a:hover {
margin : 0;
padding : 0;
border : 0;
display : block;
width : 632px;
line-height : 35px;
background-image : url(/immagini/modello/icona.gif);
background-repeat : no-repeat;
text-align : left;
font-size : 14px;
color : #cc0000;
}
