@charset "utf-8";
table.calendar {
	padding: 0;
	margin: 20px auto;
}
table.calendar tr.headline td {
}
table.calendar th {
	text-align: left;
	font-size: 1.6em;
	color: inherit;
	padding: 4px;
	font-weight: 300;
}
table.calendar th span {
	cursor: pointer;
	float: right;
	font-size: 0.7em;
}
table.calendar td {
	width: 40px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	height: 27px;
	vertical-align: middle;
	line-height: normal;
	
	color: inherit;
}
table.calendar td.click {
	cursor: pointer;
}
table.calendar td.Today {
	font-weight: bolder;
	color: #009999;
	font-size: 1.2em;
}
table.calendar td.Sat {
	color: inherit;
}
table.calendar td.Sun {
	color: inherit;
}
table.calendar td.holyday {
	color: inherit;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #cc0000;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 1.2em;
}
