﻿
.Day,.Today,.OtherMonthDay
{
	border: #94a6ce 1px solid;
	height: 75px;
	width: 14%;
	text-align: right;
	vertical-align: top;
}
.CalendarTitle
{
	background-color:#94a6ce;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	border:0;
}
.CalendarDayHeader
{
	background-color: #FFCB39; /*#cecfce;*/
	color: #603300;
	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;
}