
/*------------------------------ TOP BOX -----------------------------*/

#bannerInterniOrizzontali
{
	overflow:					auto;
	z-index:					1;
	width:						700px;
}

#bannerInterniOrizzontali .tabella
{
	width:						100%;
	margin:						0px 0px 5px 0px;
}

#bannerInterniOrizzontali .banner
{
	text-align:					left;
	vertical-align:				middle;

	width:						170px;
	height:						43px;

	background-position:		center center;
	background-repeat: 			no-repeat;

}

#bannerInterniOrizzontali .banner A,
#bannerInterniOrizzontali .banner A:hover,
#bannerInterniOrizzontali .banner A:visited
{
	color:						white;
	font-weight:				bold;
	font-size:					12px;
	padding:					5px 10px 5px 5px;
	text-decoration:			none;
}



/* ------------ */

#bannerInterniVerticali
{

}

#bannerInterniVerticali .banner
{
	text-align:					left;
	color:						white;

	width:						210px;
	height:						22px;

	background-position:		center left;
	background-repeat: 			no-repeat;

	margin:						0px 2px 4px 2px;
}

#bannerInterniVerticali .banner A,
#bannerInterniVerticali .banner A:hover,
#bannerInterniVerticali .banner A:visited
{
	color:						white;
	font-weight:				bold;
	font-size:					12px;
	padding-left:				4px;
	text-decoration:			none;
}


/* ------------------------------ FINE TOP BOX ------------------------------ */

.homepage_block_interno
{
	padding-left:			10px;
	padding-right:			10px;
	padding-bottom:			20px;
	overflow:				auto;
}

.homepage_settoreIntro
{
	overflow:				auto;
	padding:				0px 30px 10px 0px;
	font-size:				small;
}

.homepage_settoreIntro A,
.homepage_settoreIntro a:link,
.homepage_settoreIntro a:active,
.homepage_settoreIntro a:visited
{
	color:					#2F609D;
	text-decoration:		none;
}

.homepageTitleBar
{
	height: 					26px;
	line-height: 				26px;
	
	background-color: 			#DADADA;
	background-image: 			url("../img/title_bar_bg_2.gif");
	background-repeat: 			repeat-y;
	background-position: 		top right;
	border-bottom: 				1px solid #ACACAE;
	overflow:					hidden;
}

.homepageTitleBar .title
{
	float: 						left;
	
	padding-left: 				15px;
	
	font-size: 					14px;
	font-weight: 				bolder;
}

.homepageTitleBar .filtro
{
	float: 						right;
	
	width: 						54px;
	height: 					20px;
	
	padding-right: 				15px;
}

.homepageTitleBar .filtro img
{
	padding-top: 				2px;
}

.homepageTitleBar .filtro a,
.homepageTitleBar .filtro a:link,
.homepageTitleBar .filtro a:active,
.homepageTitleBar .filtro a:visited
{
	display: 					block;
	
	background-image: 			url(../img/frame/opzioni_filtro_blue.gif);
	background-repeat: 			no-repeat;
	background-position: 		center center;
}

.homepageTitleBar .filtro a:hover
{
	text-decoration: 			none;
	
	background-image: 			url(../img/frame/opzioni_filtro_giallo.gif);
	background-repeat: 			no-repeat;
}

