body {
	padding:5px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* da cancellare a sviluppo ultimato */
em {
	color:#999999;
}
/* - - - */
/* stile per il form di richiesta */
form.ricerca-lega select {
	height:20px;
	font-size:10px;
}
table.content-ricerca-lega td{
	height:30px;
	vertical-align:middle;
}
/* stile per la tabella dei risultati */
tr.message td {
	font-style:italic;
	text-align:center;
	background-color:#f4f4f4;
	height:35px;
	font-weight:bold;
	color:#CC3300;
	font-size:12px;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
table.tabella-risultati {
	width:100%;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
table.tabella-risultati thead {
	font-weight:bold;
	color:#941259;
	background-color:#f4f4f4;	
}
table.tabella-risultati thead td.desc-1 {
	border-right-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
}
table.tabella-risultati thead td.desc-2 {
	border-right-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
}
table.tabella-risultati thead td.desc-3 {
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
}

table.tabella-risultati tr.intestazione td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
table.tabella-risultati thead tr.head-top td{
	text-align:center;
	height:20px;	
}
table.tabella-risultati tbody{
	/*border-style:solid;
	border-width:1px;
	border-color:#efefef;*/
	color:#333333;
}
table.tabella-risultati tr.result-0 {
	background-color:#f4f4f4;
	
}
table.tabella-risultati tr.result-1 {
	background-color:#ffffff;
}
table.tabella-risultati tr.result-1:hover, table.tabella-risultati tr.result-0:hover {
	background-color:#DFDFDF;
}
table.tabella-risultati td {
	/*border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccccc;*/
	height:16px;
	padding-left:5px;
}
select{
	border-color:#e2e2e2;
	border-width:1px;
	border-style:solid;
	height:15px;
	font-size:10px;
	width:130px;
	color: #333333;
}
h2 {
	margin-top:8px;
	padding-top:0px;
	margin-left:0px;
	margin-right:10px;
	font-family: "Georgia", Times, serif;
	font-size:  1.2em;

	color:#941259;
	margin-bottom: 2px;
	background: transparent;
}
