html {
}

body {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #000;
}

a:active {
        color: #fff;
	background: #196B94;
        text-decoration: none;
}

a:hover {
        color: #000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	padding: 5px;
	border: none;
}

table td {
        border: 1px solid #dedede;
	text-align: left;
	vertical-align: top;
}

table th {
        border: 1px solid #dedede;
	text-transform: capitalize;
	text-align: left;
	
}

table.grafici {
	width: 550px;
}

table.tabella1 {
        border-collapse: collapse;
        padding: 5px;
}

table.ricerca {
        border-collapse: collapse;
        padding: 5px;
	width: 550px;
}

table.ricerca td {
        padding: 5px;
}

table.ricerca th {
        padding: 5px;
	background: #DCD9A5;
	text-align: center;
}

table.particolare {
        border-collapse: collapse;
        padding: 5px;
        width: 550px;
}

table.particolare td {
        padding: 5px;
}

table.particolare th {
        padding: 5px;
        background: #E9ECC1;
        text-align: center;
}

span.rosso {
	color: #980000;
	text-transform: lowercase;
}

a img {
	border: none;
}

.sfondo1 {
	background: #fff;
}

.sfondo2 {
        background: #E9ECC1;
}

table.particolare th.intestazione {
	background: #DCD9A5;
}

.intestazione {
        background: #DCD9A5;
	vertical-align: middle;
}

td.intestazione img {
	vertical-align: middle;
}

th.intestazione img {
        vertical-align: middle;
}

#descr {
	text-transform: none;
}

input:focus {
     background: #BFFAFF;
}

select:focus {
     background: #BFFAFF;
}

a.pagina:link, a.pagina:visited {
	color: #000;
}
a.pagina:hover {
	background: #cdcdcd;
}

a.pagina:focus {

}
a.pagina:active {
	color: #ff0000;
}

.multiselezione {
	background: #BFFAFF;
}

td.nobordo {
	border: none;
}

