html{
	background-color: #000;
	height: 90%;
}

#earthquakes {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	font-size: 10px;
}

.loadingEQ {
	display: none;
	z-index: 100000000000000000;
	position: absolute; 
	top: 0px;
	height: 100%;
	width: 100%;
	overflow:auto;
    background: rgba( 255, 255, 255, .5 ) url('/img/loading.gif') no-repeat center;
}

.map-container {
	position: relative;
	width: 100%; 
	height: 87%; 
}

.table-container {
	position: relative;
}

.fullmap {
	position: relative;
	width: 100%; 
	height: 100%; 
}

.canvasMap {
	position:absolute; 
    top:350px; 
    left: 15px;
	width: 15px;
	height: 15px;
	border: 1px solid black;
    z-index:1000; 
}

.eqLegend{
    position:absolute; 
    top:10px; 
    left: 50px;
	padding: 5px;
    z-index:1000; 
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";
	border: 1px solid #000;
	font-size: 20px;
}

.EQRightBar {
	position: absolute; 
	top: 60px; 
	right: 10px; 
	padding: 5px;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";
	border: 1px solid #000;
	color: #000;
	font-size: 20px;
	z-index:1000;
}

.lastEQDescription {
	position:absolute;
	color: #fff;
	padding: 0px 10px 0px 0px;
	text-align: center;
	z-index:10000;
	bottom:0px;
	left: 1px;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 1.0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
	font-size: 22px;
}

.eqTitle { 
	position: absolute; 
	right: 20px; 
	top: 10px; 
	text-shadow: 2px 2px 0px rgba(255,255,255,0.8);
	z-index:1000;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.eqTitleLink { 
	position: absolute; 
	right: 20px; 
	top: 40px; 
	z-index:1000;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.highlightEQInfo{
	font-weight:bold; 
	font-size: 24px;
	color: #FFD700
}

.EQDialog{
	position: absolute; 
	top: 40px; 
	left: 1%; 
	width: 74%; 
	min-height: 728px;
	height: 10%;
	background-color:#000;
	border: 1px solid black
}


/* FORM DI RICERCA */

.searchButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}


.EQCatalogue{
	display: none;
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding: 5px;
    z-index:100000; 
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";
	border: 1px solid #000;
}


.form-field {
   position: relative;
   border: 1px solid #c9b7a2;
   background: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:80px;
   }

   
 .form-datefield {
   font-family: 'Helvetica', Arial, Lucida Grande, sans-serif !important;
   border: 1px solid #c9b7a2;
   background: #f6f3e8;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:80px;
   }
 
.form-title {
   #margin-bottom:10px;
   text-shadow: #fdf2e4 0 1px 0;
   }

.submit-button {
   border: 1px solid #5a6c74;
   color: #000000;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }
 
 
/* navigation */

.navEQ a {
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  border-right: 1px solid #999;
  display:block; 
  background: #000; 
  color: #efefef; 
  text-decoration: none;
  padding: 15px 15px;
  font-size: 12px;
  position: relative;
}

.navEQ a.active {
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  border-right: 1px solid #999;
  display:block; 
  background: #2b4c7d; 
  color: #efefef; 
  text-decoration: none;
  padding: 15px 15px;
  font-size: 12px;
  position: relative;
}

.navEQ a.home {
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  border-right: 1px solid #999;
  display:block; 
  background: #000; 
  color: #efefef; 
  text-decoration: none;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.navEQ{  
  vertical-align: top; 
  display: inline-block;
}
.navEQ li {
  position: relative;
}
.navEQ > li { 
  float: left; 
}

.navEQ > li.username {
	float: right;
  	background-color: #000;
  	padding: 13px 13px;
  	margin: 2px;
  	color: #FFD700;
}

.navEQ > li.clock {
	float: right;
  	#border-right: 1px solid #999; 
}

.navEQ > li.reset {
	padding: 13px 13px;
  	margin: 2px;
	float:right	;
	border-right: 1px solid #999;
}

.navEQ > li.reset:hover {
	cursor: pointer;
	background-color: #FF0000;
  	font-weight: bold;
	padding: 13px 13px;
  	margin: 2px;
	float:right	;
}

.navEQ > li:hover, 
.navEQ > li:hover > a { 
  border-bottom-color: orange;
}

.navEQ > li:active > a { 
  background-color : #008cba;
}

.navEQ li:hover > a { 
  background-color : #444;
}
.navEQ li:hover > a.home { 
  background-color : #000;
}


/* submenu positioning*/
.navEQ ul {
  position: absolute;
  white-space: nowrap;
  z-index: 100000;
  left: -99999em;
}
.navEQ > li:hover > ul {
  left: auto;
  min-width: 100%;
}
.navEQ > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: 0px;
}

td.highMag {
	font-weight: bold;
	color: #ff0;
}

.sameDay td{
	background-color:#666
}