<!--
table.calendar {
	padding: 0;
	margin: 0px;
}
table.calendar tr.headline td{
	font-size: 10px;
}
table.calendar th {
	text-align: left;

	font-size: 10px;
	color: #777777;
}
table.calendar th span {

	cursor: pointer;
	float: right;
}
table.calendar td {
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	width: 23px;
	height: 15px;
	vertical-align: middle;

	line-height: normal;
	font-size: 10px;
	color: #333333;
}
table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
}

/*
table.calendar td.Today {
	font-weight: bolder;
	color: #009900;
	font-size: 12px;
}
*/

/*
table.calendar td.Sat {
	color: #000099;
	background-color: #FEFEFF;
}
*/

table.calendar td.Mon {
	color: #FF0000;
	font-weight: bolder;
}
table.calendar td.holyday {
	color: #FF0000;
	font-weight: bolder;
}

/*
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
	font-size: 14px;
}
*/

/*
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}
*/

//-->