.div_calendario{
    background-color: #F8F8FF;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    position: absolute;
    border: #cccccc 1px solid;
    border-top: #cccccc 10px solid;
    cursor: move;
    z-index: 10;
}

.calendario{
    background-color: transparent;
    font-family: Tahoma, Arial;
    font-size: 8px;
    text-align: center;
    vertical-align: middle; 
}
.calendario td {
    font-size: 8px;
}
.dia_folga{
    cursor: hand;
    font-size: 8px;
}

.dia_atual{
    color: gray;
    cursor: hand;
    font-size: 8px;
}

.dia_folga{
    cursor: hand;
    font-size: 8px;
}

.dia_ocupado{
    background-color: #FF0000;
    cursor: hand;
    font-size: 8px;
}

.dia_letivo{
    background-color: #A7D206;
    cursor: hand;
    font-size: 8px;
}

.dia_selecionado{
    color: orange;
    cursor: hand;
    font-size: 8px;
}

.dia_feriado{
    background-color: transparent;
    cursor: hand;
    font-size: 8px;
}

.cabec_agenda{
    background-color: transparent;
    font-family: Tahoma, Arial;
    font-size: 16px;
    float: left;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.div_cabec_agenda{
    height: 2%;
    vertical-align: middle;
}

.div_agenda{
    background-color: #666666;
    font-family: Tahoma, Arial;
    font-size: 12px;
    float: left;
    width: 100%;
    min-width: 100%;
    height: 480px;

}
.div_dia_cabec {
    width: 4%;
    height: 100%;
    margin: 1px;
    border-width: 2px;
    position: relative;
    margin-right: 0px;
    float: left;
}
/*.div_dia_estampa {
    z-index: -1;
}*/
.div_dia_c{
    /*    background-color: #f1f1f1;*/
    /* background-color: #666666; */
    width: 2%;
    height: 100%;
    position: relative;
    margin-right: 0px;
    float: left;
}
.div_dia_semana{
    /*    background-color: #f1f1f1;*/
    /* background-color: #666666; */
    width: 13%;
    height: 100%;
    margin: 1px;
    border-width: 2px;
    /*    border: #cccccc 1px solid;*/
    position: relative;
    margin-right: 0px;
    float: left;
}
.div_dia_semana_cabecalho{
    /*    background-color: #FF0000;*/
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 39px;
    background-image:url('/hsyF30/imagens/bkg_titulo.gif');
    background-repeat:repeat-x;
}

.div_dia_feriado {
    width: 100%;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 5;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: gray;
    text-align: center;
}

.tabela_dia_semana{
    width: 100%;
    height: 94%;
    font-size: 10px;
    font-family: Tahoma, Arial;
    border-spacing: 0px;
    vertical-align: top;
    text-align: left;
    background-color: transparent;
    position: absolute;
    z-index: 3;
}
#tab_aprogramar {
    width: 180px;
    font-size: 10px;
    font-family: Tahoma, Arial;
}
#agenda_compr {
    background-color: #ff6600;
    color: white;
    font-size: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    z-index: 6;
    height: 8px;

}

.div_mensagens{
    top: 160px;
    background-color: transparent;
    text-align: center;
    font-size: 9px;
    font-family: Arial;
    vertical-align: middle;
    width: 150px;
    position: absolute;
    z-index: 10;
}
