@charset "utf-8";
/* CSS Document */
#foglietto {
	background-image:url("foglietto.jpg");
	background-repeat:no-repeat;
	float:left;
	font-size:11px;
	height:177px;
	margin-bottom:0;
	margin-right:13px;
	padding-top:23px;
	text-align:center;
	width:260px;
	font-family:Arial,Helvetica,sans-serif;
}
#foglietto div {
	height:100px;
}
#foglietto p {
	font-weight:bold;
	margin-bottom:5px;
}

#tabella_ricerche {
	color:#422F1F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}
#tabella_ricerche a{
	color:#422F1F;
	/*text-decoration:none;*/
}
#tabella_ricerche tr.titolo {
	color:#FFFFFF;
	background-color:#553f28;
}

#tabella_ricerche tr.titolotop {
	background-color:#A78342;
}

#tabella_ricerche tr.disable {
	color:gray;
}

#tabella_ricerche div.new {
	text-align:center;
	color:red;
	font-size:7pt;
}

#tabella_ricerche div.closed {
	text-align:center;
	color:gray;
	font-size:7pt;
}
