html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body, html {
    line-height: 1;
    font-family: 	Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
	background: none repeat scroll 0% 0% transparent; color: #426AE1;
}

h1 {
	font-size: x-large;
	color: #153592;
}

h3 {
	color: #153592
}

div#topMenu {	
	width:100%;
	height:24px;
	text-align: right;
	border-bottom: 2px solid #93AAF0;
}

div#topToolbar {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 3001;
}

div.error{
	display:none;	
	margin-right: 50%;
	float: right;
	background-color: #FF5034;
	padding:1px 7px 1px 7px;
	color: #0B1C4F;
	-moz-box-shadow: 0 1px 3px #A62511;
    -khtml-box-shadow: 0 1px 3px #A62511;
    -webkit-box-shadow: 0 1px 3px #A62511;
    zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#A62511', Direction=90, Strength=1)
		progid:DXImageTransform.Microsoft.Shadow(color='#A62511', Direction=180, Strength=3)
		progid:DXImageTransform.Microsoft.Shadow(color='#A62511', Direction=270, Strength=1);	
}

div#header {	
	width:100%;
	height:75px;
	max-height: 75px;
	height: expression( this.scrollHeight > 74 ? "75px" : "auto" );
	overflow: hidden;
	border-bottom: 2px solid #93AAF0;
	background-color: #F5F8FE;
}

#logo {
	width: 252px;
	height: 69px;	
	position:relative;
	top:5px;
	left: 5px;
	background-image: url("/img/logo.png");
}

#logoSlogan {
	width:62%;
	float: left;
	height: 60px;
} 


#mainLogo {
	position: relative;
	left:50%;
	margin-left: -255px;
	top: 70px;
	width: 510px;
	height: 150px;	
	background-image: url("/img/logoBig.png");
}

#mainFormBox {
	position: relative;
	left:50%;
	margin-left: -385px;
	top: 60px;
	width: 770px;
	padding: 5px;
	text-align: center;	
}

.mainLabel {
	width: 330px;
	text-align: left;
	font-size: 20px;
	display: inline;
}

#tableCitta, #tableStrada {
	display: none;	
}

a.arrowR {
	background-image: url("/img/arrowR.png");
	height: 125px;
	width: 36px;
	display: block;
	margin-left: 15px;
	text-decoration: none;
	visibility: hidden;
}

a.arrowR:hover, a.arrowR:active  {
	background-image: url("/img/arrowR-h.png");
}

a.arrowL {
	background-image: url("/img/arrowL.png");
	height: 125px;
	width: 36px;
	display: block;
	margin-right: 30px;
	text-decoration: none;
	visibility: hidden;
}

a.arrowL:hover{
	background-image: url("/img/arrowL-h.png");
}


#mainFormBox input#from, #mainFormBox input#to, #mainFormBox input#strada, #mainFormBox input#citta  {
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    display: inline;
    width: 310px;
    height:35px;
    padding:7px;
    margin-bottom:15px;
    background: #FFFFFF; /* for non-css3 browsers */        
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#F0F0F0', Direction=0, Strength=3)
    	    progid:DXImageTransform.Microsoft.Shadow(color='#F0F0F0', Direction=90, Strength=3)
    	    progid:DXImageTransform.Microsoft.Shadow(color='#F0F0F0', Direction=180, Strength=3)
    	    progid:DXImageTransform.Microsoft.Shadow(color='#F0F0F0', Direction=270, Strength=3)
    	    progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF2FD', endColorstr='#FFFFFF');
}

#mainFormBox input#strada, #mainFormBox input#citta {
	width: 660px;
}

div#mainFormBox form button, button#inviaMail{
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);
    background:  #7191F0;
    border: 1px solid #166BA9;;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    text-decoration: none;    
    text-transform: none;
    white-space: nowrap;
    margin: 0px 0px 0px 20px;    
    cursor: pointer;    
}


#slogan{
	width: 360px;
	height: 60px;	
	background-image: url("/img/slogan.png");
	position:relative;
	top:-70px;
	left: 200px;
}

