﻿.grandCalendar
{
    width: 210px;
    padding: 0px;
    margin: 30px;
    float: left;
}

.grandCalendarBody
{
    width: 100%;
    border: 3px solid #7e624c;
    padding: 2px;
    height: 220px;
}

.grandCalendarMonthHeader
{
    width: 100%;
    background-color: #b5b5b5;
    color: #9c0100;
    font-weight: bolder;
    font-size: 14px;
    text-align: left;
    height: 20px;
    line-height: 1.5;
}

.otherMonthDayOfWeek
{
    width: 29px;
    height: 15px;
    text-align: center;
    float: left;
    font-size: 10px;
    color: Gray;
}

.grandCalendarDay
{
    width: 29px;
    height: 15px;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #000;
}

.grandCalendarEventDay
{
    width: 29px;
    height: 15px;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #000;
    background-color: Lime;
}

.grandCalendarDay a
{
    text-decoration: none;
}

.grandCalendarDay a:hover
{
    text-decoration: underline;
}

.grandCalendarCurrentDay
{
    width: 29px;
    height: 15px;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #000;
    background-color: Yellow;
}

.grandCalendarDesc
{
    width: 95%;
    background-color: #9c0100;
    text-align: left;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 80px;
}

.rightCalendarPanel
{
    float: left;
    width: 300px;
    margin-left: 150px;
    margin-top: 30px;
}

.grandCalendarPrevButton
{
    float: left;
}

.grandCalendarNextButton
{
    float: right;
}

.monthViewTable
{
    text-align: left;
    border: 1px solid #000;
}

.monthViewTable tr th
{
    text-align: left;
    font-weight: bolder;
    font-size: 14px;
    background-color: #b5b5b5;
    color: #000;
    border: 1px solid #000;
    border-collapse: collapse;
}

.monthViewTable tr td
{
    border-collapse: collapse;
    background-color: #eee;
    text-align: left;
}