﻿body {
    direction: ltr;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    margin-right: 1px;
}


h1 {
    display: inline-block;
    margin: 0;
    line-height: 20px;
    height: 17px;
    width: 49%;
    font-family: 'Tipograf';
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    padding-right: 1px;
}

.graphDiv {
    height: 110px;
}

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;
}

.updateDate {
    font-size: 9pt;
    line-height: 20px;
    float: right;
    direction: ltr;
    color: #000;
    font-weight: 600;
    padding-left: 1px;
    width: 45%;
    text-align: right;
    position: absolute;
}

table {
    border-bottom: 2px solid #0097ff;
    border-collapse: collapse;
}

    table td {
        border-bottom: 1px solid #0097ff;
        font-size: 9pt;
        line-height: 15px;
    }

    table tr:first-child td {
        border-top: 1px solid #0097ff;
    }

.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: -100px;
    overflow: hidden;
    background-image: url(../images/matach_errow_down.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.tendency {
    width: 9px;
}

.colorTA125 {
    color: green;
}

.colorTA35 {
    color: rgb(50, 48, 132);
}

.UP .percent {
    color: green;
    padding-left: 6px;
}

.DN .percent {
    color: #E70000;
    padding-left: 2px;
}

.percent {
    text-align: left;
    direction: ltr;
}

.title {
    border-bottom: 3px solid #0097FF;
    height: 20px;
}

.lightbase {
    background-color: #0097FF;
    height: 16px;
    width: 5px;
    display: inline-block;
    vertical-align: bottom;
}

#updateDate {
    font-size: 9pt;
    line-height: 13px;
    float: left;
    direction: ltr;
    color: #000;
    font-weight: bold;
}
