/* CSS pro programovy system TEST */

body {
        font-family : "Times New Roman";
        background-color : #FFF7CE;
        font-size : 13pt;
        color : #000000;
}

h1.test {
        color : #cc3300;
        font-size : 18pt;
}

h2.test {
        color : #6600ff;
        font-size : 13pt;
}

font.test_ota {
         font-weight: bold;
}

font.cfg_odp_a {
         font-size: 13pt;
         color: #008000;
}

font.cfg_odp_n {
         font-size: 13pt;
         color: #ff3300;
}

table.test {
        position: relative;
        left : 30px ;
        font-size : 13pt;
}

td.test_odp {
        width:500px;
        height:22px;
}

td.test_aa {
        background-color : #33ff00;
        width:500px;
        font-weight:bold;
        height:22px;
}

td.test_na {
        background-color : #ff3300;
        width:500px;
        font-weight:bold;
        height:22px;
}

td.test_an {
        background-color : #ff3300;
        width:500px;
        height:22px;
}

td.test_nn {
        background-color : #33ff00;
        width:500px;
        height:22px;
}

td.test_gn {
        background-color : #cccccc;
        width:500px;
        height:22px;
}

td.test_ga {
        background-color : #cccccc;
        width:500px;
        font-weight:bold;
        height:22px;
}

td.test_bod {
        background-color : #ccffff;
        font-family : "Courier";
        width:40px;
        height:22px;
        text-align :right;
}

a.test_url:hover           {
        color: #000099;
}

a.test_url           {
        color: #000000;
}
