@charset "UTF-8";
table.dn_calendar {
	width: 100%;
}
table.dn_calendar > tbody > tr > td.data {
	cursor: pointer;
}

table.dn_calendar > tbody > tr > td:hover {
	background-color: lightgray;
}


table.dn_calendar > tbody > tr > td.outsidemonth {
	color: gray;
}
table.dn_calendar > tbody > tr > td.today {
	background-color: white;
	color: black;
}
table.dn_calendar > tbody > tr > td.highlight {
	color: red;
}

table.dn_calendar > tbody > tr > th.weekno {
	background-color: lightyellow;
}
