table.mes {
    border:1px solid silver;
    font-family: verdana;
    font-size: 12px;
    text-align: right;
}

.titulo {
    text-align: center;
    font-family: arial;
    font-size: 11px;
    font-weight:bold;
}

.prevMonth {
    font-size: 10px;
     float: left;
     text-decoration:none;
     color:white;
}

.nextMonth {
    font-size: 10px;
    float: right;
    text-decoration:none;
    color:white;
}
.prevMonth:hover{
    font-weight:bold;
}

.nextMonth:hover{
    font-weight:bold;
}

table.mes th {
    color: navy;
}

.holiday {
    background-color: #FFCC00;
}

.workday {
    background-color: #ABCDEF;
}
.link_day{
    border:1px solid silver;
    text-align:center;
}
.link_day a{
    text-decoration: none;
    color:gray;
}
.link_day a:hover{
    background-color:#e0e0e0;
    color:gray;
}
.link_mes a{
    text-decoration: none;
    color:gray;
    font-size:10px;
}
.link_mes a:hover{
        background-color:#e0e0e0;
    color:gray;
}
.weekNumbers{
        color:white;
    background-color:#66A6CC;

}
.weekNumbers a{
    text-decoration: none;
    color:white;
}
.weekNumbers a:hover{

    font-weight:bold;
}
.link_geral
{
  font-family:arial;
  font-size:8pt;
  color:#007c9d;
  font-weight:bold;
  text-decoration:none;
}
.link_geral:hover
{
  font-weight:bold;
  text-decoration:underline;

}

