/* 
    Document   : rates
    Created on : 23-sep-2011, 11:12:29
    Author     : zRed
    Description:
        For rates page.
*/

img.flag{
    width: 40px;
}

.section_header{
    padding: 5px;    
    border: 1px solid darkgray;
    background: -webkit-linear-gradient(top, rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}  

.section_panel{                
    padding: 10px;
    display: none;
    border: 1px solid darkgray;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px #bbbbbb;
}

.dataTable{
    margin: 0 0 0 0;
}

.search_result{
    font-style: italic;
    font-size:10pt;
    display:none;
}

.search_result img{
    max-height:24px;
    vertical-align:middle;
}
