#caltable
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	margin:0px 40px;
}

.cal-dayblock
{
	width:	80px;
	height:	80px;
	border-right:	1px solid black;
	border-bottom:	1px solid black;
	padding: 3px;
}

.cal-day
{
	font-family:	arial;
	font-weight:	bold;
	font-size:		18px;
	color:			darkgreen;
}

.stuff
{
	margin-bottom:	0.5em;
	line-height:	1.0em;
	font-family:	arial;
	font-size:		0.62em;
	color:			darkgreen;
}

.cal-weekday
{
	background-color:	#7c003f;
	text-align:		center;
	line-height:	20px;
	font-family:	arial;
	font-weight:	bold;
	font-size:		12px;
	color:			white;
}

td#right
{
	width: auto;
}

