body {
	font-family: SourceSansPro-Light, Arial, sans-serif;
	font-size:10pt;
	color:#231F20;
	margin-bottom:0px;
	margin-top:0px;
}

.myNumber {font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size:10pt;	
}	

/*clickable navigation*/
.nav, .nav2, .play, .reset, .scalebox  {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size: 12pt;
	cursor:pointer;
	}

/*BUNCHA BOLD STUFF*/
.label, .instructions, .hed, .captiontop, #slidertext, .legend-select  {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	}

/*other chart text is black*/	
.key, .legend, .legend1, .legend-off, .legend-select, .source, .menuchoice {
	fill: #231F20;
	}	

/*size the hed and dek and tooltips*/	
.hed {
	font-size: 24pt;
	margin-bottom:-10px;
	margin-top:10px; 
	}
.dek {
	font-size: 12pt;
	margin-bottom:0px; 
	}	

/*tooltips get centered*/
.tip1, .tip2, .tip3 {
	text-align: center;
	font-size: 10pt; 
}
.tip1 {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size: 14pt;
	margin-bottom:-12px; 
	margin-top:0px;
	}
.tip2 {
	margin-bottom:-12px; 
	}	
.tip3 {
	margin-bottom:0px; 
	}	
/*other type of tooltip*/	
.tooltip{ 
	color: #fff;
	padding: 8px;
	background-color: rgba(0,0,0,.85);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}	

/*odd other text*/	
#slidertext{
	font-size: 18pt;
	color: #AFBABF;
  }
.caption {
	font-size: 18pt;
	margin-top:-10px;
	width:200px;
	}	
.captiontop {
	font-size: 14pt;
	margin-bottom:-12px; 
	}

/*chart stuff*/
/*axis*/
.axis line, .axiszero line  {
	fill: none;
	stroke: #AFBABF;
	shape-rendering: crispEdges;
	}
.axiszero line {
	stroke: #231F20;
	stroke-width: 1.5px;
	}
.axis text {
	font-family:  SourceSansPro-Semibold, Arial, sans-serif;
	font-size: 14px;
	}
.axiszero text, .axis path, .axiszero path {
  display: none;
}

/*lines and area and plot space*/
.line {
  fill: none;
  stroke: #231F20;
  stroke-linejoin: round;
  stroke-linecap:round;
} 
.area, .area2 {
	opacity:0.8;
}
.plot{
fill: #fff;
}
.states {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
}


@font-face {
  font-family: 'SourceSansPro-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGIqjGYJUyOXcBwUQbRaNH6c.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-LightIt';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/fpTVHK8qsXbIeTHTrnQH6H7XMO6S-yJpg1torQFmnv33rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}

.tipsy { position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 0; padding:10px;}

  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #FFF; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.gravity { width: 100%; margin: 5px 0; border-spacing: 5px; }
  .gravity td { text-align: center; vertical-align: middle; padding: 5px 0; background-color: #d0d0d0; width: 33%; }
  .gravity a { }
    .gravity a:hover { color: #505050; background: none; }
    
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.4em;
	height: 1.4em;
	cursor: default;
}

.ui-slider-horizontal {
	height: .6em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.3em;
}



.ui-widget-content {
	
	background: #E7E9EA ;
	color: #E7E9EA;
}




/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	
	background: #E11F27 ;
	font-weight: bold;
	color: #E11F27;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #EA654A ;
	font-weight: bold;
	color: #EA654A;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #E11F27 ;
	font-weight: bold;
	color: #E11F27;
}


/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}
    