#topBanner {
	position:relative;
	float:right;
	top:-60px;
	width: 468px;	
}


#mainSlogan {
	width: 500px;
	height: 100px;	
	background-image: url("/img/sloganBig.gif");	
	position: relative;
	left:50%;
	top:60px;
	margin-left: -255px;
}

div#formBox #start{
	width: 18px;
	height: 30px;	
	background-image: url("/img/start.gif");
	position:absolute;
	top:5px;
	left:15px;
}

div#formBox #road-ico{
	width: 30px;
	height: 30px;	
	background-image: url("/img/road-ico.gif");
	position:absolute;
	top:20px;
	left:4px;
}

div#formBox #city-ico{
	width: 30px;
	height: 30px;	
	background-image: url("/img/city-ico.gif");
	position:absolute;
	top:20px;
	left:4px;
}

div#formBox .ajax{
	width: 24px;
	height: 24px;	
	background-image: url("/img/ajax-loader2.gif");
	position:absolute;
	top:26px;
	left:253px;
	z-index: -100;
	display: none;
}

div#formBox #end{
	width: 18px;
	height: 30px;	
	background-image: url("/img/end.gif");
	position:absolute;
	top:45px;
	left:15px;
}

#startError, #endError{
	width: 32px;
	height: 30px;
	background-image: url("/img/errore.gif");
	position:absolute;
	display: none;
}
#startError{	
	top:5px;
	left:5px;	
}
#endError{
	top:45px;
	left:5px;
}

div#formBox a#invert{
	width: 23px;
	height: 28px;	
	background-image: url("/img/invert.gif");
	position:absolute;
	top:25px;
	left:255px;
}

div#formBox a#invert:hover {
	border: 1px solid #9CB9EF;
	left:254px;
}

div#formBox {			
	position: absolute;
	left: 65%;			
	width: 280px;
	height:106px;	
}

#formBox .btnRt{
	color: #FFFFFF;
	background-color: #8CADF2;
	position: absolute;
	left: 280px;
	height: 32px;
	width: 80px;	
	margin-left: 0px;
	_margin-left: -2px;
	top: -1px;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);
	font-weight: bold;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
	z-index: 0;
    border: 1px solid #153592;
    cursor: pointer;
}

#formBox .btnRt:hover, #formBox .hover {
	background-color: #719af0;	
}

#formBox .btnRtSelected, #formBox .btnRt:focus{	
	background-color: #719af0;
	color: black;
	border: 1px solid #153592;
	border-left: none;
	box-shadow: none;
	font-size: 13px;
	-moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    margin:0px;
    padding-left: 3px;
    _margin-left: -3px;       
    cursor: default;
}

#formBox #btnCitta {
	top: 37px;
}
#formBox #btnStrada {
	top: 73px;
}

#labelFrom {      
    left: 95px;
}


.boxBlu {
	background-color: #719af0;
	box-shadow: 0 2px 5px #153592;
	-moz-box-shadow: 0 2px 5px #153592;
    -khtml-box-shadow: 0 2px 5px #153592;
    -webkit-box-shadow: 0 2px 5px #153592;
    border: 1px solid #153592;
	margin-top: 2px;
}



div#formBox form input, input.email, div#accountLineaT form input {
    font-size: 100%;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    display: block;
    margin: 5px 10px 0px 40px;    
    width: 210px;
	height:32px;
    padding:7px;
    background: #FFFFFF; /* for non-css3 browsers */       
    z-index: 100;

}

div#formBox form input[type="text"], div#mainFormBox form input[type="text"], input.email{
	background: linear-gradient(center top , #FFFFFF, #EEF2FD 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;        
    background: -moz-linear-gradient(center top , #FFFFFF, #EEF2FD 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left center, from(#EEF2FD),to(#FFFFFF));
	_background: #FFFFFF;         
    -moz-box-shadow: 0 0px 8px #F0F0F0;
    -khtml-box-shadow: 0 0px 8px #F0F0F0;
    -webkit-box-shadow: 0 0px 8px #F0F0F0;            
    padding: 5px;
}



div#formBox form input:focus, div#mainFormBox form input:focus, div#formBox form input.focus, div#mainFormBox form input.focus, input.email:focus, div#resultRoute input.focus{    
    background: none repeat scroll 0 0 white;    
    border: 1px solid #153592;
    box-shadow: 0 2px 5px #153592;
    -moz-box-shadow: 0 2px 5px #153592;
    -khtml-box-shadow: 0 2px 5px #153592;
    -webkit-box-shadow: 0 2px 5px #153592;    
}

