﻿.crnHead
{
    color:#666666;
    font-size:10pt;
    font-weight:bold;
    clear:both;
}
.crnHead select
{
    font-size:9pt;
    margin-left:10px;
    width:80px;
    color:#444444;
}
#currenciesContent
{
    margin:5px;
}
.crnLines
{
    margin-bottom:10px;
    clear:both;
    float:left;
}
.crnLine
{
    color:#666666;
    padding:1px 7px;
    width:180px;
    clear:both;
    line-height:20px;
    cursor:pointer;
    float:left;
    clear:both;
}
.crnTitle
{
    float:left;
    height:20px;
}
.crnValue
{
    float:right;
}
.crnLine:hover
{ 
    background-color:#FFFF99;
    color:#CC0000;
 }

.crnSlc
{
    font-weight:bold;
    color:#CC0000;
}