﻿/* Styles for the ASP.NET calendar control */
table.UpcomingEvents caption
{
    background-color: #4d6ea0;
    background-image: url(Images/TableHeadBack.gif);
    border-bottom: 1px solid Black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: White;
    padding: 1px;
    white-space: nowrap;
}
table.UpcomingEvents td
{
    font-size: 8pt;
    font-family: Tahoma, Arial, Sans-Serif;
}
table.UpcomingEvents > tbody > tr:first-child > td
{
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    border-top-color: White;
    border-left-color: White;
    padding: 0 5px;
    background-color: Silver;
}
table.UpcomingEvents .CalendarTitle td:first-child + td
{
    font-weight: bold;
}
table.UpcomingEvents .CalendarCell
{
    padding: 2px 5px;
    background-color: Silver;
}
table.UpcomingEvents .CalendarEventCell
{
    background-color: White;
    font-weight: bold;
}
table.UpcomingEvents th.CalendarCell
{
    font-size: smaller;
    font-variant: small-caps;
    text-decoration: underline;
}
/* Styles for the DayPilot calendar navigator */
.DayPilotSmall_main
{
    border-top: 1px solid Black;
    border-left: 1px solid Black;
    border-right: 1px solid White;
    border-bottom: 1px solid White;
    background-color: #ced2e0;
    background-image: url(Images/CalendarFade.gif);
    font-size: 8pt;
    font-family: Tahoma, Arial, Sans-Serif;
}
.DayPilotSmall_day
{
    color: Black;
}
.DayPilotSmall_dayheader
{
    color: Black;
    font-weight: bold;
    font-size: smaller;
    font-variant: small-caps;
}
.DayPilotSmall_line
{
    border-bottom: 1px solid Gray;
}
.DayPilotSmall_busy
{
    background-image: url(Images/DayBusyBack.jpg);
    font-weight: bold;    
}
.DayPilotSmall_dayother
{
    background: inherit;
    color: Gray;
}
.DayPilotSmall_today
{
    color: White;
    font-weight: bold;
}
.DayPilotSmall_title, .DayPilotSmall_titleleft, .DayPilotSmall_titleright
{
    color: Black;
    background-color: #d9dde2;
    background-image: url(Images/CalendarTitleFade.gif);
}
.EventHeader
{
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: x-large;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
}
.EventSubHeader
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: medium;
    text-transform: none;
    letter-spacing: 0;
    margin: 15px 0;
    color: Black;
    font-weight: bold;
    min-width: 400px;
    border-bottom: 1px solid Silver;
}
.ViewEvent > table > tbody > tr > td
{
    padding-right: 10px;
    vertical-align: top;
}
.ViewEvent > table > tbody > tr > td:first-child
{
    width: 100px;
}
/* Styles for the event editor */
.EditEvent input[type="text"],
.EditEvent select,
.EditEvent textarea
{
    background-color: #ffffff;
    border: 1px solid #666699;
}
.EditEvent input[type="text"],
.EditEvent textarea
{
    padding: 2px;
}
.EditEvent select
{
    border: 1px solid #666699;
    padding: 1px;
}
.EditEvent input[type="text"].Invalid,
.EditEvent select.Invalid,
.EditEvent textarea.Invalid
{
    background-color: #e2cdcc;
    border-color: #cc0000;
}
.EditEvent select.Invalid option.Empty
{
    color: #cc0000;
}
.EditEvent .ValidationSummary
{
    margin: 15px 0;
    border: 1px solid Black;
    background-color: #8f5b50;
    color: White;
    padding: 10px;
    width: 350px;
}
.UpcomingEvent
{
    background-color: #d7d8dc;
    background-image: url(Images/UpcomingEventBack.jpg);
    border-top: 1px solid black;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid black;
    padding: 5px;
    margin: 5px 0;
    font-size: 8pt;
    font-family: Tahoma,Arial,Sans-Serif;
}
.UpcomingEvent a
{
    color: #333366;
}
.UpcomingEvent a:hover
{
    color: #666699;
}
.UpcomingEventHigh
{
    background-color: #f5c9c6;
    background-image: url(Images/UpcomingEventHighBack.jpg);
}
.EventActionButton
{
    background-image: url(Images/EventActionButtonBack.jpg);
    border: 1px solid Black;
    font-family: Tahoma;
    margin-top: 6px;
    padding: 2px;
    width: 150px;
    cursor: pointer;
}
.RegisterButton
{
    background-image: url(Images/RegisterButtonBack.jpg);
}
.CancelButton
{
    background-image: url(Images/CancelButtonBack.jpg);
    padding: 2px 15px;
    width: auto;
}
.EventUpdateButton
{
    background-image: url(Images/EventUpdateButtonBack.jpg);
    border: 1px solid Black;
    font-family: Tahoma;
    padding: 2px 15px;
    cursor: pointer;
}
.BlueButton
{
    border: 1px solid Black;
    background-color: #234956;
    background-image: url(Images/WizardButtonBack.gif);
    background-repeat: repeat-x;
    color: White;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
}
a.BlueButton
{
    display: inline-block;
    padding: 2px 6px 3px 6px;
    text-decoration: none;
    text-align: center;
}
a.BlueButton:hover
{
    color: #DEFF99;
    text-decoration: none;
}
.GreenPaymentButton
{
    background-color: #6ac05f;
    background-image: url(Images/GreenButtonBack.gif);
    width: 200px;
    margin-top: 10px;
}