/************************************************************* Nav Bar */ 


/* ----------- UL & LI */ 

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	/* float: left; */
}

li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* float: left; */
	display: inline;
}

/* ----------- Top Nav */

a.topActive {
	padding: 0px 0px 0px 17px;
	margin: 0px 6px 0px 0px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #999999;
	font-weight: bold;
	font-style: normal; 
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/b_freccia.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
}
* a.topActive {background-position: 0px 2px;}
li>a.topActive {background-position: 0px 0px;} /*hack: explorer win non lo vede */


a.topActive:hover {
	color: #5EA032;
	background-position: -450px 0px;
	background-repeat: no-repeat
}
* a.topActive:hover {background-position: -450px 2px;}
li>a.topActive:hover {background-position: -450px 0px;} /*hack: explorer win non lo vede */


a.topInActive {
	padding: 0px 0px 0px 17px;
	margin: 0px 6px 0px 0px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #5EA032;
	font-weight: bold;
	font-style: normal; 
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/b_freccia.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat
}
* a.topInActive {background-position: 0px 2px;}
li>a.topInActive {background-position: -450px 0px;} /*hack: explorer win non lo vede */


/* ----------- Bottom Nav */

a.bottomActive {
	padding: 0px 0px 0px 0px;
	margin: 5px 7px 0px 0px;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	font-style: normal; 
	text-decoration: none;
	text-transform: uppercase;
}

.divisore {
	margin: 4px 6px 0px 0px;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #999999;
}

a.bottomActive:hover {
	color: #5EA032;
}

a.bottomInActive {
	padding: 0px 0px 0px 0px;
	margin: 5px 7px 0px 0px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #5EA032;
	font-weight: bold;
	font-style: normal; 
	text-decoration: none;
	text-transform: uppercase
}


/************************************************************* Formattazione testi */ 

h1 {
	padding: 0px 0px 0px 0px;
	margin: 18px 0px 0px -1px;
	margin-bottom: 30px;
	* margin-bottom: 10px; /*questo e' solo per IE*/
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 24px;
	line-height: 0px;
	color: #5EA032;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
	text-transform: uppercase;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
	letter-spacing: 0.01em;
}

.testo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
	letter-spacing: 0.01em;
}

input {
	padding: 0px 0px 00px 0px;
	margin-top: 1px;
	height: 18px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	border: solid 1px #999999;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
}

select {
	padding: 0px 0px 00px 0px;
	margin-top: 1px;
	height: 18px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	border: solid 1px #999999;
	font-weight: normal;
	font-style: normal; 
	text-decoration: none;
}

input.invia {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #666666;
	height: 24px; 
	font-size: 13px;
	line-height: 10px; 
	font-weight: bold;
}

a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet ms, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #5EA032;
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline;
	text-transform: none;
}

a.bungee {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: trebuchet ms, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #f7b413;
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline;
	text-transform: none;
}

a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.blank { 
	padding-right:12px; 
	background:url(../img/icon_external.gif) no-repeat 100% 50%; 
}



/*
********************************************************************************
realizzazioni
*/
div.titoloregione {
	padding: 2px 0px 2px 5px; // il paddding 5 viene sottratto su pc?
	margin: 0px 0px 10px 0px;
	width: 300px;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	background-color: #5EA032
}

div.titologruppo {
	padding: 0px 5px 5px 0px;
	margin: 0px 9px 7px 0px;
	font-size: 12px;
	color:#5EA032;
	border-bottom: solid 2px #5EA032;
}

div.specs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: trebuchet ms, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#5EA032;
}

.titoloparco {
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	font-family: trebuchet ms, Verdana, sans-serif;
	font-size: 18px;
	color:#666666;
	font-weight: bold;
	float: left;
}

.tabsx {
	color:#666666;
	font-style: normal;
	font-family: trebuchet ms, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif
}

/*
********************************************************************************
tooltip
*/
#tt {position:absolute; display:block; background:url(../img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; text-align: center; padding:2px 12px 3px 7px; margin-left:5px; background:#5EA032; color:#FFF; font:12px Trebuchet MS, Arial, Helvetica, sans-serif;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../img/tt_bottom.gif) top right no-repeat; overflow:hidden}