#content-content .content { 
  min-height: 460px;
}
#content-content .nostyle { 
  clear: both;
}
#voyager { 
  width: 619px; 
  height: 355px;
}
#bnv-graph { 
  clear: both;
  height: 340px;
  width: 619px;
}
#bnv-graph-container { 
  width: 619px; 
  height: 340px;
  background-color: white;
  padding: 10px;
  position: relative;
  min-height: 355px;
  display: none;
  clear: both;
  margin-bottom: 0px;
}
#bnv-graph-container.popup { 
  width: 900px; 
  height: 535px;
}
#bnv-graph-container.popup #bnv-graph {
  width: 900px;
  height: 535px;
}
#bnv-graph-container.popup .y.axis text { 
  font-size: 0.6em !important;
}
#bnv-controls-wrapper { 
  display: none;
}
#bnv-name-input { 
  margin-left: 10px;
}
#bnv-sex { 
  font-size: 13px;
  color: darkgray;
}
#bnv-sex-selector { 
  display: inline;
}
#bnv-colour-key { 
 float: right;
 vertical-align: top; 
 font-size: 11px;
 color: #ccc;
 line-height: 16px;
 padding-top: 4px;
 display: inline;
}
#bnv-legend { 
 width: 100%;
}
#bnv-legend-title { 
 float: left;
 font-size: 13px;
 color: darkgray;
}
#bnv-graph-label { 
 float: right;
 font-size: 10px;
 color: darkgray;
}
#bnv-loading { 
  text-align: center;
  padding-top: 80px;
  line-height: 30px;
}
#bnv-instructions { 
 display: none;
 float: left;
 margin-bottom: 10px;
}
#bnv-enlarge { 
 display: none;
 float: right;
 font-size: 0.8em;
 text-decoration: underline;
 cursor: pointer;
}
#bnv-no-names { 
  position: absolute; 
  text-align: center; 
  top: 100px; 
  width: 100%; 
  font-size: 14px; 
  pointer-events: none;
  opacity: 0;
}
#bnv-no-script {
  width: 629px; 
  height: 374px; 
  padding: 20px;
}

/* General SVG */
.bnv-chart text { 
  font-family: 'Cabin', sans-serif;
}

/* Axes and ticks */
.axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.x.axis text { 
  font-size: 0.8em;
  opacity: 0.6;
}
.y.axis text { 
  font-size: 0.7em;
  opacity: 0.6;
}
.axis .minor {
  stroke: #ccc;
  stroke-width: 1px;
  opacity: 0.2;
}
.tick line { 
  stroke: #ccc;
  stroke-width: 1px;
  opacity: 0.9;
}
text.label { 
  fill: white;
  text-anchor: middle;
  pointer-events: none;
}

/* Tooltips */
.bnv-tooltip {
  position: absolute;
  text-align: left;
  width: 140px;
  height: auto;
  overflow: hidden;
  padding: 3px 5px;
  background: #ddd;
  border: solid 1px #aaa;
  border-radius: 4px;
  pointer-events: none;
  box-shadow: 2px 2px 3px darkgray;
  color: white;
  border: solid black 1px;
}
.bnv-tooltip h4 { 
  font-size: 16px;  
  line-height: 24px;
  margin: 0;
}
.bnv-tooltip h5 { 
  font-size: 12px;   
  line-height: 18px;
  margin: 0;
}

/* Flash styles */
/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */

#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }
