.CurrencyWidget .content{
    padding: 1px;
}

.CurrencyWidget .informer{
    font-size: 100%;
    padding: 0 10px 0 0;
    padding-top: 3px;
    margin-top: 1px;
    margin-bottom: -3px;
    _clear: both;
}

.CurrencyWidget .informer input{
    border: #d4e0ee 1px solid;
    background: #fff;
    padding: 2px;
    width: 238px;
    height: 16px;
    vertical-align: top;
    color: #666;
    float: left;
    margin-left: 3px;
}

.CurrencyWidget .informer .informerTitle{
    padding-left: 8px;
    background: #fff;
    color: #999999;
    float: left;
}

.CurrencyWidget .RatesDataTable{
    width: 181px;
    float: left;
    position: relative;
    z-index: 420;
    border-collapse: separate;
/ border-collapse : collapse;
}

.CurrencyWidget .RatesDataTable td{
    vertical-align: middle;
    padding-left: 8px;
    font-size: 110%;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: right;
    padding-right: 15px;
}

.CurrencyWidget .RatesDataTable td.name{
    padding-left: 8px;
}

.CurrencyWidget .RatesDataTable tr.selected td.name{
    padding-left: 7px;
}

.CurrencyWidget .RatesDataTable th{
    text-align: center;
    padding-left: 8px;
    background: #fff;
    white-space: nowrap;
    height: 30px;
    vertical-align: middle;
    color: #999999;
}

.CurrencyWidget .RatesDataTable th img.marker{
    position: absolute;
    margin-left: -10px;
    margin-top: 3px;
}

.CurrencyWidget .RatesDataTable th a{
    font-size: 110%;
    text-decoration: none;
}

.CurrencyWidget .RatesDataTable th span.marker{
    text-align: left;
    padding-left: 10px;
}

.CurrencyWidget .RatesDataTable th span.bid{
    background: #fff url(/images/finance/blt_buy.gif) no-repeat center left;
}

.CurrencyWidget .RatesDataTable th span.ask{
    background: #fff url(/images/finance/blt_sell.gif) no-repeat center left;
}

.CurrencyWidget .RatesDataTable th span.nbu{
    background: #fff url(/images/finance/blt_bank.gif) no-repeat center left;
}

.CurrencyWidget .RatesDataTable tr{
    background: #f9f9f9 url(/images/common/bg_table_tr_dashed.gif) repeat-x bottom;
}

.CurrencyWidget .RatesDataTable tr.noneBG{
    background-image: none;
}

.switchableRows tr{
    cursor: pointer;
}

.CurrencyWidget .RatesDataTable tr.headerTR{
    cursor: default;
}

.CurrencyWidget .RatesDataTable .selected td{
    border-top: #f8de75 1px solid !important;
    border-bottom: #f8de75 1px solid !important;
    background: #fffcea;
    padding-bottom: 5px;
    padding-top: 5px;
    _padding-top: 4px;
    _padding-bottom: 4px;
}

.CurrencyWidget .RatesGraphics{
    background: #fffcea;
    border: #f5dd7b 1px solid;
    padding: 0px 3px 0px 3px;
    margin-left: 181px;
    width: 130px;

/ padding : 0 px 2 px 0 px 3 px;
    position: relative;

    z-index: 310;
    left: -1px;
    _left: auto;
    _right: 5px;

}

.CurrencyWidget .RatesGraphics .period{
    min-height: 16px;
    margin-bottom: 4px;
    margin-top: 5px;
}

.CurrencyWidget .RatesGraphics .period li{
    float: left;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
    font-size: 90%;
}

.CurrencyWidget .RatesGraphics .period li a{
    color: #000;
    padding: 0 6px;
    _padding: 0 3px;
}

.CurrencyWidget .RatesGraphics .period li.selected{
    background: url(/images/finance/bg_period.gif) no-repeat;
}

.CurrencyWidget .RatesGraphics .period li.selected a{
    display: inline-block;
    background: url(/images/finance/bg_period_r.gif) no-repeat right;
    height: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.CurrencyWidget .RatesGraphics .GraphContent{
    width: 130px;
    padding-bottom: 6px;
}

.CurrencyWidget .calc{
    border-top: #e8e8e8 1px solid;
    font-size: 110%;
    padding: 0 10px;
    padding-top: 3px;
    margin-top: 1px;
    margin-bottom: -3px;
    _clear: both;
}

.CurrencyWidget .calc .inputBg{
    border: #d4e0ee 1px solid;
    padding: 1px 2px;
    width: 50px;
    height: 13px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.CurrencyWidget .selectNew{
    width: 55px;
    vertical-align: middle;
}

.CurrencyWidget .selectNew span.selectedValue{
    width: 27px;
    background-image: url(/images/finance/arr_select_filters.gif);
    height: 15px;
}

.CurrencyWidget .selectNew ul{
    width: 51px;
/ top : 5 px;

    _left: 0px;
}

span.upValue{
    padding-right: 10px;
    background: url(/images/finance/ico_rates_up.gif) no-repeat right;
    color: #006600;
}

span.downValue{
    padding-right: 10px;
    background: url(/images/finance/ico_rates_down.gif) no-repeat right;
    color: #c50e0f;
}

span.pr10{
    padding-right: 10px;
}