.events
{
    margin: 0;
    padding: 0;
}
.events-table-hour
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #E0E1DC !important;
    padding: 2px 6px !important;
    background-color: #F4F4F4;
    border-bottom: 1px solid #C2C1C1;
}
.events-table-summary
{
    padding: 2px 12px 2px !important;
    border-bottom: 1px solid #C2C1C1;
}
#tabela table
{
    margin: 0;
    width: 99%;
    border: 1px solid #C2C1C1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    line-height: 10pt;
    border-collapse: collapse;
}
#tabela a
{
    font-size: 9px;
    text-decoration: none;
}
.mes
{
    background-color: #E0E1DC;
    color: black;
    cursor: pointer;
    line-height: 14pt !important;
}
.semana
{
    background-color: white;
    color: black;
    text-transform: uppercase;
}
.empty
{
    background-color: #FFF;
    color: #246700;
}
.eventos
{
    background-color: #50728E;
    border: 1px solid transparent;
    color: white;
    cursor: pointer;
}
.dias
{
    background-color: white;
    color: #666666;
    border: 1px solid white;
    cursor: pointer;
    text-decoration: none;
    font-size: 8px;    
}
.fds
{
    background-color: #E0E1DC;
    color: #666666;
    cursor: pointer;
    text-decoration: none;    
}
.hoje
{    
    background-color: white;
    color: red;
    font-weight: bold;
    cursor: pointer;        
}
.marcado
{
    background-color: white;    
    font-weight: bold;
    cursor: pointer;    
}
.dias a, .hoje a, .fds a
{
    text-decoration: none;
    font-size: 9px;
    color: #666666;
    cursor: pointer;
}