#calendar {
	text-align: center;
}

table.month {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
/*	border: 1px solid #888888; */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

table.month td {
	width: 30px;
	height: 26px;
}

table.month .monthname, table.month .dayname, table.month .monthnavigation {
	font-weight: bold;
	width: auto;
}

table.month td {
	background: #f0f0f0;
}

table.month td.monthname, table.month td.monthnavigation {
	background: #ffffff;
}

table.month .dayname {
	background: #bcd15a;
}

table.month a, table.month a:active, table.month a:link, table.month a:visited {
	font-weight: bold;
	color: #f6973a;
}

table.month a:hover {
	font-weight: bold;
	color: #000;
}