﻿/* AGENDAMENTO   
----------------------------------------------------------*/
.divGridAgendamento
{
    width: 500px;
    height: 111px;
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: 9pt;
    background-image: url('../images/bg_agendamento_03.png');
    background-repeat: no-repeat;
    padding: 5px 0px 0px 8px;
}
.LabelDia
{
    color: #1E2935;
    font-size: 20pt;
    font-weight: bold;
}
.LabelDiaNome
{
    color: #CDCCC2;
    font-size: 9pt;
    font-weight:bold;
}
.LabelCidade
{
    color: #1E2935;
    font-size: 12pt;
    font-weight:bold;
}
.LabelLocal
{
    font-size: 10pt;
}
.LabelInformacoes
{
    color: #171613;
}
.LabelSite a:link, .LabelSite a:visited, .LabelSite a:active
{
    text-decoration: none;
    color: #FFFFFF;
}