div#formBox form button, button#inviaMail{
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);
    background:  #7191F0;
    border: 1px solid #166BA9;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 12px 2px 12px;
    text-decoration: none;    
    text-transform: none;
    white-space: nowrap;
    margin:5px 0px 0px 20px;
    width: 250px;    
    cursor: pointer;    
}
	
div#formBox form button:hover, div#formBox button:focus, div#mainFormBox form button:hover, div#mainFormBox button:focus, div#mainFormBox form button.hover, div#formBox form button.hover, button#inviaMail:hover, button#inviaMail:focus, div#resultRoute button.hover, div#resultRoute button.hover{
    box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 3px 2px rgba(0, 0, 0, 0.2);
    background: none repeat scroll 0 0 #93AAF0;
    border-color: #3390CF;
    bottom: 1px;     
}	


div#formBox form button:active, div#mainFormBox form button:active, button#inviaMail:active {
    box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 1px;
}
	
div#bottom {	
	text-align: center;
	color: gray;
	font-size: 11px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #93AAF0;
}

div#bottom a{
	text-decoration: none;
	color: gray;
}

div#bottom a:hover{
	text-decoration: underline;
}

#master  {	
   min-height: 100%;
   _overflow: hidden;
   height: auto !important;
   height: 100%;
   margin-bottom: -20px; 	
}

div#central {
	padding-left:2px;
	padding-right:2px;
	overflow:none;
}


div#leftColumn {
	width: 62%;
	float:left;
}

div#leftColumn p {
    font-size: small;
}
div#leftColumn a {
    text-decoration: none;
}

div#rightColumn {
	position:relative;
	top: 50px;
	width: 35%;
	float:left;
	margin-left: 15px;
}

div#mappaPrincipale {		
	display: inline-block;
	box-shadow: 0 2px 5px #93AAF0;
	-moz-box-shadow: 0 2px 5px #93AAF0;
    -khtml-box-shadow: 0 2px 5px #93AAF0;
    -webkit-box-shadow: 0 2px 5px #93AAF0;
    border: 3px solid #93AAF0;
    visibility: hidden;
    width: 100%;    
}

div.titleResult {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);
    background:  #7191F0;
    border: 1px solid #166BA9;;
    color: #FFFFFF;
    font-weight: bold;    
	
	padding: 5px 7px 5px 15px;
	font-weight: bold;
	background-color: #7191f0;
	color: white;	
}

div#alternativeRoute{
	margin-bottom:7px;
	display: none;
}

div#alternativeRoute span.distance{
	margin-left: 15px;
}


div#alternativeRoute span.duration, div#alternativeRoute span.distance{
	text-transform: capitalize;
	font-size: 11px;
	float: right;
}

div#alternativeRoute span.alternativeRoute {
	float:left;
}

.contentResult {
	border-left: 1px solid #93AAF0;
	border-right: 1px solid #93AAF0;
	border-bottom: 1px solid #93AAF0;
	background-color: #F8FAFE;
	margin-right: 10px;
}

div#alternativeRoute .contentResult{
	overflow: auto;
	padding-right: 10px;
}


div#resultRoute .contentResult{
	overflow: auto;
}

ul#alternativeRoute {
	list-style-type: none;
	margin-left:5px;
}

ul#alternativeRoute li{
	padding-left: 0px;
	padding-bottom: 2px;
	margin-bottom:5px;
	clear:both;
}

ul#alternativeRoute li.select a{ 
	text-decoration: none;
	color: black;	
}


