@charset "UTF-8";
/* CSS Document */

html {
font-family:Arial, Helvetica, sans-serif;
}

text {
font-family:Arial, Helvetica, sans-serif;
}

h2 {
  font-size:100%;
}

.embedsm {
	width: 240px;
}

.embedlg {
	width: 630px;
	height: 400px;
}

.trib {
	 color:grey;
	 font-size:12px;
}

.source {
	 font-size:12px;
}

.boxes {
	visibility:hidden;
}

.graph_hover:hover {
	opacity: .8;
}
  
.graph_hover:hover .boxes {
    visibility:visible;
 } 
  
.pup {
	visibility:hidden;
}
  
.graph_hover:hover .pup {
  position:relative;
  display:block;
  visibility:visible;
  z-index: 200;
  padding: 5px;
  left: 10px;
  top: 20px;
  width: 100px;
  border: #666666 1px solid;
  background-color: #FFF;
  color:#333333;
  font-size: 0.95em;
  opacity: 100;

} 
