th.cal_dayname { width: 14%; }
table.calendar { width: 100%; }
td.calendarday
{
	line-height: 10pt;
	padding: 3px 1px 1px 3px;
	vertical-align: top;
	font-size: 9pt;
	width: 13%;
	font-family: Arial; 
}
td.calendarday a.buy, td.calendarday a.buy:visited 
{
	margin-left: 6px;
	background-color: #aa0000;
	padding: 0px 6px;
	color: White;
	font-size: 10px;
	text-decoration: none;
}
td.calendarday a, td.calendarday a:visited 
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
td.calendarday a.buy:hover
{
	background-color: #ee0000;
	text-decoration: none;
}
td.calendarday a:hover
{
	text-decoration: underline;
}

th.side { width: 4%; }
select.monthMenu 
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid white;
	border-left: 0px solid white;
	font-family: Arial Verdana Helvetica Sans-Serif;
	margin-top: 12px;
	margin-bottom: 12px;
}

td.empty { height: 45px; }
span.timesmaller { font-size: smaller; margin-left: 12px; }


