@font-face {
    font-family: Eurostile;
    src: url(../font/eurostile.TTF);
}

th {
    text-align: center;
}

td {
    vertical-align: center;
}

a:link, a:visited,  a:hover, a:active {
    color: #000000;
	font-weight: bold;
	text-decoration: none;
}

label {
display: none;
}

html, body, #map_canvas {
	line-height: 1.2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Eurostile;
    font-size: small;
	letter-spacing: 1px;
	color:#666666;
    background: #fff;
}


#intro {
    /* font-size: small; */
    /* height: 275px; */
	width: 1000px;
    position: relative;
	left: 50%;
    margin-left: -500px;
	
	padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255,255,255,0.9);

}

#cit_ext {
    /* font-size: small; */
    /* height: 275px; */
	width: 1000px;
    position: relative;
	left: 50%;
    margin-left: -500px;
	
	padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255,255,255,0.9);
	/* display: none; */
	overflow:auto;
	/* box-shadow: 5px 5px 5px #888888; */
	border:0px solid;
	border-color: #333399;
	border-radius: 20px;
	-moz-border-radius: 20px; /* firefox */
    -webkit-border-radius: 20px; /* safari, chrome */
}




#disclaimer {
    /* font-size: small; */
    /* height: 225px; */
	width: 1000px;
    position: relative;
	left: 50%;
    margin-left: -500px;
	padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255,255,255,0.9);
	/* display: none; */
	overflow:auto;
	/* box-shadow: 5px 5px 5px #888888; */
	border:0px solid;
	border-color: #333399;
	border-radius: 20px;
	-moz-border-radius: 20px; /* firefox */
    -webkit-border-radius: 20px; /* safari, chrome */
}

#downloads {
    line-height: 1.2;
    width: 360px;
    position: relative;
    /* top: 605px; */
	padding-top:10px;
    padding-bottom:10px;
    padding-left: 25px;
	padding-right: 5px;
	background-color: rgba(255,255,255,0.9);
	left: 50%;
    margin-left: -180px;
	/* font-size: small; */
	/* overflow:auto; */
	/* box-shadow: 5px 5px 5px #888888; */
	border:6px solid;
	border-color: #333399;
	border-radius: 20px;
	-moz-border-radius: 20px; /* firefox */
    -webkit-border-radius: 20px; /* safari, chrome */
}


#license {
	width: 1000px;
	position:relative;
	left: 50%;
    margin-left: -500px;
	padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
	color: #000000;
	/* box-shadow: 5px 5px 5px #888888; */
	background-color: rgba(255,255,255,0.55);
}
#banner {
	text-align: center;
	z-index: 1;
	margin: auto;
	/* box-shadow: 5px 5px 5px #888888; */
	background-color: rgba(255,255,255,1);
}

#logo_ingv {
	position:absolute;
	z-index: 1;
	margin: auto;
	top: 30px;
	right: 20px;
	/* box-shadow: 5px 5px 5px #888888; */
	background-color: rgba(255,255,255,1);
}

  
#CIT {
    background-color: #666666; 
}

abbr {
  border-bottom: none;
  cursor: help;
  text-decoration: none 
}
