div.calendar {
	margin:1em auto;
	width:364px;
}

div.calendarhead {
	font-weight:bold;
	height:2em;
	background-color:#eee;
}

div.goprev,
div.gonext,
div.monthyear {
	float:left;
	width:33%;
	text-align:center;
	line-height:2em;
	height:2em;
	font-size:1.1em;
}

div.weekday {
	width:52px;
	border-bottom:1px solid #ccd;
	font-weight:bold;
	text-align:center;
	height:1.5em;
	float:left;
}

div.daycontent {
	border:1px solid #ccd;
	width:48px;
	height:2.5em;
	float:left;
	padding:1px;
}

div.daycontent a {
	font-weight:bold;
}

div#sidebar div.calendar {
	width:210px;
	font-size:smaller;
}

div#sidebar div.weekday {
	width:30px;
	border-color:#000;
}

div#sidebar div.daycontent {
	width:26px;
	height:2em;
	border-color:#666;
}

div.activity {
	border-top:1px dotted #666;
	margin:1em;
	padding:0;
}

#content div.activity p {
	text-indent:0;
}

#content div.activity ul {
	margin:0 !important;
	padding:0 0 0 2em !important;
}
