
table.listaannunci th
{
    background: #dedede;
    font-weight: bolder;
}

table.listaannunci 
{
    border-collapse: collapse;
    border: 2px solid #993333;
    font-size: 8pt;
    width: 95%;
}

table.listaannunci td
{
    border: 1px solid #ffcccc;
}



#pannello {
	font-size: 8pt;
	background: #dedede;
	padding: 10px;
	width: 510px;
	display: block;
	border: 1px solid #993333;
	margin-top: 40px;
}

#pannello label {
	font-weight: bolder;
}
  
#pannello select {
	width: 400px;
}

#dettaglio{
	width: 600px;
	margin: auto;
}

table.dettaglio {
border-collapse: collapse;
border: 2px solid #993333;
}

table.dettaglio th {
width:150px;
background: #efefef;
font-size: 8pt;
text-align: left;
border: 1px solid #ffcccc;
}

table.dettaglio td {
background: #ffffff;
font-size: 8pt;
border: 1px solid #ffcccc;
padding-left: 5px;
}

table.dettaglio td.small {
font-size: 7pt;
}

table.dettaglio td.big {
font-size: 10pt;
}

table.dettaglio td.sezione {
font-size: 9pt;
text-align: center;
font-weight: bolder;
background: #efefef;
}

h1 {font-size: 11pt}
h2 {font-size: 10pt}

.pulsante {
background: #FFB70B;
width: 60px;
border: 1px solid #993333;

}


