.headerLayer{
	position:				relative;
	top:					0px;
	left:					0px;
	height:					49px;
	overflow:				hidden;
	margin:					0px;
	padding:				0px 0px 0px 0px;

	z-index:				1;

	background-color:		#eceef6;

/*	background-image:		url(../images/sfondi/sfondoHeader.jpg); */
/*  viene impostata in base all'area dalla funzione backGroundArea() in pageStructureFunctions.js */
	background-attachment:	fixed;
	background-position:	0px 0px;
	background-repeat:		no-repeat;

	color:					#333333;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			normal;

	white-space:			nowrap;

	border-width:			1px 0px 1px 0px;
	border-style:			solid;
	border-color:			#000000;
}

.headerTable{
	width:					100%;
	height:					100%;
	margin:					0px 0px 0px 0px;
	padding:				0px;

	border-collapse:		collapse;
	border-spacing:			0px;

	border-width:			0px 0px 0px 0px;
	border-color:			#000000;
	border-style:			solid;
}

.headerCell{
	font-size:				1px;
	white-space:			nowrap;
	margin:					0px;
	padding:				0px;

	border-width:			0px;
	border-color:			#ff0000;
	border-style:			solid;
}

.headerLink{
	color:					#000000;
}

#spacerCellLeft{
	padding:				0px;
	margin:					0px;

	width:					175px;
	height:					49px;

	vertical-align:			bottom;
	text-align:				right;

	border-width:			0px;
	border-color:			#ff0000;
	border-style:			solid;
}

#newsCell{
	height:					32px;

	color:					#282c1b;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;

	white-space:			nowrap;
	letter-spacing:			2ex;

	border-width:			0px 0px 0px 0px;
	border-color:			#000000;
	border-style:			solid;
}

#logoCell{
	height:					32px;
	padding:				0px 0px 0px 0px;

	color:					#282c1b;

	font-size:				10px;
	font-weight:			normal;
	text-align:				center;
	vertical-align:			top;

	white-space:			nowrap;

	border-width:			0px 0px 0px 0px;
	border-color:			#000000;
	border-style:			solid;
}


#formCell{
	height:					32px;
	padding:				2px 20px 0px 0px;

	color:					#282c1b;

	font-size:				12px;
	font-weight:			normal;
	text-align:				right;
	vertical-align:			top;

	white-space:			nowrap;

	border-width:			0px 0px 0px 0px;
	border-color:			#000000;
	border-style:			solid;

}


#menuBarCell{
	height:					10px;
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	background-color:		#d6d7da;
	font-size:				0.5px;

	line-height:			11px;

	vertical-align:			top;
	border-width:			1px 0px 0px 0px;
	border-color:			#2f2f2f;
	border-style:			solid;
}