html {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}

/* da cancellare a sviluppo ultimato */
em {
	color:#999999;
}
/* - - - */
/* stile per la tabella dei risultati */
table.tabella-risultati {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
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{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	text-align:center;
	height:20px;	
}
table.tabella-risultati tbody{
	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 {
	height:16px;
	padding-left:5px;
}
select{
	border-color:#e2e2e2;
	border-width:1px;
	border-style:solid;
	height:18px;
	font-size:10px;
	width:130px;
	color: #333333;
}