﻿body {
    direction: rtl;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    margin-right: 1px;
}

    body:lang(en) {
        direction: ltr;
        margin-left: 1px;
        font-family: 'Etypograph',Arial;
    }

h1 {
    margin: 0;
    line-height: 20px;
    display: inline-block;
    /* height: 17px; */
    width: 120px;
    max-width: 120px;
    font-family: 'Tipograf';
    font-size: 16px;
    color: #23A5F1;
    padding-right: 1px;
}

    h1:lang(en) {
        font-size: 17px;
        padding-left: 1px;
        padding-top: 2px;
        line-height: 14px;
    }

a {
    color: #000000;
    font: 13 arial;
    text-decoration: underline;
}

thead, thead th, table caption {
    line-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border-width: 0 !important;
    padding: 0 !important;
    font-size: 0;
    background-color: transparent;
}

table {
    border-bottom: 1px solid #0097ff;
    border-collapse: collapse;
}

    table td {
        border-bottom: 1px solid #0097ff;
        font-size: 9pt;
        line-height: 15px;
    }

        table td:lang(en) {
            font-family: 'Etypograph',Arial;
            font-size: 15px;
        }

        table td:first-child {
            padding-right: 1px;
            font-size: 12px;
        }

            table td:first-child:lang(en) {
                padding-left: 1px;
            }

        table td:last-child {
            padding-left: 1px;
        }

            table td:last-child:lang(en) {
                padding-right: 1px;
            }

.UP .tendency {
    text-indent: -100px;
    overflow: hidden;
    background-image: url(../images/matach_errow_up.gif);
    background-repeat: no-repeat;
    background-position: right
}

.DN .tendency {
    text-indent: -1000px;
    overflow: hidden;
    background-image: url(../images/matach_errow_down.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.tendency {
    width: 9px;
}

.UP .percent {
    color: green;
    padding-left: 6px;
}

.DN .percent {
    color: red;
    padding-left: 2px;
}

.percent {
    text-align: left;
    direction: ltr;
}

    .percent:lang(en) {
        text-align: right;
        padding-right: 2px;
    }

.title {
    border-bottom: 3px solid #0097FF;
}

.updateDate {
    font-size: 9pt;
    line-height: 20px;
    float: left;
    direction: ltr;
    color: #000;
    font-weight: bold;
    padding-left: 1px;
}

    .updateDate:lang(en) {
        float: right;
        font-size: 17px;
        padding-right: 1px;
        line-height: 14px;
        padding-top: 2px;
    }