ul#alternativeRoute li a:hover{
	text-decoration: none;
	cursor: pointer;
}

div.contentResult {
	padding:8px 5px 2px 5px;
}


#loadingMap, #loadingContenResult {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 1px 1px #888; 
	-webkit-box-shadow: 1px 1px #888; 
	-khtml-box-shadow: 1px 1px #888; 
	-moz-box-shadow: 1px 1px #888;	
	background: url("/img/ajax-loader.gif") no-repeat scroll 10px 50% #333333;
	color: #FFFFFF;
	font-size: 20px;	 
	z-index: 20;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	padding: 15px 15px 15px 50px; 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	margin-left: -75px;
	margin-top: -20px;		
}



.bold {
	font-weight: bold;
}




div#formBox form input.borderRed, div#resultRoute input.borderRed, div#mainFormBox form input.borderRed, div#header2 form input.borderRed, input.borderRed{	
    background: linear-gradient(center top , #FFFFFF, #FFDDDD 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;        
    background: -moz-linear-gradient(center top , #FFFFFF, #FFDDDD 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left center, from(#FFDDDD),to(#FFFFFF));
    border: 2px solid #FF4242;
    box-shadow: 0 0px 8px red;
    -moz-box-shadow: 0 0px 8px red;
    -khtml-box-shadow: 0 0px 8px red;
    -webkit-box-shadow: 0 0px 8px red;  
    -khtml-appearance: none;          
    _background: white;	
}

iframe.adSense {
	overflow: hidden;
	height: 65px;
	width: 260px;
	margin:0px;
	padding:0px;
	border: none;
	background-color: #F8FAFE;
}

#firstAdSense {
	border-bottom: 1px solid #EBEFFC;
}

#lastAdSense {
	border-top: 1px solid #EBEFFC;
	padding-top: 5px;
	text-align: center;
}





input.email {
	margin-left:0px;
}

button#inviaMail {
	margin-left:0px;
	margin-bottom:15px;
	width: 80px;
	clear:both;
}

div#nessunaStrada {
	margin-bottom:25px;
}

#contenutoPrincipale {
	padding: 0 15px 15px 15px;
}


div#ajaxButton {
	width: 128px;	
	height: 15px;
	position: relative;	
	left: 50%;
	margin-left: -64px;
	background-image: url("/img/ajaxBar.gif");
}

div#titleMap, div#subMap {
	padding:0px 10px 2px 2px; 
	text-align: right
}

#iTitle, div#header .nav, div#loadingContenResult, div#header2 {
	display: none;
}

#emailAutenticata {
	margin: 1px;
	font-weight: bold;
	_cursor: pointer;
}


div.buttonTop, div#searchBox {	
	padding: 1px 7px 1px 7px;
	_padding:0px;
	float: right;
	height: 18px;	
	border-left: 1px solid #E8EFFD;
}

 

form#search-box input#sa {
	border: 0px;
	background: url('/img/search.gif') no-repeat 50% 50%;
	width: 20px;
	height:18px; 
}

form#search-box input#q {
	height:18px;
}

div.buttonTop:hover, #topSubMenu ul li:hover{
	background: #ECF1FD;	
	background: -moz-linear-gradient(center top , #ECF1FD, #C6D5F9) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #ECF1FD, #A0BBF3 1px, #ECF1FD 25px) repeat scroll 0 0 transparent;            
    background: -webkit-gradient(linear, left top, left center, from(#ECF1FD),to(#A0BBF3));	
	cursor: pointer;
}

form#search-box input#sa{
	cursor: pointer;
}

div.buttonTop a, #topSubMenu ul li a{
	color: #153592;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	_padding: 1px 7px 1px 7px;
}

div#topSubMenu  {
	float: right;
}

#topSubMenu  ul{
	clear: both;
	display: none;
	-moz-box-shadow: 3px 3px 4px #000;	
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
}

#topSubMenu ul li{	
	padding: 7px 7px 7px 10px;
	_padding:0px;	
	border: 1px solid #E8EFFD;
	text-align:left;
}


