﻿.LinkSubMenu
{
    text-decoration: None;
    font-size:x-small;
    color: #000000;
}

.TituloEventos
{
    font-size: 11px;
    color: #000000;
    font-family: Arial,tahoma,verdana;
    text-decoration: none;
}
.CalendarioEventoCell
{
    width: 180px;
}

.CalendarioEventoLink
{
    font-family: tahoma;
    font-size: 12px;
    color: #007A6B;
    text-decoration: none;
}

.CalendarioEventoLink:hover
{
    font-weight: bold;
}

.Domingo
{
    background-color: #F0F0F0;
    font-family: tahoma;
    font-size: 11px;
    color: #CC3300;
}

.DiaNormal
{
    background-color: #F0F0F0;
    font-family: tahoma;
    font-size: 11px;
    color: #000;
}

.CalendarioDatCell
{
    padding: 10px 10px 0px 10px;
    vertical-align: top;
    width: 243px;
}      

.FundoCalendarioCell
{
    padding: 0px 3px 0px 3px;
    background: url(    '/BAlvorada/WebSite/Calendario/Ampliado/CalendarioFundo.gif' ) no-repeat center top;
    vertical-align: top;
    height: 345px;
    width: 230px;
}

.DiaCelula
{
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: #F0F0F0;
}

.CalendarioTableCell
{
    padding-left: 5px;
    height: 160px;
    vertical-align:top;
}

.CalendarioTextoEvento
{
    font-family: tahoma;
    font-size: 10px;
    color: #666;
}

.DropDowAno
{
    font-family: tahoma;
    background-color: #fff;
    border: 1px solid #C3E5E7;
    font-size: 11px;
    font-weight: bold;
    color: #208D81;
}

.espaco_cell{padding-top:50px}