@charset "UTF-8";
/* CSS Document */

body,html{
	border:none;
	margin:0;
	padding:0;
}

body{
	background-color:#131010;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#menu{
	background-color:#131010;
	padding:0 5%;
	width:800px;
	margin:0 auto;
}
div#content{
	margin:0 auto;
	width:800px;
}

#main_header{
	background:url(img/header.jpg) repeat;
	height:47px;
}
tr#header{
	background:url(img/header2.jpg) repeat;
	height:18px;
	font-weight:bold;
}
tr.pari{
	background-color:#FFFFCC;
}
tr.dispari{
	background-color:#FFFFFF;
}
tr.selected{
	background-color:#0066FF;
	color:#FFFFFF;
}

td{
	padding-left:0.5%;
}
td.bordo0{
	border-right:#555555 1px solid;
}
td.bordo{
	border-right:#CCCCCC 1px solid; 
	padding-left:0.5em;
}
td.header_s{
	background:url(img/header2_s.jpg) repeat;
}
div.header_su{
	background:url(img/su.jpg) no-repeat center right; 
	width:100%;
}
div.header_giu{
	background:url(img/giu.jpg) no-repeat center right; 
	width:100%;
}
