﻿
.OtherMonthDay {
	background-color:#E2FCE2;
}

.Day, .Today, .OtherMonthDay {
	border:1px solid #339900;
	height:75px;
	padding:5px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}

.CalendarTitle
{
	background-color:#3399cc;
	color:#000;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	line-height:200%;
}

.CalendarTitle a {
	line-height:200%;
	padding:5px;
	font-weight:bold;
	color:white!important;
	text-decoration:none!important;
}

.CalendarDayHeader
{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size:12px;
	line-height:200%;
}

.Calendar
{
	border-collapse: collapse;
	border: #94a6ce 1px solid;
	width:98%;
	font-size:x-small;
}

.Today
{
	font-weight:bold;
	font-style:italic;	
}

