﻿body 
{
	margin: 0;
/*	background-image: url("../images_blu/twolines.gif");*/  /* twolines Ë l'immagine di sfondo con la riga bianca*/
	background-image: url("../images_blu/twolines_yellow.gif");
	background-repeat: repeat-x;
	
	font-family: Verdana;
	font-size: 12px;
	color: #3f3f3f;
}

a
{
	font-family: Verdana;
	color: #3f3f3f;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*
.logo
{
	position: absolute;
	margin-top: -30px;		// sposta il logo verticalmente
	margin-left: -480px;	// sposta il logo orizzontalmente
	left: 50%;
}
*/

.imgHome
{
	width: 300px;
	height: 300px; 
}

a img, :link img, :visited img 
{
	border: 0; /* setta il bordo dei link immagine gia' visitati in modo che non si vedano */
}

#primopiano
{
	width: 197px;
	height: 108px;
	position: absolute;
	z-index: 300;
	margin-top: 200px;/*old:250*/
	margin-left: 400px;/*old:150*/
	left: 50%;
	border: 0;
	
	padding: 0;
}


#Horizontal_menu, #footer
{
	width: 90%; /* to have liquid style */
	margin-left: auto;
	margin-right: auto;
	
	/* DEBUG */
	/* border: 1px dashed green; */
}


#main
{
	width: 90%; /* to have liquid style */
	margin-left: auto;
	margin-right: auto;
	
	/* DEBUG */
	/* border: 1px dashed green;*/
	
	/*min-width:1024px;   AAAAAAA here is the bad patch! */
	
}



#main
{
	margin-top: 40px;
}

#footer
{
	border-top: 1px solid #c2d6ee;
	margin-top: 0;
	margin-bottom: 20px;
	color: #8f8f8f;
	padding: 10px 0px 10px 0px;
}

#footer small a
{
	color: #8f8f8f;
}

#Horizontal_menu
{
	margin-top: 5px;

}

#Horizontal_menu ul
{
	height:30px;
	list-style: none;
	text-align: center;
	
}

#Horizontal_menu ul li
{
	display: inline;
	background-color: #ffff7f;	
	padding: 10px;
	margin-right: 15px;
	
	border-top: 1px solid #eec2c2;
	border-right: 1px solid #eec2c2;
	border-left: 1px solid #eec2c2;
}

.menuItem
{
	padding: 10px;
	background-color: #ffff7f;	
	border-top: 1px solid #c2d6ee;
	border-right: 1px solid #c2d6ee;
	border-left: 1px solid #c2d6ee;
	border-bottom: 0px solid #ffff7f;
	
	font-size: 14px;
	font-weight: bold;
}

#Horizontal_submenu
{
	background-color: #ffff7f;/*riga gialla sottomenu */
	/*background-color: #ffffff;*//*riga bianca sottomenu */
	font-size: 8px;

}





/*oct 2010 BoxCircolari*/



#BoxCircolari table{
    border-spacing: 0px;
    border-collapse: collapse;
    width: 600px;

	border-top: 1px solid #c2d6ee;
	border-right: 1px solid #c2d6ee;
	border-left: 1px solid #c2d6ee;
	border-bottom: 0px solid #ffff7f;

}




tr.odd td{
	color: #3f3f3f;
    background-color: #e4e4e4;
}

tr.even td{
	color: #3f3f3f;
    background-color: #f3f3f3;
}





tr.Titolo_elenco_circolari td{
	color: #3f3f3f;
    background-color: #e4e4e4;
font-size: 14px;
	font-weight: bold;
}

