﻿.tbl_h {
    border: black 1px outset;
    background-color: #FAFABC;
    margin: auto;
    text-align: center;
    font-size: 10.5pt;
    /*border-collapse: collapse;*/
}

    .tbl_h td {
        border: 1px inset black;
        padding: 5px 1px 5px 1px;
    }

    .tbl_h select {
        font-size: 8pt;
        width: 70px;
    }

    .tbl_h tr:nth-child(3) input {
        width: 60px;
        font-size: 9.5pt;
    }

    .tbl_h tr:nth-child(5) input {
        width: 30px;
        font-size: 9.5pt;
    }

input {
    font-family: Tahoma;
    text-align: center;
}

p {
    text-align: justify;
    line-height: 200%;
}

td {
    text-align: center;
}

select {
    font-family: Tahoma;
    text-align: center;
}

body {
    font-family: Tahoma;
    line-height: 150%;
    text-align: justify;
    background-color: #ffffd5;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-top: 20px;
    margin-right: 100px;
    direction: rtl;
}

.tbl {
    border: black 1px outset;
    width: 350px;
    margin-right: 10px;
    float: left;
}

    .tbl td {
        border: 1px inset;
        padding: 5px;
    }

.tbl_b {
    font-size: 10pt;
    font-family: Tahoma;
    margin: auto;
}

    .tbl_b tr:nth-child(1) td {
        border: solid white 1.0pt;
        background-color: #CCFFFF;
        padding: 3px 5.4pt 3px 5.4pt;
        height: 35.15pt;
        color: blue;
    }

    .tbl_b tr:nth-child(2) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #FFEC9B;
        padding: 3px 5.4pt 3px 5.4pt;
        color: blue;
    }

    .tbl_b tr:nth-child(3) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #FFEC9B;
        padding: 3px 5.4pt 3px 5.4pt;
        color: maroon;
    }

    .tbl_b tr:nth-child(4) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #FFEC9B;
        padding: 3px 5.4pt 3px 5.4pt;
        color: #003366;
    }

    .tbl_b tr:nth-child(5) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #E1FF8B;
        padding: 3px 5.4pt 3px 5.4pt;
        color: #005C00;
    }


.tbl_b2 {
    font-size: 11.5pt;
    font-family: Tahoma;
    margin: auto;
}

    .tbl_b2 tr:nth-child(1) td {
        border: solid white 1.0pt;
        background-color: #B7FFFF;
        padding: 3px 5.4pt 3px 5.4pt;
        height: 35.15pt;
        color: blue;
    }

    .tbl_b2 tr:nth-child(2) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #DFFF85;
        padding: 3px 5.4pt 3px 5.4pt;
        color: #005C00;
    }

.tbl_b3 {
    font-size: 11.5pt;
    font-family: Tahoma;
    margin: auto;
}

    .tbl_b3 tr:nth-child(1) td {
        border: solid white 1.0pt;
        background-color: #B7FFFF;
        padding: 3px 5.4pt 3px 5.4pt;
        height: 35.15pt;
        color: blue;
    }

    .tbl_b3 tr:nth-child(2) td {
        border-top: none;
        border-left: solid white 1.0pt;
        border-bottom: solid white 1.0pt;
        border-right: none;
        background-color: #DFFF85;
        padding: 3px 5.4pt 3px 5.4pt;
        color: #005C00;
    }

.tbl_p {
    font-size: 11.5pt;
    font-family: Tahoma;
    margin: auto;
}

    .tbl_p tr:nth-child(1) td {
        border: solid #CCCC00 1.0pt;
        background-color: #FEE8B8;
        padding: 3px 5.4pt 3px 5.4pt;
        height: 35.15pt;
        color: blue;
    }

    .tbl_p tr:nth-child(2) td {
        border: solid #CCCC00 1.0pt;
        background-color: #FFFD9F;
        padding: 3px 5.4pt 3px 5.4pt;
    }

.tbl_y {
    font-size: 9.5pt;
    font-family: Tahoma;
    margin: auto;
    background-color: #ffffb7;
    border-color: black;
    float: left;
    margin-right: 10px;
}

    .tbl_y td {
        padding: 5px 1px 5px 1px;
    }

    .tbl_y tr:nth-child(1) td {
        background-color: #ffd393;
        height: 35.15pt;
        color: blue;
    }

.tbl_g {
    font-size: 9.5pt;
    font-family: Tahoma;
    margin: auto;
    background-color: #ffffb7;
    border: #008000 1px solid;
    border-collapse: collapse;
}

    .tbl_g td {
        padding: 3px 7px 3px 7px;
    }

    .tbl_g tr:nth-child(1) td {
        background-color: #bdde92;
        height: 35.15pt;
        color: #008000;
    }

    .tbl_g tr:nth-child(2) td {
        background-color: #fdde95;
        height: 35.15pt;
        color: blue;
    }

    .tbl_g tr:nth-child(3) td {
        background-color: #fffd9f;
        height: 35.15pt;
    }

.tbl_m_in td {
    border: none;
    color: #FFFF00;
    font-size: 10.5pt;
}


.tbl_m {
    color: #FFFF00;
    margin-right: 10px;
    background-color: #FF9900;
    float: left;
    font-size: 14px;
    border: black 1px solid;
    border-collapse: collapse;
}

    .tbl_m td {
        border: 1px solid black;
        padding: 5px;
    }

.star {
    font-weight: bold;
    font-size: 16.0pt;
    color: blue;
}

.star2 {
    font-size: 16.0pt;
    color: #33CCCC;
}

.quran {
    font-size: 10.0pt;
    color: #999999;
}

.grn_bld {
    color: green;
    font-weight: bold;
}

.red_bld {
    color: red;
    font-weight: bold;
}

.blu_bld {
    color: blue;
    font-weight: bold;
}

.mar_bld {
    color: maroon;
    font-weight: bold;
}

.fsi_bld {
    color: fuchsia;
    font-weight: bold;
}

.ppl_bld {
    color: purple;
    font-weight: bold;
}

.olv_bld {
    color: olive;
    font-weight: bold;
}

.f9 {
    font-size: 9pt;
}

.titr {
    height: 70px;
    font-weight: bold;
    font-size: 17.5pt;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.img_l {
    margin-right: 10px;
    float: left;
}

.img_r {
    margin-left: 10px;
    float: right;
}
