@CHARSET "UTF-8";

.fqTabPanel {
  background-color: #FFFFFF;
  color: #000000;
  border-top: none;
  padding-top: 5px;
}

.fqTabPanel .gwt-Label {
	color: #000000;
	white-space: nowrap;
}
	
.fqTabPanel td{
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

.fqTabPanel-Dark {
  background-color: #21242b;
  color: #21242b;
  border-top: none;
  padding-top: 5px;
}

.fqTabPanel-Dark .gwt-Label {
	background-color: #21242b;
	color: #939194;
	white-space: nowrap;
}
	
.fqTabPanel-Dark td{
  background-color: #34353a;
  color: #FFFFFF;
  /*font-weight: bold;*/
}

.fqHighlight {
  background-color: #FFFFBD;
}

.fqHighlight-Dark {
  background-color: #8c8585;
}

.fqHighlight button.buyBut, .fqHighlight button.sellBut {
	text-decoration: none;
}

.fqTable td.fqNormal, .fqNormal {
  background-color: white;
  color: black;
}

.fqTable td.fqNormal, .fqNormal, .align-center {
  background-color: white;
  text-align: center;
  color: black;
}

.fqTable td.fqNormal, fqNormalLastNC {
  background-color: white;
}

.fqTable td.fqNormal-Dark, .fqNormal {
  background-color: #696969;
  color: white;
}

.fqTable td.fqNormal-Dark, .fqNormal, .align-center-Dark {
  background-color: #696969;
  text-align: center;
  color: white;
}

.fqTable td.fqNormal-Dark, fqNormalLastNC {
  background-color: #34353a;
}

.fqTable td.fqNegativeNC, fqNegativeNC {
  text-align:center;
  color: #DC143C;
}

.fqTable td.fqPositiveNC, fqPositiveNC {
  text-align:center;
  color: #006400;
}

.fqTable td.fqNegativeNC-Dark, fqNegativeNC {
  text-align:center;
  color: #e8a7a7;
}

.fqTable td.fqPositiveNC-Dark, fqPositiveNC {
  text-align:center;
  color: #aef2b9;
}

.fqTableBgColor {
	background-color: #DDDDDD;
}

.fqTableBgColor-Dark {
	background-color: #21242b;
}

.fqTable td{
	border: none;
  color: #000000;
  white-space: nowrap;
}

.fqTable td.fqTitles {
  background-color: #CEDCF0;
  text-align: center;
  color: #003366;
}

.fqTable td.fqTitles-Slate {
  background-color: #C0CAD7;
  text-align: center;
  color: #003366;
}

.fqTable td.fqTitles-Aero {
  background-color: #b3e1ff;
  text-align: center;
  color: #003366;
}

.fqTable td.fqTitles-Gray {
  background-color: #e6e6e6;
  text-align: center;
  color: #606060;
}

.fqTable td.fqTitles-Olive {
  background-color: #dbeeca;
  text-align: center;
  color: #18191a;
}

.fqTable td.fqTitles-Dark {
  background-color: #21242B;
  text-align: center;
  color: #939194;
}

.fqTable td.fqTitles-SilverCherry {
  background-color: #CCCCCC;
  text-align: center;
}

.fqTable td.fqTitles-Dark {
  background-color: #21242b;
  text-align: center;
  color: #939194;
}

.fqTable td.fqTitles0 {
  background-color: #fbbebe;
  text-align: center;
}

.fqTable td.fqTitles0_Bid {
  background-color: #fbbebe;
  text-align: left;
}

.fqTable td.fqTitles0_Ask {
  background-color: #fbbebe;
  text-align: right;
}

.fqTable td.fqTitles0-Dark {
  background-color: #34353a;
  text-align: center;
  color: #696969;
}

.fqTable td.fqTitles0_Bid-Dark {
  background-color: #34353a;
  text-align: left;
  color: #696969;
}

.fqTable td.fqTitles0_Ask-Dark {
  background-color: #34353a;
  text-align: right;
  color: #696969;
}

.oecell_Sell {
  padding: 1px 2px;
  text-align: left;
}

.oecell_Sell .fqHighlight  {
  background-color: #FFFFBD;
}

.oecell_Sell-Dark {
  padding: 1px 2px;
  text-align: left;
}

.oecell_Sell-Dark .fqHighlight  {
  background-color: #8c8585;
}

.oecell_Buy {
  padding: 1px 2px;
  text-align: right;
}

.oecell_Buy .fqHighlight {
    background-color: #FFFFBD;
}

.oecell_Buy-Dark {
  padding: 1px 2px;
  text-align: right;
}

.oecell_Buy-Dark .fqHighlight {
    background-color: #8c8585;
}

.oeCellNormal {
	background-color: white;
}

.oeCellUpdate {
	background-color: #85d8F2;
  color: #000000;
}

.buyBut, .sellBut {
  height: 17px;
  padding: 0px;
  line-height: 11px;
  border: none;
  font-weight: bolder;
  color : white;
  background-color: #9bdff5;
  background-image: url( images/buy_button.png ) !important;
  text-decoration: none;
  
}

.sellBut {
	border: none;
	font: bold;
  background-color: #fbbebe;
  background-image: url( images/sell_button.png ) !important;
}

.buyBut-Dark, .sellBut-Dark {
  height: 17px;
  padding: 0px;
  line-height: 11px;
  border: none;
  color : white;
  background-color: #3b7b99;
  background-image: url( images/dark/buy_button.png ) !important;
  text-decoration: none;
  
}

.sellBut-Dark {
border: none;
background-color: #a25556;
background-image: url( images/dark/sell_button.png ) !important;
}

.charts-icon {   
    background-image: url( images/charts.png ) !important;   
}  

.options-icon {   
    background-image: url("images/options.png") !important;   
} 

.pl-icon {   
    background-image: url("images/price_ladder.png") !important;   
} 

.x-btn-left, .x-btn-right {
  width: 3px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}
.x-btn-left i, .x-btn-right i {
  width: 0px;
  margin: 0px;
  padding: 0px;
}

.align-right-panel {
	text-align: right;
}
.align-left-panel {
    text-align: left;
}
.align-center-panel {
    text-align: center;
}
.tab-icon {  
     background-image:url(images/gwt-ext/tabs.gif ) !important;  
     
 } 
 
 .fontColor-DarkTheme {
  color:white;
}
 
 .fontColor-NonDarkTheme {
  color:black;
}
 
 .grains-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Agricultural.png) !important;  
 } 
 .meats-tab-icon {  
    background-image:url(images/DesktopImages/desktop/fqp/meats.png ) !important;  
 } 
 .softs-tab-icon {  
    background-image:url(images/DesktopImages/desktop/fqp/Soft.png ) !important;    
 } 
 .currencies-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Currencies.png) !important;  
 } 
 .stockIndices-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Indices.png) !important;  
 } 
 .interestRates-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Financial.png) !important;   
 } 
 .metals-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Metals.png) !important;  
 } 
 .energy-tab-icon {  
     background-image:url(images/DesktopImages/desktop/fqp/Energy.png) !important;  
 } 
 .diary-tab-icon {  
    background-image:url(images/DesktopImages/desktop/fqp/dairy.png ) !important;   
 } 
 .minis-tab-icon {  
    background-image:url(images/DesktopImages/desktop/fqp/minis.png ) !important;   
 } 
