body {
	font-family: SourceSansPro-Light, Arial, sans-serif;
	font-size:11pt;
	color:#231F20;
	fill:#231F20;
}	


section#ReutersGraphicsCharts{
	width:100%;
	margin: 0 auto 0 auto;
	position:relative;
	
}
#fallback{
	margin:100px auto 100px auto;
	font-size: 20px;
	text-align: center;
	
}

section#ReutersGraphicsCharts header{
  position: fixed;
  text-align: center;
  top:0;
  left:-2px;
  width: 100%;
  padding: 10px 0 20px 0;
  background: #FFF;
  -webkit-box-shadow: 0 0px 10px -2px #cccccc;
  -moz-box-shadow: 0 0px 10px -2px #cccccc;
  box-shadow: 0 0px 10px -2px #cccccc;
  z-index: 10000000;
	
}

section#ReutersGraphicsCharts #logo{
	background-image: url('thelogo.png');
	height:20px;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	margin-top:10px;
}

section#ReutersGraphicsCharts #mainGraphic{

  padding-bottom: 40px;
  width:1200px;
  margin: 70px auto 0 auto;
}



.scatter-dots{
	opacity: 0.8;
	fill: #722E76;
	
}
.scatter-dots:hover{
	fill:orange;
}
#scattergraphic{
	margin-bottom:50px;
}
.pointer{
	vertical-align: top;
	position: relative;
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	color:gray;
	display:none;
}
td.selected .pointer{
	display:block;
}

td.selected{
	font-family:SourceSansPro-Bold, Arial, sans-serif;
}
.arrow{
	background-image: url(arrow.png);
	background-position: center center;
	width:34px;
	height:14px;
	vertical-align: top;
	margin:0 auto 3px auto;
}

svg {
	display:block;
	margin: 0 0 -4px 0;
}



#dataTable thead td{
	cursor:s-resize;
	text-align: center;
	text-transform:uppercase;
	padding-bottom: 4px;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1200px;
  text-align: left;
}

th {
	font-weight: normal;
  font-family: SourceSansPro-Light, Arial, sans-serif;	
  text-align: left;
  padding-right: 6px;
  min-width: 40px;

}

.company{
	font-family: SourceSansPro-Bold, Arial, sans-serif !important;
	font-weight: normal !important;
	margin:-1px 0 10px 0;
}

thead td {
  cursor: pointer;
}

tbody tr:first-child td {
  padding-top: 10px;
}

tbody tr:first-child th {
  padding-top: 10px;
}

tbody td {
  padding: 0;
  border-left: 0;

}

tbody tr {
	  max-height:20px !important;
	  border-bottom: 1px solid #AFBABF;
	  padding: 0 5px 0 5px;
	 
}
tbody tr td{
	 background-color: rgba(185, 167, 121, .12);
	 border-right:2px solid white;
}

tbody tr:hover {
	background-color: #D8DDEE !important;
	
}
thead{
	border-bottom: 5px solid black;
	margin-bottom: 20px !important;
	vertical-align: bottom;
	
	
}



tbody tr.clicked {
	background-color: #D4D8DA;
	font-family: SourseSansPro-Bold, Arial, sans-serif;
	
}

tbody rect {
  fill: red;
}

tbody tr.clicked rect {
  fill: #E11F27 !important;
}

a{
	text-decoration: none;
	color:black;
	font-family: SourceSansPro-Bold;
}


footer {
  float: left;
  background-color: #F3F3F3;
  border-top: 1px solid #EAEAEA;
  color: #aaa;
  width: 100%;
}
footer .wrapper {
  padding: 1.8em 0;
}
footer a:link,
footer a:visited {
  color: #949494;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #444444;
}
footer ul {
  margin-bottom: 1.9em;
  color: #ddd;
  font-size: .75em;
  text-align: center;
}
footer li {
  display: inline;
  border-right: 1px solid #CCC;
  margin-right: .3em;
  padding-right: 0.6em;
}
footer li.last-child {
  border: none;
}
footer li.adchoices {
  padding-right: 1.7em;
  background: transparent url("../img/sprite-footer.png") no-repeat right 2px;
}
footer p {
  font-size: .7em;
  line-height: 1.6em;
}


/*size the hed and dek and tooltips*/	
.hed {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size: 36pt;
	text-align: center;
	margin-bottom:-18px;
	margin-top:10px; 
	}
.dek {
	font-size: 16pt;
	margin-bottom:40px;
	text-align: center; 
	}	

/*tooltips get centered*/
.tip1, .tip2, .tip3 {
	text-align: left;
	font-size: 12pt; 
}
.tip1 {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size: 14pt;
	margin-bottom:-5px; 
	margin-top:0px;
	}
.tip1 .company{
	font-family: SourceSansPro-Light,Arial, sans-serif !important;
}	
.tip2 {
	margin-bottom:4px;
	line-height: 1.4; 
	}	
.tip3 {
	margin-bottom:0px; 
	}	


/*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;
	fill:gray;
	}
.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;
}



@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: 250px; 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; }
    
