table.calendar {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	margin:0 auto;
	margin-top: 20px;
	width: 100%;
	background-color: #B2C6D1;
}
table.calendar .title
{
	background-color: #FFFFFF;
	font-family: Times New Roman,Serif;
	font-size: 2.125em;
	text-align: center;
}
table.calendar .month,
table.calendar .year
{
	font-size: 2em;
}
table.calendar .next,
table.calendar .previous
{
	font-size: 1.5em;
}
table.calendar thead th
{
	background-color: #0066CC;
	color:white;
	padding:5px 0 3px;
	width: 14%;
}
table.calendar tbody td
{
	text-align: center;
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}
table.calendar tbody td a
{
	display: block;
	clear: both;
	font-weight: normal;
	padding: 5px 0; 
}
table.calendar tbody td.weekend
{
	background-color: #E7EAEB;
	color: #667171;
}
table.calendar tbody td.current
{
	background-color: #B2C6D1;
}
table.calendar tbody td.weekend,
table.calendar tbody td.weekday
{
	height: 100px;
	font-size: 1.2em;
}
table.calendar tbody td.weekend .event,
table.calendar tbody td.weekday .event
{
	font-size: .75em;
}

table.calendar tbody td a
{
	color: #990000;
}
