﻿
.CurrencySymbol
{
  font-family:tahoma; 
  font-size:9px; 
  text-align:center;
  vertical-align:middle;
  border-color:Gray;
}


 .RatesGridHeadSymbol
 {
  text-align:right; 	
  font-family:tahoma; 
  font-size:11px;
  font-weight:bold; 
  background-image:url(../Images/Rates/currency_pina_left.png);
  color:#192f6f;
 }

 .RatesGridHeadBid 
 {
 	
 text-align:center;
  font-family:tahoma; 
  font-size:11px;
  font-weight:bold; 
  background-image:url(../Images/Rates/currency_BG.png);
  color:#192f6f;
 }
 
  .RatesGridHeadAsc
 {
 text-align  :center;
  font-family:tahoma; 
  font-size:11px;
  font-weight:bold; 
  background-image:url(../Images/Rates/currency_pina_right.png);
  color:#192f6f;
  
 }
 
.RatesRedRowClass
{
	
	height:16px;
	color:Red!important;
}

.RatesGreenRowClass
{
	
	height:16px;
	color:Green!important;
}

.RatesRowClass
{
	 height:16px;
	 color:Black;
	 background:#f7f7f7;
}