div.calendar
{
	background: #fff;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 2px #aaa;
	padding: 1px;
	text-align: center;
}

div.calendar a
{
	color: #000;
	text-decoration: none;
}

div.calendar table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

div.calendar tr.monthNav
{
	text-align: center;
	background: #c4c4a8;
	font-weight: bold;
}

div.calendar table.days
{
	text-align: right;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

div.calendar .otherMonth, div.calendar .otherMonth a
{
	color: #aaa;
}

div.calendar table.days td
{
	width: 14%;
}
/*
div.calendar table.days td:hover
{
	background: #1f78a9;
}
*/
div.calendar .selectedDay
{
	background: #d0eed0;
	border: solid 1px #50aa50;
}

div.calendar .footer
{
	text-align: center;
	text-decoration: underline;
}

div.calendar tr.bottomBorder
{
	border-bottom: solid 1px #ccc;
}