/* Stili per il layout */
body {
 font-family:Verdana, Tahoma, Arial, sans-serif;
 font-size:12px;
 color:#555;
 background-color: #fff;
 background: url(img/bg_shell.jpg);
 margin-top:2px;
}
div#container{
 width:776px;
 margin:0 auto;
 color:#000;
 background-color: #fff;
 background: url(img/bg_main.gif) repeat-y;
}
div#header{ height: 140px;}
div#navigation{
	float: left;
	width:167px;
	padding: 0;
	color:#000;
	background-color: #fff;
	background-image: url(img/punto_grigio.gif);
	background-repeat: repeat-y;
}
div#content{
	color: #444;
	background-color: #fff;
	background: url(img/hd_pagina.gif) no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 167px;
	padding-top: 29px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#footer{
 height: 22px;
 clear:both;
 background-color: #fff;
 color: #000;
 background: url(img/bg_footer.gif) no-repeat;
}
div#footer_right{
 text-align:right;
 font-size:11px;
 padding-right: 10px;
 padding-top: 4px;
}
/* Altri stili */
table {
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 12px;
 background-color:#fff;
 color:#000;
}
th {
	border: 1px solid #999;
	background-color:#ddd;
	background-image: url(img/cellatesta.gif);
	background-repeat: repeat-x;
	color:#000;
}
.cella  {
	border: 1px dashed #999;
}
.cellaSotto  {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px dashed #999;
	border-left: 0;
}
a {
 color: #449;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #009;
 font-weight: bold;
 text-decoration: underline;
}
h1{
	font-size:15px;
	color:#333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;	
	line-height: 19px;
}
h2{
 font-size:15px;
 color:#333;
 font-weight: bold;

}
h3{
 font-size:14px;
 color:#333;
 font-weight: bold;
}
h4{
 font-size:12px;
 color:#333;
 font-weight: bold;
}
li {
	list-style-image: url(img/punto.gif);
	margin: 3px 0px 0px;
}
/* Stili per le Form */
.textbox { 
 background-color: #F1F1F1;
 color: #333;
 font-size: 11px;
 border: 1px solid #000; 
}
.textarea { 
 background-color: #F1F1F1;
 color: #333;
 font-size: 12px;
 border: 1px solid #000; 
}
.select {
 background-color: #F1F1F1;
 color: #333;
 font-size: 11px;
 border: 1px solid #000; 
}
.submit{
 color: #333; 
 font-size:11px;
 font-weight: bold;
 border: 1px solid #000; 
 background-color:#F1F1F1;
 width:80px;
 height: 20px;
}
.submit_large{
 color: #333; 
 font-size:11px;
 font-weight: bold;
 border: 1px solid #000; 
 background-color:#F1F1F1;
 height: 20px;
 width:150px;
}
.submit_small{
 color: #449; 
 font-size:11px;
 font-weight: bold;
 border: 1px solid #000; 
 background-color:#F1F1F1;
 width:30px;
}
.barra {
	border-top: 1px dashed #999;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #fff;
	background-color: #fff;

}
