/* CSS Document */
/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin: 0;
	padding:0;
}
body{
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	color:#333;
	background-image:url(../images/bg_silverGrid.gif);
	background-repeat:repeat-x;
	background-color:#c2c2c2;
}
#head_alto{
	width:780px;
	background-color:#ebebeb;
	border-bottom:1px #e7e7e7 solid;
	font-family:tahoma,verdana;
	font-size:11px;
	color:#cccccc;	
	clear:both;

}
#head_basso{
	width:776px;
	background-color:#FFFFFF;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	height:100px;
	color:#000000;
	text-align:left;
	clear:both;
}
div#container{
	position: relative;
	width:780px;
	margin: 0 auto;
	background-color:#fff;
	height:auto;
	background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
}
div#container2{
	text-align: left;


}

/*stili generici, su header e footer*/
div#header{background-color:#FFF;color: #ff0;}
/*stili specifici per il layout*/

div#navigation{
	margin-bottom:10px;
	height:auto;
    width: 160px;
	\width:170px;
	w\idth:160px;
	padding: 1em 0 0 4px;
	clear:right;
	float:left;
	margin-right:10px;

}
div#extra{

	left:-10px;
	width: 144px;
	\width:164px;
	w\idth:154px;
	padding: 1em 5px;
	height: 4px;
	float:left;
	padding-left:8px;

}
div#content{
	margin-left: 4px;
	margin-right:4px;
	padding: 1em 10px;
	float:left;
	min-height:590px;
	height:auto;
	width:397px;

}
div#footer{
	text-align:center;
	padding: 5px 0;
	background-color: #FFF;
	border-top: 1px solid #e7e7e7;
	position:relative;
	clear:both;
	}	
select.pagination{	
	background-color:#FFFFFF;
	border:1px #b5b5b5 solid;
	font-family:tahoma;
	color:#666;
	height:15px;
	font-size:10px;

}
#pop{
	background-color:#FFFFFF;
	height:400px;
}
#pop table{
}
#pop td{
}

