.calendar-table
{
}

.calendar-table tr td
{
	background-color: #e5d7ae;
	text-align: center;
	width: 20px;
	height: 20px;
	font: 8pt Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.calendar-table tr th {text-align: center;}
.calendar-table tr td.linked-day
{
	background-color: #999900;
	cursor: pointer;
	color: #fff;
}
.calendar-table tr td.linked-day-no-highlight
{
	background-color: #e5d7ae;
	cursor: pointer;
	text-decoration: underline;
}
.calendar-table tr td.no-day {background-color: #fff;}
.calendar-table tr td.today {background-color: #229900;}

.calendar-month
{
	color:#003366;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}
