/* --- ARCHIVIO GRUPPI DI ACQUISTO --- */

h1.gruppi_list {
	text-align:center;
	color:#003471;
	font-size:23px;
}

h2.gruppi_list {
	text-align:center;
	background-color:#66FFFF;
	color:black;
	font-size:19px;
}
 
table.gruppi_list  {
	background-color: #FFFFFF;
}

table.gruppi_list tr {
	background-color: #CCFFFF;
}

table.gruppi_list tr:hover {
	background-color: #99FFFF;
}

/* --- */

h1.gruppi_full {
	text-align:center;
	color:#003471;
	font-size:23px;
}

h2.gruppi_full {
	text-align:center;
	color:black;
	font-size:19px;
}

h3.gruppi_full {
	text-align:center;
	color:#003471;
	font-size:16px;
	font-style:italic;
}

/* --- AUTOSEGNALAZIONI PRODUTTORI --- */

h1.autoprod_list {
	text-align:center;
	color:#003471;
	font-size:23px;
}

h2.autoprod_list {
	text-align:center;
	background-color:#D2D2D2;
	color:black;
	font-size:19px;
}
 
table.autoprod_list  {
	background-color: #FFFFFF;
}

table.autoprod_list tr {
	background-color: #EFEFEF;
}

table.autoprod_list tr:hover {
	background-color: #E1E1E1;
}

/* --- */

h1.autoprod_full {
	text-align:center;
	color:#003471;
	font-size:23px;
}

h2.autoprod_full {
	text-align:center;
	color:black;
	font-size:19px;
}

h3.autoprod_full {
	text-align:center;
	color:#003471;
	font-size:16px;
	font-style:italic;
}

