/* 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;
}
#pop{
	background-color:#FFFFFF;
	height:400px;
}

#pop table{
	
}

#pop td{

}

#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;
}



div#container2{
	text-align: left;
	background-color:#fff;
	height:100%;
	border-left: 1px solid #e7e7e7; 
	border-right: 1px solid #e7e7e7;
}

/*stili generici, su header e footer*/
div#header{background-color:#FFF;color: #ff0;}

/*stili specifici per il layout*/

div#navigation{
	position: absolute; 
	top: 232px; 
	left: 2px;
	height:auto;
    width: 160px;
	\width:170px;w\idth:160px;
	background-color:#fff;
	padding: 1em 0 0 4px
}

div#extra{
	position: absolute;
	background-color:#fff;
	top: 231px;
	right: 2px;
	width: 148px;
	\width:168px;
	w\idth:158px;
	padding: 1em 5px;
	height: 4px;
	clear:both;
}

div#content{
	margin: 0 170px;
	padding: 1em 14px;
	background-color: #fff;
	border-left: 1px solid #e7e7e7; 
	border-right: 1px solid #e7e7e7;
	height:880px;
	}
	
div#contentVoid{
	margin: 0 170px;
	padding: 1em 14px;
	background-color: #fff;
	border-left: 1px solid #e7e7e7; 
	border-right: 1px solid #e7e7e7;
	height:740px;

	}
	
div#contentFull{

	background-color: #fff;
	height:500px;
	
	}
	

div#footer{
	text-align:center;
	padding: 5px 0;
	background-color: #FFF;
	border-top: 1px solid #e7e7e7;
	clear:both;
	top: 321px;
	left: 247px;
	}
select.pagination{
	
	background-color:#FFFFFF;
	border:1px #b5b5b5 solid;
	font-family:tahoma;
	color:#666;
	height:15px;
	font-size:10px;

}
