.CmsExchangesControl
{
}

.CmsExchangesControl_Table
{
    border: 0;
    width: 100%;
    font-size: 11px;
    line-height: 20px;
}

.CmsExchangesControl_Header
{
    letter-spacing:0px;
    font-weight: normal;
    
    font-family: 'Trebuchet MS', 'Arial', Helvetica, 'sans-serif';
    color:#000;
    font-size: 20px;
    line-height:30px;	
    
}

.CmsExchangesControl_SubHeader
{
}

.CmsExchangesControl_SubHeader_Currency
{
}

.CmsExchangesControl_SubHeader_Buying
{
}

.CmsExchangesControl_SubHeader_Selling
{
}

.CmsExchangesControl_OddRow,
.CmsExchangesControl_EvenRow
{
    padding-bottom: 4px !important;
}

.CmsExchangesControl_OddRow
{
}

.CmsExchangesControl_EvenRow
{
}

.CmsExchangesControl_CurrencyCode
{
    width: 50%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-weight: bold;
}

.CmsExchangesControl_CurrencyBuying
{
    width: 25%;
    font-style: italic;
}

.CmsExchangesControl_CurrencySelling
{
    width: 25%;
    font-style: italic;
}

.CmsExchangesControl_CurrencyCode_USD
{
    background-image: url(/App_Themes/Default_Theme/CmsExchanges/dollar_currency_sign.png);
}

.CmsExchangesControl_CurrencyCode_JPY
{
    background-image: url(/App_Themes/Default_Theme/CmsExchanges/yen_currency_sign.png);
}

.CmsExchangesControl_CurrencyCode_EUR
{
    background-image: url(/App_Themes/Default_Theme/CmsExchanges/euro_currency_sign.png);
}

.CmsExchangesControl_CurrencyCode_GBP
{
    background-image: url(/App_Themes/Default_Theme/CmsExchanges/sterling_pound_currency_sign.png);
}

