#dt {
	background-color: #9db0f8;
	border: 1px solid #000;
	display: none;
	position: absolute;
}
#dt tr td, #dt tr td a {
	font-size: 11px;
}
#dt_year, #dt_month {
	font-weight: bold;
}
.dt_empty {
	background-color: #eee;
	width: 18px;
}
.dt_selected {
	border: 1px solid #000;
	background-color: #cdd6f8;
	width: 18px;
	font-weight: bold;
	text-align: center;
}
.dt_selected:hover {
	cursor: pointer;
}
.dt_normal {
	border: 1px solid #fff;
	background-color: #cdd6f8;
	width: 18px;
	font-weight: normal;
	text-align: center;
}
.dt_normal:hover {
	color: #fff;
	background-color: #464a57;
	cursor: pointer;
}

* {
	line-height: 18px;
}

#base {
	width: 500px;
	margin: auto 0;
	padding: 
}

.item {
	background-color: #b3d612;
}
.item div {
	padding: 10px 10px 5px 10px;
}
.item * {
	font-size: 11px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	margin-bottom: 10px;
}
