/*
//******************************************************************************
// down v 0.8 - загрузка файлов по HTTP. (15.02.2008г.)
//******************************************************************************

// файл стилей css
                                          */
table.file {
    width: 450px;
    border: 1px solid white;
    background: blue;
    color: white;
    text-align: center;
    font-family: Tahoma;
    font-size: 9pt;
}
td.se {
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: right;
}
td.se1 {
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
}
th.se {
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
    color: gold;
}
th.me {
    color: gold;
}
td.he {
    color: black;
    background: #008B8B;
}
td.ls {
    text-align: left;
}
a.white {
    color: white;
    text-decoration: none;
}
table.bord {
    background: blue;
    border: 4px solid black;
}
tr.kur {
    cursor: pointer;
}
table.pr_bar {
    border-collapse: collapse;
    border: 2px solid blue;
}
