﻿body, form, html
{
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
}
.button
{
background-color: transparent;
background-image: url('images/background.png');
background-position: 0 0;
background-repeat: no-repeat;
border: 0;
color: #333333;
float: none;
font-family: verdana;
font-size: 11px;
height: 22px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 1px;
text-align: center;
vertical-align: top;
width: 65px;
}
.button:hover
{
background-color: transparent;
background-image: url('images/background_hover.png');
background-position: 0 0;
background-repeat: no-repeat;
border: 0;
color: #333333;
float: none;
font-family: verdana;
font-size: 11px;
height: 22px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 1px;
text-align: center;
vertical-align: top;
width: 65px;
}
.button[disabled]
{
background-image: url('images/background.png');
color: #aca899;
cursor: default;
}
.etichetta
{
color: #333333;
font-family: verdana;
font-size: 11px;
}
.etichetta_rossa
{
color: #ff0000;
font-family: verdana;
font-size: 11px;
}
.griglia
{
}
.griglia td
{
border: solid 1px #d4d0c8;
height: 13px;
}
.testo
{
color: #333333;
font-family: verdana;
font-size: 11px;
}
.testo a
{
color: #333333;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
.testo a:hover
{
color: #333333;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
.testo_paginazione
{
color: #ff0000;
font-family: verdana;
font-size: 11px;
}
.testo_paginazione a
{
color: #333333;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
.testo_paginazione a:hover
{
color: #ff0000;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
.testo_selezionato
{
font-family: verdana;
font-size: 11px;
}
.testo_selezionato a
{
color: #ffffff;
text-decoration: none;
}