.colorButtonMenu {
	background: #B4C9F5;	
	background: -moz-linear-gradient(center top , #B4C9F5, #7DA3F0) repeat scroll 0 0 transparent;
	background: linear-gradient(center top , #B4C9F5, #7DA3F0 1px, #B4C9F5 25px) repeat scroll 0 0 transparent;            
    background: -webkit-gradient(linear, left top, left center, from(#B4C9F5),to(#7DA3F0));
	background-color: #B4C9F5;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B4C9F5', endColorstr='#7DA3F0');
}

.buttonSelected {
	background: #F5F8FE;
}

.downArrow {	
	background: url("/img/downarrow.gif") 100% 60% no-repeat;
	padding:3px;
	visibility: hidden;
}

.a2a_dd {
	float: right;
	margin-right: 25px;
	padding: 2px;
}


#resultListStrade {
	list-style-type: none;
	padding-top: 2px;
}

ul#resultListStrade li, ul.segnalazioni li {
	margin-bottom:25px;		
	clear: both;
}

ul#resultListStrade li:last-child{
	margin-bottom:10px;
}

ul#resultListStrade li#noSegnal {
	padding-top: 15px;
}

span.borderAutostrada {
	border: 2px solid #08842C;
	background-color:#08842C;
	padding: 2px 0px 2px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right:5px;
	z-index: 100;
	
}

span.codAutostrada {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color:#08842C;
	color: white;
	font-weight: bold;
	letter-spacing:1.5px;
	border: 1px solid white;
	padding: 1px 4px 1px 4px;
	line-height: 30px;	
}

.iconAutostrada {
	margin-right:5px;
}

.borderPrincipale {
	border: 2px solid #00408B;
	background-color:#00408B;
	padding: 2px 0px 2px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right:5px;
	z-index: 100;
}

.codPrincipale {	
	border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color:#00408B;
	color: white;
	font-weight: bold;
	letter-spacing:1.5px;
	border: 1px solid white;
	padding: 1px 4px 1px 4px;
	line-height: 30px;	
}

.iconPrincipale {
	margin-right:5px;
}

.nomeStrada {
	color:gray;
	font-size: small;
	text-decoration: none;
}

.nomeStrada:hover{
	text-decoration: underline;
}

ul.segnalazioni  {
	padding:3px;
	margin:3px;
	list-style-type: none;
	padding-top:8px;
	border-bottom: 1px solid #93aaf0;
	box-shadow: 1px 1px 5px #93aaf0;
	-moz-box-shadow: 1px 1px 5px #93aaf0;
    -khtml-box-shadow: 1px 1px 5px #93aaf0;
    -webkit-box-shadow: 1px 1px 5px #93aaf0;    
	_border-top: 1px solid #EEF2FD;
	_border-left: 1px solid #EEF2FD;
	_border-right: 2px solid #93aaf0;
	_border-bottom: 2px solid #93aaf0;			
	background: linear-gradient(top,  #FFFFFF,  #EEF2FD ); 
	background: -moz-linear-gradient(top,  #FFFFFF,  #EEF2FD ); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#EEF2FD));
    _background: #F7FAFF;
}

img.iconSquare {
	margin:0px 1px 3px 1px;
	vertical-align:middle;
}

.textGray {
	color: gray;
}

.daAdirez {
	font-weight: bold;
}

div.data {
	color: gray;
	margin-top:5px;
	margin-bottom:10px;
	font-size: small;
	float: left;
}

p.share-on-facebook {
    display: block;
    float: left;
    height: 35px;
    padding: 0;
    position: relative;
	clear: both;
	_width: 80%;
}


li.buttonList {
	margin: 2px;
	clear: both;  
}

li.buttonList a{
	float: right;
	clear: both;	   
	
   
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);    
    border: 1px solid #BECEFA;
    color: #3B5998;
    font-weight: bold;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);    
    font-size: 12px;
    padding: 2px 12px 2px 20px;
    text-decoration: none;  
}


li.buttonList a:hover{
    background-color: #3B5998;
    color: #FFFFFF;
}

