﻿body 
{
    font-family: Arial, Sans-Serif;
    font-size: 15px;
}

.Copyright
{
    text-align: right;
    font-size: 12px;
}

.header
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.header2
{
    color: #FFFFFF;
}

.buttonOut
{
    background-color: #F3F2E2;
    cursor: pointer;
    color: black;
    border-right: 1px solid black;
    font-size: 15px;
}

.buttonIn
{
    background-color: #900000;
    color: white;
    cursor: pointer;
    border-right: 1px solid black;
    font-size: 15px;
}

.buttonTable
{
    background-color: #F3F2E2;
    border-bottom: 1px solid black;
}

.CalendarHeader
{
    background-color: #900000;
}

.CalendarMonth
{
    color: #FFFFFF;
    font-weight: bold;
}

.CalendarPrevNext
{
    color: #FFFFFF;
}

.CalendarSubHeader
{
    background-color: Silver;
}

.CalendarClass
{
    border: 1px solid black;
}

.CalendarDay
{
    border-right: dotted 1px black;
    border-bottom: dotted 1px black;
}

.CalendarLastDay
{
    border-bottom: dotted 1px black;
}

.CalendarLink
{
    font-size: 12px;
    text-decoration: none
}

.CalendarLink:hover 
{
    text-decoration: underline;
}

.CalendarDayNumber
{
    font-size: 13px;   
}

.CalendarToday
{
    background-color:#ffd063;
}

.CalendarTodayNumber
{
    font-size: 14px;   
    font-weight: bold;
}

.CalendarHelp
{
    font-size: 13px;   
}
