/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles       433 100                      */
/***********************************************/
body{
	background-color: #E2E2E2;
}

a{
	text-decoration:none;
}
font,th,td,p  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#565656;}
a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#0099FF;}
a:hover{
	text-decoration: underline;
	
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#FF6600;
}

/************** header tag styles ************---------------------------------------------------------------**/

h2{
 font: 90% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h1{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font: 100% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;

}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	width:950;
	background-image:  url();
	top: 139px;
	visibility: inherit;
	left: 25;







}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	height: 95.6%;

	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 1px 1px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{

	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url();
	width: 950;
	height: 138;
	left: 26;





}

#globalNav img{

 
}

#gnl {
	position: absolute;
	top: 12px;
	left:43px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url();
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 15px 0px 5px 15px;
	font: small Verdana,sans-serif;
	color: #ffffff;
}

#breadCrumb a{
	color: #ffffff;
}

#breadCrumb a:hover{
	color: #E9C028;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 8px 8px 8px 8px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
		color: #ffffff;
			font: 75% Verdana,sans-serif;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;

}

.feature img{
	float: left;

}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #E9C028;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
#sectionLinks a:link, #sectionLinks a:visited {

	display: block;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #ffffFF;
	border-right: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
		background-color: #0099FF;
	font-weight: ;
	padding: 3px 3px 3px 10px;
	color: #ffffff;
}

#sectionLinks a:hover{

	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	background-color: #ffffff;
	background-image: none;
	font-weight: ;
	text-decoration: none;
color: #0099FF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #355215;
	background-color: #355215;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	background-color: #355215;	
}

#advert img{
	display: block;
}

/********************* end **********************/
allinea {
	padding: 10px  10px 10px 10px;
	float: left;
	width: 250px;
	
}
prova {
	margin: 50px;
	padding: 50px;/

	float: left;
	height: 350px;
	width: 250px;
	

}





#nero A:link {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 11px ; TEXT-DECORATION: none
}
#nero A:visited {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 11px; TEXT-DECORATION: none
}
#nero A:active {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 11px; TEXT-DECORATION: none
}
#nero A:hover {
	COLOR: #990000; FONT-FAMILY: Arial; FONT-SIZE: 11px; TEXT-DECORATION: none
}
#nero TD {
	COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 11px
}
#nero P {
	COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 11px
}
#nero TD.menu {
	COLOR: #000000; FONT-FAMILY: Verdana,Arial; FONT-SIZE: 11px
}
#MainWrapper
{
	background: #FFFFEA;
	color: #000000;
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}

/*Styles for the main header at the top. */

#Header a
{
	font-weight:normal;
	font-size:27px;
	text-decoration:none;

	color:#ffffff;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color:#000000;
	height:1.2em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 10px 0;
	background-color: #0099FF;
	border-bottom:solid 2px #a9a9a9;
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
		
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus li a
{
	display:block;
	padding:0 10px;
	font-size: 13px;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	background-color:inherit;color:#ffffff;
	
}
#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus a:hover
{	color:#333333;
	background-color:inherit;

	text-decoration: none;

}

/*  codice nuovo */
#SideContents
{
	float:lefth;
	width:170px;
	color: #ffffff;
	padding:0 6px 0 7px;
	line-height:1.4em;
}
td.blutable{
	background-color:#E8F5FF;
	color:#333333; 
	border: 1px solid #0099FF;
	height: 18px;
}

td.piede{
	background-color:#FCFCFC;
	color:#333333; 
	border: 1px solid #0099FF;
}
td.menu{
	background-color:#0099FF;
	color:#006600; 
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
	border-left: 1px solid #006600;
	padding: 3px 3px 3px 3px;
}


.nav		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#ffffff;}
a.nav		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#ffffff;}
a.nav:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color:#0099FF; background: #FCFCFC; text-decoration:none;
}

	