﻿body
{
    font-size: 10pt;
    font-family: Arial Nova, arial, sans-serif;
    color: #3F3F3F;
}

.MainTitle
{
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 9px;
    font-size: 15pt;
    color: #c41230;
    font-weight: bold;
}

.Subtitle
{
    font-size: 11pt;
    margin-top: 0px;
    text-decoration: none;
    color: #c41230;
    font-weight: bold;
}

.SubtitleAppointment, .SubtitleAppointmentStartPage
{
    font-size: 11pt;
    margin-top: 0px;
    text-decoration: none;
    color: #c41230;
    font-weight: bold;
}

.Appointment .Title
{
    padding-left: 15px;
    color: #c41230;
}

.AppointmentGroup
{
    font-weight: bold;
    color: #c41230;
}

.eventOnlineTextarea
{
    border: 1px solid #A6A6A6;
    font-size: 13px;
    height: 256px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 4px;
    padding-top: 1px;
    width: 100%;
    resize: none;
    /*font-family: Arial;*/
}

