		/**********************************my tabs***************************/
/* root element for tabs  */
#block-mychart-charts-with-tabs ul.chart-tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #c7c7c7;
    height:31px;
    width:294px;

}

/* single tab */
#block-mychart-charts-with-tabs ul.chart-tabs li {
   /* float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;*/
    		 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #6bb4f6; /* Old browsers */
	background: -moz-linear-gradient(top, #6bb4f6 0%, #4591d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb4f6), color-stop(100%,#4591d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6bb4f6 0%,#4591d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb4f6', endColorstr='#4591d6',GradientType=0 ); /* IE6-9 */
    border-color: #c7c7c7;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px 0;
    float: left;
    margin: 0 2px 0 0;
    min-width: 5em;
   /* padding: 0 1px 1px;*/
}

#block-mychart-charts-with-tabs ul.chart-tabs li:last-child  {
	margin:0;
}

/* link inside the tab. uses a background image */
#block-mychart-charts-with-tabs ul.chart-tabs a {
    font-size: 11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 70px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

#block-mychart-charts-with-tabs ul.chart-tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
#block-mychart-charts-with-tabs ul.chart-tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#block-mychart-charts-with-tabs ul.chart-tabs a.current, 
#block-mychart-charts-with-tabs ul.chart-tabs a.current:hover, 
#block-mychart-charts-with-tabs ul.chart-tabs li.current a {
   /* background-position: -420px -62px;*/
     background: white;
  color: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
#block-mychart-charts-with-tabs ul.chart-tabs a.s { background-position: -553px 0; width:81px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.s:hover { background-position: -553px -31px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
#block-mychart-charts-with-tabs ul.chart-tabs a.l { background-position: -248px -0px; width:174px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.l:hover { background-position: -248px -31px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
#block-mychart-charts-with-tabs ul.chart-tabs a.xl { background-position: 0 -0px; width:248px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.xl:hover { background-position: 0 -31px; }
#block-mychart-charts-with-tabs ul.chart-tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

/* tab pane styling */
.panes {
	box-shadow: 1px 1px 15px #aaa;
}

.panes div {
    display:none;
    padding:15px 10px;
    border: 1px #c7c7c7 solid;
    border-top:0;
    font-size:11px;
    background-color:#fff;

}

.front .panes div {
	min-height: 328px;
}
.panes_specific div {
    display:none;
    padding:15px 10px;
    border:1px solid #999;
    border-top:0;
   
    font-size:14px;
    background-color:#fff;
    width: 550px;
}
.direction{
    background: url("/sites/all/themes/fnew/images/arrows-sprite.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 12px;
    margin: 0.5em 0.75em;
    width: 16px;	
  }
.down{
    background: url("/sites/all/themes/fnew/images/arrows-sprite.png") no-repeat scroll 0 -8px transparent;
  }
 .up{
   background: url("/sites/all/themes/fnew/images/arrows-sprite.png") no-repeat scroll 0 4px transparent;
  }
  
/*#block-mychart-major-quotes th,
#block-mychart-major-quotes td{
	--font-size: 11px;
}*/

.panes_specific table.sticky-enabled {
    width: 100%;
}
table.sticky-enabled .direction {
    float: none;
    display: inline-block;
}