﻿body {
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
}

td.horario {
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    width: 15px;
    height: 8px;
    background: LawnGreen;
}

td.branco {
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    width: 15px;
    height: 8px;
    background: white;
}

td.es {
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    width: 15px;
    height: 8px;
    background: RoyalBlue;
}

td.falta {
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    width: 15px;
    height: 8px;
    background: orange;
}

td.ses {
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    width: 15px;
    height: 8px;
    background: red;
}

td.ferias {
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    width: 7px;
    height: 7px;
    background: red;
}

td.sferias {
    font-family: Tahoma;
    font-size: 10px;
    color: black;
    width: 7px;
    height: 7px;
    background: white;
}

td.falta_injustificada {
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    width: 15px;
    height: 8px;
    background: red;
}

td.crdh {
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    width: 15px;
    height: 8px;
    background: Magenta;
}
/* Progress Panel */
div.UpdateProgress_backgroundDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    _position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 9999;
    background-color: Black;
    background-color: Gray;
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: fixed;
    overflow: auto;
}

div.UpdateProgress_loadingDiv {
    border: 0;
    height: 10%;
    width: 20%;
    position: fixed;
    _position: absolute;
    left: 40%;
    top: 40%;
    color: #333333;
    z-index: 99999;
    background-color: White;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

table.UpdateProgress_loadingTable {
    width: 100%;
    height: 100%;
    /*
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    */
    background-color: White;
    border: 1px solid #b3b3b3;
}

td.UpdateProgress_loadingTableImageTD {
    text-align: center;
}

td.UpdateProgress_loadingTableTextTD {
    text-align: center;
    color: #333333;
    font-size: medium;
}

.scrollButton {
    background-color: transparent;
    border-style: none;
    border: 0px none #ffffff;
    width: 0px;
    height: 0px;
    outline: none;
}

    .scrollButton:Focus {
        border: 0px none #ffffff;
        -webkit-box-shadow: 0 0 0px #ffffff;
        -moz-box-shadow: 0 0 0px #ffffff;
        box-shadow: 0 0 0px #ffffff;
    }


/*.PrintDiv {
    display: none;
}*/
