table#calendar {
	border: 1px solid #dbdbdb;
	background:#FFF;
}

table#calendar tr {
	text-align: center;
	font-weight: bold;
}

table#calendar tr.head {
	background: #ff9900;
	color: #FFFFFF;
}

table#calendar tr.daynames td {
	width: 29px;
	height: 20px;
	background: #000;
	color: #FFF;
	font-size: 12px;
}

table#calendar tr.week td {
	height: 20px;
	font-size: 11px;
}

table#calendar td.event {
	color: white;
	font-weight: bold;
	background: #ff9900;
}

table#calendar td.event a {
	color: #FFFFFF;
}

table#calendar td.past {
	color: #999999;
	font-weight: normal;
}

a.monthnav {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a.monthnav:hover {
	text-decoration: underline;
}