/* tables */
body{background: url(sfondo.jpg) center top no-repeat #2d0000;}
body,div,h1{font-family:'trebuchet ms', verdana, arial;margin:0;padding:0; color:#FFFFFF}

h1{font-size:large;font-weight:400;margin:0;}
h2{color:#333;font-size:small;font-weight:400;margin:0;}
 a{
text-decoration:none;
color:#458c00;
 } 
#top{
	display:block;
	height:70px;
	margin:20px;
	padding-bottom:20px;
	text-align:left;
}

table.tabellapass,
table.tablesorter {
	font-family:arial;
	background-color: #6b0000;
	font-size: 10pt;
	width: 710px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0px;
	margin-left: 0pt;
	
}
table.tabellapass thead tr th, table.tabellapass tfoot tr th,
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #3e0000;
	border: 1px solid #6b0000;
	font-size: 12pt;
	padding: 6px;
}
table.tabellapass thead tr .header, 
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tabellapass tbody td,
table.tablesorter tbody td {
	color: #FFFFFF;
	padding: 10px;
	background-color: #540000;
	vertical-align: top;
}

table.tabellapass tbody tr.odd td,
table.tablesorter tr.odd td,
table.tablesorter tbody tr.odd td {
	background-color:#680202;
}
table.tabellapass thead tr .headerSortUp, 
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tabellapass thead tr .headerSortDow,
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tabellapass thead tr .headerSortDown, table.tabellapass thead tr .headerSortUp
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #990000;
}
.pager{
margin-top:10px;
background:#540000;
width:auto;
display: block;
height:auto;
padding:10px;
}

#footer {
	bottom: 0px;
	width:100%;
	background-color:#000;
	border-top:thin #8e2020 solid;
	height:45px;
	line-height:45px;
	z-index:100;
	position: absolute;

} 
.testofooter{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	color:#999999;
	font-size: 10pt;
	background: url(logoargento.jpg) left center no-repeat;
	text-indent:55px;

}

body {
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
}
div#main {
	width: 950px;
	height: auto;
	text-align: left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}
div#main2 {
	padding: 0;
	
}
#sfumatura {
	position:absolute;
	left: 50%;
	margin-left: -500px;
	top:400px;
	width:1000px;
	height:300px;
	z-index:90;
	background: url(sfumatura.png) bottom center no-repeat;

}
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 710px;
	height: 380px;
	overflow: auto;
	float: left;
}



	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:950px;
	height:450px;
	overflow:hidden;
		}
	span#prevBtn{
		display:block;
		width:35px;
		height:69px;
		position:absolute;
		left:-35px;
		top:150px;
			text-decoration:none;
		text-indent:-8000px;
			overflow:hidden;
		}
		
	span#prevBtn a{
		display:block;
		width:34px;
		height:69px;
		background:url(prevbt.png) no-repeat 0 0;

		}	
	span#nextBtn{
		display:block;
		width:35px;
		height:69px;
		position:absolute;
		left:951px;
		top:150px;
		text-decoration:none;
		text-indent:-8000px;
		overflow:hidden;
		}	
	span#nextBtn a{
		display:block;
		width:34px;
		height:69px;
		background:url(nextbt.png) no-repeat 0 0;

		}	