li.buttonList a.memoMail {
	background-image: url("/img/mf.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 3px 5px 25px
}

.bollino {	
	font-size: 11px; 
	font-weight: bold; 
	padding: .2em .5em .2em .5em;
	position: relative; 
	right: 15px;
	bottom: -10px;
	_bottom: 15px;
	float: right;	
	text-decoration: none;
	
	-moz-border-radius: 				1em /*{global-radii-buttons}*/;
	-webkit-border-radius: 				1em /*{global-radii-buttons}*/;
	border-radius: 						1em /*{global-radii-buttons}*/;
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
	background-clip: padding-box; 
}

.bollinoRosso {
	border: 1px solid 		red;
	background: 			#FFB0B0;
	color: 					black;
	text-shadow: 0 1px 1px #FFB0B0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB0B0), to(red)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFB0B0, red); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFB0B0, red); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFB0B0, red); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFB0B0, red); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFB0B0, red);
}

.bollinoNero {
	border: 1px solid 		black;
	background: 			gray;
	color: 					white;
	text-shadow: 0 1px 1px gray;
	background-image: -webkit-gradient(linear, left top, left bottom, from(gray), to(black)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, gray, black); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, gray, black); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, gray, black); /* IE10 */
	background-image:      -o-linear-gradient(top, gray, black); /* Opera 11.10+ */
	background-image:         linear-gradient(top, gray, black);
}

.bollinoGiallo {
	border: 1px solid 		#FFCA11;
	background: 			#FFCA11;
	color: 					black;
	text-shadow: 0 1px 1px #ffeebb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeebb), to(#FFE17F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffeebb, #FFE17F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffeebb, #FFE17F); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffeebb, #FFE17F); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffeebb, #FFE17F); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffeebb, #FFE17F);
}

.bollinoVerde {
	border: 1px solid 		#9FFF9F;
	background: 			#9FFF9F;
	color: 					black;
	text-shadow: 0 1px 1px #9edac5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDFFDD), to(#9FFF9F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #DDFFDD, #9FFF9F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #DDFFDD, #9FFF9F); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #DDFFDD, #9FFF9F); /* IE10 */
	background-image:      -o-linear-gradient(top, #DDFFDD, #9FFF9F); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #DDFFDD, #9FFF9F);
}

img.weatherStati{
	width: 30px;
}

img.spriteStati{
	background: url(/img/stati/small/spriteStati.png) no-repeat top left;
	width: 20px;
	height: 20px;
}

img.stato1{ background-position: 0 0px;  }
img.stato2{ background-position: 0 -21px;  }
img.stato3{ background-position: 0 -42px;  }
img.stato4{ background-position: 0 -63px;  height: 23px;} 
img.stato5{ background-position: 0 -87px;  } 
img.stato6{ background-position: 0 -108px;  } 
img.stato7{ background-position: 0 -129px;  } 
img.stato8{ background-position: 0 -150px;  } 
img.stato9{ background-position: 0 -171px;  } 
img.stato10{ background-position: 0 -192px;  } 
img.stato11{ background-position: 0 -213px;  } 
img.stato12{ background-position: 0 -234px;  } 
img.stato13{ background-position: 0 -255px;  } 
img.stato14{ background-position: 0 -276px;  height: 25px;} 
img.stato15{ background-position: 0 -302px;  height: 25px;} 
img.stato16{ background-position: 0 -328px;  height: 24px;} 
img.stato17{ background-position: 0 -353px;  } 
img.stato18{ background-position: 0 -374px;  } 
img.stato19{ background-position: 0 -395px;  } 
img.stato20{ background-position: 0 -416px;  } 
img.stato21{ background-position: 0 -437px;  } 
img.stato22{ background-position: 0 -458px;  height: 22px;} 
img.stato23{ background-position: 0 -481px;  } 
img.stato24{ background-position: 0 -502px;  } 
img.stato25{ background-position: 0 -523px;  } 
img.stato26{ background-position: 0 -544px;  } 
img.stato27{ background-position: 0 -565px;  height: 22px;} #toolbarMap {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 1px 1px #888; 
	-webkit-box-shadow: 1px 1px #888; 
	-khtml-box-shadow: 1px 1px #888; 
	-moz-box-shadow: 1px 1px #888;	
	background-color: #3E4246; 
	z-index: 20;
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
	padding: 2px; 
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;	
	margin: 10px 10px 0px -75px;			
}


