<!--
html {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: left;
	background: #ffffff;
	}
body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: left;
	background: #BFDBFF;
	}
h1 {
	position: absolute;
	display: none;
	z-index: 1;
	}
#intro {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	}
#sfondotabellarivenditori {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 98;
	overflow: hidden;
	background: #000000;
	filter: alpha(opacity=74);
	-moz-opacity: 0.74;
	opacity: 0.74;
	}
#tabellarivenditori {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: auto;
	color: #ffffff;
	}
table {
	border: 1px solid #ffffff;
	border-left: none;
	padding: 0;
	margin: 10px;
	}
tr:hover {
	background: #a1c42c;
	color: #000;
	}
th {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 14px;
	
	background: #a1c42c;
	text-transform: uppercase;
	}
th a:link, th a:visited {
	display: block;
	padding: 0 10px 0 10px;
	}
th a:hover {
	background: #990099;
	color: #ffffff;
	}
td {
	border-left: 1px solid #ffffff;
	line-height: 14px;
	padding: 0 10px 0 10px;
	}
tfoot {
	
	}
table a:link, table a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
-->