﻿.calendar
{
	font-size: small;
	padding-left: 5px;
}

.calendar table
{
	float: left;
	width: 100%;
}

.calendar .currentMonth
{
	width: 100%;
	text-align: center;
}

.calendar .inactiveDay
{
	text-align: right;
}
.calendar .activeDay
{
	text-align: right;	
}