ul#toolbar a, ul#toolbar a:hover {
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	text-indent: -9999px !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important
}

ul#toolbar {
	margin: 2px !important;
}

ul#toolbar li {
	background-image: url('../img/toolbar.gif?v=4') !important;
	background-repeat: no-repeat !important;
	display: inline !important;
	float: right !important;
	_float:none;
	list-style-type: none !important;
	padding: 0 !important;
	height: 40px !important;
	width: 40px !important;
	_width: 40px;
	cursor: pointer !important;
	margin: 0px !important;
	background-color: transparent !important;
	border: 0 none !important;
	outline: 0 none !important;
	clear: none !important
}

li.tlb-refresh {
	background-position: 0px top !important
}
li.tlb-refresh:hover, li.tlb-refresh-hover {
	background-position: 0px bottom !important
}

li.tlb-legenda {
	background-position: -40px top !important
	
}
li.tlb-legenda:hover, li.tlb-legenda-hover {
	background-position: -40px bottom !important
}

li.tlb-save {
	background-position: -80px top !important
	
}
li.tlb-save:hover, li.tlb-save-hover {
	background-position: -80px bottom !important
}

li.tlb-alert {
	background-position: -120px top !important
	
}
li.tlb-alert:hover, li.tlb-alert-hover {
	background-position: -120px bottom !important
}

li.tlb-autovelox {
	background-position: -160px top !important
}

li.tlb-autovelox:hover, li.tlb-autovelox-hover {
	background-position: -160px bottom !important
}

li.tlb-meteo {
	background-position: -200px top !important
}
li.tlb-meteo:hover, li.tlb-meteo-hover {
	background-position: -200px bottom !important
}



#contentLeggenda {
	box-shadow: 1px 1px #888; 
	-webkit-box-shadow: 1px 1px #888; 
	-moz-box-shadow: 1px 1px #888;	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #FFFFFF;
	background-color: #333333;
	z-index: 20;
	opacity: 0.9;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	padding: 10px;
	margin: 5px;		 
	position: absolute;
	right: 5px;
	top: 70px;	
}

#contentLeggenda div#close {
	background-image: url('../img/close.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 34px;
	position: inherit;
	top: -20px;
	left: -15px;
	z-index: 99999;
}

#contentLeggenda div#close a, #contentLeggenda div#close a:hover {
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	text-indent: -9999px !important;
	background-color: transparent !important;
	text-decoration: none !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important
}

#contentLeggenda ul {
	list-style-type:none;
	padding:2px;
}

#contentLeggenda ul li{
	clear:both;
	border-bottom: 1px dashed #4E4E4E;
}

#contentLeggenda ul li:first-child{
	clear:both;
	border-bottom: none;
}

.barLeggenda {
	width:10px;
	height:3px;
	float:left;
	display:inline;	
	margint-right:5px;
	border:1px solid #8583F3;
	margin-top:6px;
	padding: 1px;
}


.textLeggenda {
	float:left;
	display:inline;	
	padding:1px;
	padding-left:5px;
}
#left, #right { 
  width: 47%; 
  margin-top:20px;  
} 

#left  { float:left;  }
#right { float:right; } 



div#tracciato {						
	margin-top:25px;
	padding:25px;
	clear: both;	
}

div#road {
	width: 39px;	
	background: url("/img/road.gif") repeat-y;
	position: relative; 
	left: 0px;
	float:left;
}

div#svincoliLeft{	
	position: relative; 
	left: 0px;
	width: 40%;
	text-align: right;
	padding-right:5px;
	float:left;
}

div#svincoliRight{	
	position: relative; 
	left: 0px;
	width: 40%;
	text-align: left;
	padding-left:5px;
	float:left;
}

