/*****************/
/* Markets Tabs */
/*****************/
.tabs,
.module.mod-tabs .tabs{
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

.tabs ul,
.module .moduleBody .tabs ul {
    float: left;
    margin: 0;
    padding: 0;
	width:100%;
}
.tabs ul li,
.module .moduleBody .tabs ul li {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    list-style-type: none;
	float: left;
	text-align: center !important;
}
.tabs ul li:last-child,
.module .moduleBody .tabs ul li:last-child,
.company-primary-chart .tabs ul li:last-child,
.sec-markets .mod-tabs .tabs ul li:last-child  {
    border-right: none;
}
.tabs ul li,
.tabs ul li a,
.tabs ul li span,
.tabs ul li span.hrefClone, 
.time-button.current span  {
    color: #333;
    display: inline-block;
    font-size: 1em; 
	text-transform: uppercase;
	font-family:knowledge-reg,helvetica,arial,sans-serif;
	font-weight:400;
    font-style:normal;
	padding:12px 0 13px;
}
.tabs ul li{
    padding: 0;
}
.tabs ul li.current span.hrefClone, 
.time-button.current span  {
    font-family:knowledge-medium,helvetica,arial,sans-serif;
    font-weight:500;
    font-style:normal;
}

.tabs ul li.current,
.module .moduleBody .tabs ul li.current {
	background: #f5f5f5;
}

.tabs ul li.current a,
.tabs ul li.current span.hrefClone,
.module .moduleBody .tabs ul li.current a,
.module .moduleBody .tabs ul li.current span.hrefClone, .time-button.current {
    color: #333;
}

.tabs.flushLeft {
    margin: 0;
}
.tabs.inline {
    margin: 0 0 10px 0;
}
.tabs.inline ul {
    padding: 0 0 0 10px;
}
.module.module-tabs-light .module-container .module-header{
    margin: 0 0 25px;
}
.module-tabs-light .tabs{
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}
.chart-quote-tabs.tabs,
.module.mod-tabs.chart-quote-tabs .tabs {
	float: none;
	overflow: hidden;
	width: inherit;
}
.chart-quote-tabs .tabs {
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: none;
	overflow: hidden;
	width: inherit;
}
.jp-tabs.tabs{
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
}
 /*****************/
/* End of Standard Tabs */
/*****************/
.module-wire-light .module-container-wire{
    padding: 0;
}


/*****************/
/* Chart Modules */
/*****************/
.chart-module .chart-labels {
	padding: 10px 0 30px;
	font-family: knowledge-light,helvetica,arial,sans-serif;
	font-weight:300;
    font-style:normal;
	font-size: 1.2em;
	color: #666;
}

.chart-module .chart-labels .index,
.chart-module .chart-labels .sector {
	float: left;
	width: 45%;
}

.chart-module .chart-labels .price-last {
	float: right;
	padding-right: 10px;
	width: 22.5%;
	text-align: right;
}

.chart-module .chart-labels .price-change {
	float: right;
	width: 22.5%;
	text-align: right;
}

.chart-module .chart-table {
	width: 100%;
}

.chart-module .chart-row {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.chart-module .chart-row:last-child {
	border-bottom: none;
}

.chart-module .chart-row .chart-subrow{
	overflow: hidden;
}

.chart-module .chart-row .chart-index,
.chart-module .chart-row .chart-sector {
	float: left;
	width: 36%;
}
.chart-module .chart-quote-module .chart-row .chart-index,
.chart-module .chart-quote-module .chart-row .chart-sector {
	float: left;
	width: 33%;
}

.chart-row .chart-index .index-name a,
.chart-row .chart-sector .sector-name a {	
	color: #FF8000;
	text-decoration: none;
}

.chart-row .chart-index .index-name,
.chart-row .chart-sector .sector-name {	
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	color: #333;
}

.stock-sector .chart-row .chart-index .index-name {	
	font-size: 1.4em;
}

.chart-row .chart-index .index-ric,
.chart-row .chart-sector .sector-ric {
	font-size: 1.4em;
	color: #666;
	display: block;
	padding-top: 10px;
}

.chart-module .chart-row .chart-price-last {
	float: right;
	padding-right: 10px;
	/*width: 36%;*/
	text-align: right;
	color: #666;
}
.chart-module .chart-quote-module .chart-row .chart-price-last {
    /*width: 39%;*/
}

.chart-row .chart-price-last .last-price {
	font-size: 1.6em;
	color: #333;
}

.chart-row .chart-price-last .last-price-currency {
	font-size: 1.1em;
	color: #333;
}

.chart-row .chart-price-last .last-price-time {
	font-size: 1.2em;
	display: block;
	padding-top: 10px;
    text-transform: uppercase;
}

.chart-module .chart-row .chart-price-change {
	float: right;
	width: 24%;
	text-align: right;
}

.chart-row .chart-price-change .price-change {
	font-size: 1.6em;
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
}

.chart-row .chart-price-change .percent-diff {
	padding-top: 6px;
	font-size: 1.6em;
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
	display: block;
}

.chart-row .chart-price-change .exp-date {
	padding-top: 10px;
	font-size: 1.1em;
	color: #666;
	display: block;
}

.chart-row .chart-price-change .exp-date .exp-date-label{
	font-size: 1em;
}

/*****************/
/* End Chart Modules */
/*****************/

/* Market Tables */
.bond-module #bondTable th,
.currency-module .currency-pair-table th {
	color: #808080;
    font-family: knowledge-light,helvetica,arial,sans-serif;
    font-weight:300;
    font-style:normal;
    font-size: 1.2em;
    font-weight: 100;
    text-align: right;
    text-transform: uppercase;
}

.bond-module #bondTable tr th,
.currency-module .currency-pair-table th {
	border-bottom: none;
}

.bond-module #bondTable tr{
    border-bottom: 1px solid #eee;
}

.bond-module #bondTable tr:first-child{
    border-bottom: none;
    height: 5em;
}
.mod-tabs-table .bond-module #bondTable tr:first-child{
    height: auto;
}
.bond-module #bondTable th:first-child,
.currency-module .currency-pair-table th:first-child {
	text-align: left;	
}
.mod-tabs-table tr:first-child th{
    text-transform: uppercase;
}
.data-table .data-table-name,
.module.mod-tabs-table .data-table-name{
	color: #000000;
    font-size: 1.3em;
    font-weight: 700;
}
#marketsTable .data-table-index-name a{
    color: #ff8000;
    text-decoration: none;
}
#marketsTable .data-table-index-ric{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}
.sec-markets .dataTable .data-table-time,
.sec-markets .dataTable .last-timestamp{
    color: #999;
    font-size: 12px;
    padding-top: 0;
}
.sec-markets .module.mod-tabs-table .more-link a { background: none; }
.ten-year-yield .bond-module #bondTable .bondName{
    font-size: 1.6em;
}
.module.mod-tabs-table .data-table-change,
.bond-module #bondTable .bondChange{
	font-size:16px;
	text-align:right;
	clear:both;	
    vertical-align: top;
}
.module.mod-tabs-table .pos.data-table-change,
.bond-module #bondTable .pos.bondChange,
.module.mod-tabs-table .neg.data-table-change,
.bond-module #bondTable .neg.bondChange{
    font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
}
.module.mod-tabs-table .data-table-value,
.bond-module #bondTable .bondVal{
	color: #333;
    font-size: 13px;
    text-align: right;
    vertical-align: top;
}
#leadstocks.mod-tabs-table .module-container,
#leadbonds.mod-tabs-table .module-container,
#leadcommodities.mod-tabs-table .module-container,
#leadcurrencies.mod-tabs-table .module-container{
    /*padding: 34px 10px 0;*/
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0 8px 0 10px;
    padding: 0 0;
}
#leadstocks.mod-tabs-table .dataTable .data-table-value,
#leadbonds.mod-tabs-table .dataTable .data-table-value,
#leadcommodities.mod-tabs-table .dataTable .data-table-value,
#leadcommodities.mod-tabs-table .dataTable .data-table-change {
	padding-bottom: 4px;
}
/* Color Classes */
.pos {
	color: #46AE32 !important;
}

