﻿/*DownloadCollapse *************************************************************************/

.dc_HeaderEN
{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    height: 56px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #D5DAE4;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    direction:ltr;
}

.dc_HeaderEN a:link, .dc_HeaderEN a:visited, .dc_HeaderEN a:active
{
    text-decoration: none;
    outline: 0;
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    color: #000000;
    height: 100%;
    text-indent: 10px;
}

.dc_HeaderEN a:hover
{
    text-decoration: none;
    background-color: #F5F6F8;
    color: #000000;
}


.dc_HeaderFA
{
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    height: 56px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #D5DAE4;
    font-family: tahoma;
    line-height: 50px;
}

.dc_HeaderFA a:link, .dc_HeaderFA a:visited, .dc_HeaderFA a:active
{
    text-decoration: none;
    outline: 0;
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    color: #000000;
    height: 100%;
    text-indent: 8px;
}

.dc_HeaderFA a:hover
{
    text-decoration: none;
    background-color: #F5F6F8;
    color: #000000;
}
/*******************************************************************************************/