.svincolo {
	color: #153592;
	font-size: 10px;
	margin:0px;
	padding:0px;
	
}

.svincolo a {
	text-decoration:none;
}

div#resultRoute, div#alternativeRoute {
	display: block; 
	margin-bottom:7px;
}

div#alternativeRoute {
	margin-bottom:0px;
}

.titleResult h3 {
	color: white;
}.humane {
  position: fixed;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 100000;
  display: none;
}
.humane {
  font-family: Helvetica Neue, Helvetica, san-serif;
  font-size: 18px;
  letter-spacing: -1px;
  top: 0px;
  left: 10%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  width: 40%;
  color: white;
  padding: 10px;
  text-align: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg==');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93AAF0), color-stop(1, #5C80E9)) no-repeat;
  background: -moz-linear-gradient(top, #93AAF0 0%, #5C80E9 100%) no-repeat;
  background: -webkit-linear-gradient(top, #93AAF0 0%, #5C80E9 100%) no-repeat;
  background: -ms-linear-gradient(top, #93AAF0 0%, #5C80E9 100%) no-repeat;
  background: -o-linear-gradient(top, #93AAF0 0%, #5C80E9 100%) no-repeat;
  background: linear-gradient(top, #93AAF0 0%, #5C80E9 100%) no-repeat;
  background-color: #93AAF0;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px
  -ms-border-radius: 0px 0px 5px 5px
  -o-border-radius: 0px 0px 5px 5px
  border-radius: 0px 0px 5px 5px
  text-shadow: 0 1px 1px gray;
  -moz-box-shadow: 6px 6px 12px black;
  -webkit-box-shadow: 6px 6px 12px black;
  -ms-box-shadow: 6px 6px 12px black;
  -o-box-shadow: 6px 6px 12px black;
  box-shadow: 6px 6px 12px black;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.humane p,
.humane ul {
  margin: 0;
  padding: 0;
}
.humane ul {
  list-style: none;
}
.humane.humane-info {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII=');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.70)), color-stop(1, rgba(0,0,0,0.85))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
  background: linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
}
.humane.humane-success {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAASElEQVQokc2SMQ4AIAgDD9/K/79QVzWaENTownAJbWnA5SqACkA/Aiy59hczrGVC30Q7y57EmNU5NL5zwln50IMsfZMel+UBKtFBQSLWM9wLAAAAAElFTkSuQmCC');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFe767), color-stop(1, #FFDF34)) no-repeat;
  background: -moz-linear-gradient(top, #FFe767 0%, #FFDF34 100%) no-repeat;
  background: -webkit-linear-gradient(top, #FFe767 0%, #FFDF34 100%) no-repeat;
  background: -ms-linear-gradient(top, #FFe767 0%, #FFDF34 100%) no-repeat;
  background: -o-linear-gradient(top, #FFe767 0%, #FFDF34 100%) no-repeat;
  background: linear-gradient(top, #FFe767 0%, #FFDF34 100%) no-repeat;
  background-color: #FFe767;
  color: #153592;
  text-shadow: 0 -1px 1px #CECE00;
}
.humane.humane-error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg==');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF5034), color-stop(1, #A62511)) no-repeat;
  background: -moz-linear-gradient(top, #FF5034 0%, #A62511 100%) no-repeat;
  background: -webkit-linear-gradient(top, #FF5034 0%, #A62511 100%) no-repeat;
  background: -ms-linear-gradient(top, #FF5034 0%, #A62511 100%) no-repeat;
  background: -o-linear-gradient(top, #FF5034 0%, #A62511 100%) no-repeat;
  background: linear-gradient(top, #FF5034 0%, #A62511 100%) no-repeat;
  background-color: #ee5f5b;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
}
.humane.humane-animate {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.humane.humane-js-animate {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#cookie-bar {background:#111111; height:auto; min-height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; font-size: 0.8rem}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto; }
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#7191f0;}
#cookie-bar .cb-policy:hover {background:#0055dd;}