﻿
.Day,.Today,.OtherMonthDay
{
	border: #94a6ce 1px solid;
	height: 75px;
	width: 14%;
	text-align: right;
	vertical-align: top;
}
.CalendarTitle
{
	/*background-color:#94a6ce; - blue to green*/
	background-color:#c2cdc4;
	color:#ffffff; 
	font-weight:bold;
	font-size:110%;
	border:0;
}
.CalendarDayHeader
{
	/*background-color: #FFCB39; -- changed the background color from orange to blue*/ /*#cecfce;*/
        /*color: #603300; --changed the text color from black to white*/
        background-color: #82adb4;
	color: #ffffff;
	text-align: center;
	font-weight: bolder;
	font-size: 90%;
}
.Calendar
{
	border-collapse: collapse;
	border: #94a6ce 1px solid;
	width:98%;
	font-size:x-small;
}
.Today
{
	font-weight:bold;
	font-style:italic;	
}
.OtherMonthDay
{
	background-color:#f0f0F0;
}