.neg {
	color: #D80A0A !important;
}

/* Currency Converter */
.currency-module {
	padding-top: 40px;
}

.currency-src,.currency-dest {
}
.currency-converter .currency-unit {
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	color: #999;
	padding-bottom: 10px;
}

.currency-converter .converter-container {
	position: relative;
	background: #eee;
	height: 36px;
}

.currency-converter .currency-value {
	background-color: #eee;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	height: 36px;
	padding: 0 5px;
	font-size: 2.2em;
	color: #333;
	position: absolute;
	left: 0;
    width: 95%;
}

.currency-converter .currency-options {
	width: 80px;
	height: 36px;
	padding: 0 5px;
	border: 0;
	border-radius: 0;
	background: url(http://s2.reutersmedia.net/resources_v3/images/down-arrow-white.png) no-repeat right #666;
	background-size: 14px;
	-webkit-appearance: none;
	background-position-x: 58px;
	background-position-y: 16px;
	line-height: 1;
	font-size: 1.6em;
	color: #fff;
	position: absolute;
	right: 0;
}

.currency-converter .converter-arrow {
    background: url(http://s4.reutersmedia.net/resources_v3/images/converter-arrow.png) no-repeat 0 0;
	background-size: 19px;
	height: 19px;
	width: 19px;
	margin: 10px auto 0;
	cursor: pointer;
}
.currency-converter .converter-arrow:hover,
.currency-converter .converter-arrow:active{
    background-position: 0 -19px;
}

section.currency-module table.currency-pair-table tr:first-child { border: none;}
section.currency-module table.currency-pair-table tr { border-bottom: 1px solid #ddd; }

/* Currency Pair Table */
.currency-pair{
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.currency-pair .currency-options {
	float: right;
	padding-top: 10px;
	font-size: 1.6em;
	color: #444;
}

.currency-pair .currency-options select{
	width: 64px;
	height: 28px;
	padding: 0 6px;
	border: 0;
	border-radius: 0;
	background: url(http://s4.reutersmedia.net/resources_v3/images/down-arrow.png) no-repeat right #eee;
	background-size: 12px;
	-webkit-appearance: none;
	background-position-x: 45px;
	background-position-y: 13px;
	line-height: 1;
}

.currency-pair .currency-options span {
	padding-right: 10px;
}

.currency-pair-table th {
	font-size: 1.1em;
}

.currency-pair-table .currency-name {
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	color: #333;
	vertical-align: top;
	padding: 10px 0;
}

.currency-pair-table .currency-last,.currency-pair-table .currency-change {
	text-align: right;
	font-size: 1.6em;
	vertical-align: top;
	padding: 10px 0;
}

.currency-pair-table .currency-last {
	color: #666;
}

.currency-pair-table .currency-last .last-timestamp, .last-timestamp {
	font-size: 12px;
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
}

.currency-pair-table .currency-change {
	font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
}

/* Markets */
.sec-markets .mod-tabs  .module-container{
    padding: 0;
    margin: 0 10px;
}
.module.mod-tabs{
    margin: 0;
    padding: 0;
}
.module.mod-tabs-table .more-link{
    margin: 0;
}
.module.mod-tabs-table .more-link a{
    background: #f5f5f5;
    display: inline-block;
    padding: 16px 10px 16px 0;
    text-align: right;
    width: 100%;
}
.sec-markets .mod-tabs-panel .chart-container,
.sec-markets .mod-tabs-panel .module-container{
    background: #f5f5f5;
    padding: 0 10px 0 10px;
}

.sec-markets .mod-tabs-panel-light .chart-container,
.sec-markets .mod-tabs-panel-light .module-container,
.sec-markets .mod-tabs-panel .module-container{
    background: #fff;
}

.sec-markets .mod-tabs-panel .chart-container{
    height: 200px;
    position: relative;
}
.sec-markets .mod-tabs-panel.company-primary-chart .chart-container {
    height: auto;
}
.chart-container-img{
    position: relative;
    z-index: 5;
}
.chart-container-img img{
    width: 100%;
}
.company-primary-chart .chart-container-img{
    padding: 32px 0 0;
}
.company-primary-chart .tabs ul li.current,
.sec-markets .mod-tabs .tabs ul li.current {
	background: #fff;
	border-bottom: none;
}
.company-primary-chart .tabs ul li,.sec-markets .mod-tabs .tabs ul li
{
	 background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.sec-markets .mod-tabs-table .module-container,
 {
    
    margin: 0px 8px 0 10px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #ddd;
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
}
.sec-markets .module.mod-tabs .tabs  {
	border-right: 1px solid #dddddd;
    border-left: 1px solid #ddd;
}
.sec-markets .dataTable{
    background: #fff;
}
.sec-markets .dataTable th,
.sec-markets .dataTable td,
.sec-markets .bond-module #bondTable th{
    border-bottom: 1px solid #eee;
}
.sec-markets .dataTable th,
.sec-markets .dataTable td{
    padding: 14px 7px 13px;
    vertical-align: top;
}
.sec-markets .dataTable th,
.sec-markets .dataTable td,
.sec-markets .dataTable td.data-table-name,
.sec-markets .bond-module #bondTable .bondVal,
.sec-markets .module.mod-tabs-table td.data-table-change,
.sec-markets .bond-module #bondTable .bondChange{
    font-size: 1.4em;
    text-align: right;
}
.sec-markets .dataTable td .data-table-value,
.sec-markets .module.mod-tabs-table div.data-table-change{
    font-size: 1em;
}
.sec-markets .dataTable th:first-child,
.sec-markets .dataTable tr td:first-child{
    text-align: left;
    vertical-align: top;
}
.sec-markets .dataTable#currPairs th{
    color: #333;
    font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4em;
}
.sec-markets .dataTable td{
    height: 32px;
}
.sec-markets .mod-tabs-table .dataTable tr:first-child th{
    padding: 11px 7px;
}
.sec-markets .dataTable#currPairs tr:first-child th:first-child,
.sec-markets .dataTable#bondTable th,
.sec-markets .dataTable#marketsTable th{
    font-weight: normal;
	font-family: knowledge-light,helvetica,arial,sans-serif;
	font-weight:300;
    font-style:normal;
	color: #666;
	font-size: 1.2em;
}
.chart-table-info{
    text-align: right;
}

.chart-table-date-txt,
.chart-table-date{
    color: #999;
    display: inline-block;
    font-size: 1.1em;
    margin: 11px 4px 11px 0;
}
.chart-table-date{
    text-transform: uppercase;
}

.chart-container {
    clear: both;
}

.sec-bonds .bond-module td{
    padding: 15px 0;
}
.sec-bonds .bond-module td.bondName{
    display: block;
    font-size: 1.6em;
    font-family: knowledge-medium,helvetica,arial,sans-serif;
	font-weight: 500;
    vertical-align: top;
}
.sec-bonds .bond-module #bondTable .bondVal{
    font-size: 1.6em;
}
.sec-bonds .bond-module td.data-table-value .last-timestamp{
    color: #666666;
    font-size: 12px;
    padding: 0;
}


/* More Link */
.module .more-link{
    background: #fff;
    font-family: knowledge-reg,helvetica,arial,sans-serif;
    font-weight:400;
    font-style:normal;
    font-size: 1.6em;
    margin: 0 8px 0 0;
    width: 100%;
}
.module .more-link a{
    color: #444;
    float: right;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
}
.module.video-module .more-link{
    margin: 12px 8px 0 0;
}
