body{
	font-family: Tahoma, Verdana, Arial;
	background-color: White;
	font-size: small;
	padding: 100px 5% 20px 5%;
	background-image: url(/immagini/weblogobg.png);
	background-repeat: repeat-y;
	background-position: 80% 0px;
	margin: auto;
	/*
	_width: 740px;
	_margin: 2px 2px 2px 2px;
	_padding: auto;
	_border: 1px dotted #CCCCCC;
	*/
}
li {
	list-style-type: none;
	list-style-position: inside;
	padding: 1px 4px;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	font-size: 12px;
}
ul {
	text-indent: 0pt;
	margin: 4px 0px 16px;
	padding: 0px;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h2 {
	font-size: small;
}
h1, h2, h3 {
	color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Silver;
}
pre {
	text-decoration: none;
	font-size: small;
	color: Black;
	border: 1px solid Gray;
	padding: 1% 1% 1% 1%;
}
a {
	color:#000080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	border: thin;
}
input {
	background-color: White;
}

#header {
	background-color: White;
	height: auto;
	width: auto;
	/*
	_float: right;
	_border: thin dotted Silver;
	_margin: 1em 1em 1em 1em;
	_padding: 1em 1em 1em 1em;
	*/
	text-align: right;
}
#header #tabbar{
	background-image: url(/immagini/tabbar_bg.gif);
	background-position: 0px -3px;	
	height: 4px;
	width: inherit;
	border: 1px solid Silver;
	margin-top: 44px;
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: baseline;
}

#header a {
	color: Gray;
	font-weight: bold;
}

#header a#logo {
	background-image: url(/immagini/qbit_logo_small.gif);
	display: block;
	height: 40px;
	width: 120px;
	margin-left: 8px;
	background-repeat: no-repeat;
	float: left;
}

#header a#logo h5 { display: none; }

#footer {
  clear: all;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: Silver;
	text-align: right;
	color: Silver;	
}

#footer a {
	color: Silver;
	font-weight: bold;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer ul {
	display: inline;
	padding-left: 0;
}
#footer ul li:first-child {
	padding-left: 0;
}
#footer ul li {
	display: inline;
	float: left;
	padding: 0 0 0 1em;
	border: none;
}

form table tr td{
	vertical-align: top;
}

#Adbox {
	color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Silver;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: Silver;
}

#title{
  position:absolute; 
	background-image: url(/img/titolo_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
  height:100px; 
  width:100%;
  top:0px; 
  left:0px;
  margin:0px;
  padding:0px;
  z-index:1; 
  verflow: hidden;
}

* html #title { /* Regole per IE (dalla 5.5 in poi) */
	background-image: url(/img/titolo_bg.jpg);
	margin-left:5%;
	right: 0px;;
}