#calendar
{
	font-size:.7em;
	line-height: 1.3em;
	width: 22em;
	border: #c0c0c0 solid 1px;
	padding: 1px;
}
#calendar a
{
	text-decoration: none;
}
#calendar div
{
	float: left;
	width: 3em;
	height: 1.3em;
	text-align:center;
}
#calendar .monthname
{
	float: none;
	width: auto;
	font-size: 1.5em;
	line-height:1.5em;
	font-weight: 700;
	background: #0f0f3f;
	color: #ffffff;
}
#calendar .calendarheader
{
	float: none;
	width: auto;
	font-weight: bold;
	background: #c0c0c0;
	color: #000000;
	padding: 2px;
	border-bottom: #000000 solid 1px;
}
#calendar div.end
{
	float: none;
	clear: both;
	height: 1px;
}
#calendar .beginning
{
	clear:left;
}
