﻿.ocorrencias
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
}

.ocorrencias th
{
    text-align:center;
    background-color: #E87924;/*#FFDD00;*/
    color: white;/*#01427A;*/
    padding: 10px;
    font-size: 16px;
    border: 0px;
}

.ocorrencias td
{
    background-color: White;
    color: gray;
    border: 1px solid #776E64;/*01427A;*/
    padding: 10px;
}

.ocorrencias a
{
    text-decoration: none;
    font-weight: bolder;
}
.upper
{
    text-transform: uppercase;
}

.calendario *
{
    background-color: #01427A;
    color: White;
}
.calendario
{
    float: right;
    right: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}
.calendario a
{
    text-decoration: none;
}
.calendario th
{
    background-color: white;
    color: #01427A;
}
.calendario tr
{
    /*border: 5px solid white;*/
}
.calendario td
{
    /*border: 5px solid #01427A;*/
    padding:3px;
}
.diaDeAtividade
{
    background-color: White;
    color: #01427A;
}
.diaDeAtividade a
{
    text-decoration: none;
    background-color: transparent;
    color: #01427A;
}
.nextPrev
{
    text-decoration: none;
}
.diaSelecionado
{
    color: #01427A;
    background-color: #FFDD00;
}
.diaSelecionado a
{
    background-color: Red;
}

#tarefas
{
    float: left;
    left: 0px;
}
#tarefas table
{
    width: 645px;
}

#tarefas th
{
    border: 0px;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #01427A;
    background-color: #FFDD00;
}
#tarefas td
{
    background-color: White;
    color: gray;
    border: 1px solid #01427A;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 10px;
}
.cabecalho
{
    border: 1px solid #01427A;
    color: #01427A;
    font-size: 16px;
    height: 30px;
}
.cabecalho tr
{
    border: 1px solid #01427A;
}
.info
{
    text-align: right;
    background-image: url('arrow.png');
    background-position: top right;
    background-repeat: no-repeat;
    width: 400px;
    color: #01427A;
    font-size: 14px;
    padding-right: 35px;
    margin-right: 5px;
}


