﻿
.Calendar
{
    width:99%; 
    border:solid 1px steelblue; 
    font-family: Tahoma; 
    font-size: 11px;
    text-align: left;
    border-collapse:collapse;
}

.NavHeader
{
	width: 100%; 
	border: solid 1px steelblue; 
	background: #E1EFFA
}

.Heading
{
    background-color:#8DB3D2;
    font-size:14px;
    font-weight:bold;
    color:Black;
    text-align:center;
    padding:5px;
}


.DayOfWeek 
{
    font-size: 13px;
    border:solid 1px steelblue;
    width:14.29%; 
    text-align:center;
    padding:3px;
}

.WeekRow
{
    vertical-align:top;
    height:60px;
}

.WeekEnd
{
    background-color:#D6E4EF;
    border:solid 1px steelblue;
}

.WeekDay
{
    background-color:#E1EFFA;
    border:solid 1px steelblue;
}

.Today
{
    background-color:#E2F9E1;
    border:solid 1px steelblue;
}

.NoDay
{
    background-color:white;
}

.DayLabel
{
    font-weight:bold;
    color:#294C6A;
}

.AllDayEvent
{
    font-size:9px;
}

.Appointment
{
    font-size:9px;
}