/*
# Central African Republic Flag Colors (from focar-logo.png):
# Red: #CC0000
# Green: #00CC00
# Blue: #003082
# Yellow: #FFFF00
# White: #FFFFFF
*/

/* Base element styles - using flag colors */
body {
    color: #003082;
    font-family: "Tahoma";
    text-align: center;
}

header {
    color: #003082;
    font-size: 12px;
    text-align: center;
}

table {
    color: #003082;
    font-size: 12px;
    text-align: center;
}

footer {
    color: #003082;
    font-size: 12px;
    text-align: center;
}

.body_main {
    background: #003082;
    color: #FFFFFF;
    font-family: "Tahoma";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.footer {
    color: #003082;
    font-size: 12px;
    text-align: center;
}
.header {
    color: #003082;
    font-size: 12px;
    text-align: center;
}
.table_main {
    color: #003082;
    font-size: 12px;
    text-align: center;
}
.td {
    border: 0;
    color: #000;
    text-align: left;
    background-color: inherit;
}
.td_alt {
    color: #000;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
    background-color: inherit;
}
.td_blank {
    border: 0;
    color: #000;
    text-align: left;
    width: 5%;
    background-color: inherit;
}
.td_descr {
    border: 0;
    color: #000;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 30%;
    background-color: inherit;
}
.td_detail {
    border: 0;
    color: #000;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 45%;
    background-color: inherit;
}
.td_cfb {
    color: #6495ED;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_ltg {
    color: #90EE90;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_main {
    border: 2px solid #003082;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    color: #003082;
    font-family: Tahoma;
    font-size: 24px;
    padding: 15px;
    text-align: center;
}
.td_top {
    background: #003082;
    color: #FFF;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}
.td_titles {
    background: #003082;
    border: 2px solid #003082;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #003082;
    font-family: Tahoma;
    font-size: 18px;
    text-align: center;
}
.th_titles {
    color: #CC0000;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.th {
    color: #FFFF00;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.tr {
    color: #FFF;
    text-align: center;
}
tr:nth-child(odd) {
    background-color: #FFFF00;
}
tr:nth-child(odd) td {
    background-color: #FFFF00;
}
tr:nth-child(even) {
    background-color: #00CC00;
}
tr:nth-child(even) td {
    background-color: #00CC00;
}
.tr_headers {
    border: 1;
    color: #FFFF00;
    text-align: center;
}
img {
    display: block;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: auto;
    margin-right: auto;
}
.band_cond_fair_std {
    color: #FFFF00;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_good_std {
    color: #00CC00;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_poor_std {
    color: #CC0000;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_unkn_std {
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
a:link {
    color: #CC6686;
    text-decoration: underline;
}
a:visited {
    color: #CC0000;
    text-decoration: underline;
}
a:hover {
    color: #FFFF00;
    text-decoration: underline;
}
a:active {
    color: #FFAF87;
    text-decoration: underline;
}
tr:nth-child(odd):hover {
    background-color: #FFFF00;
    opacity: 0.8;
}
tr:nth-child(odd):hover td {
    background-color: #FFFF00;
}
tr:nth-child(even):hover {
    background-color: #00CC00;
    opacity: 0.8;
}
tr:nth-child(even):hover td {
    background-color: #00CC00;
}

