.cn-table td {
	text-align:center;
}
.cn-table {
	margin: 0px auto 0px auto;
}
.cn-table a {
	display: block;
	width: 41px;
	height: 33px;
	padding: 12px 0px 0px 0px;
	background-image: url(../images/calendar/day_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 3px 0px 2px;
	color: #000000;
	font-weight:normal;
	font-size: 16px;
}
.cn-table a:hover {
	text-decoration:none;
	background-image: url(../images/calendar/day_bg_hover.gif);
}
.cn-saturday a {
	background-image: url(../images/calendar/day_bg_we.gif);
	background-repeat: no-repeat;
}
.cn-sunday a {
	background-image: url(../images/calendar/day_bg_we.gif);
	background-repeat: no-repeat;
}
.cn-selected a {
	background-image: url(../images/calendar/day_bg_selected.gif);
	background-repeat: no-repeat;
}
.cn-today a {
	font-weight:bold;
}
.cn-headline {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
