#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;
}

.channel {
	font-size: 11px;
	display: block;
	background-color: #b3d612;
	padding: 15px;
	margin: 0px;
}

.item {
	background-color: #f0e371;
}

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

li {
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	margin-top: 20px;
	margin-bottom: 10px;
}

.channel div, .item div {
	padding: 10px 10px 5px 10px;
}

.channel ul {
	padding-left: 10px;
}

.ctrl {
	font-size: 10px;
}
.ctrl_visible_empty {
	font-size: 10px;
	font-weight: normal;
	color: #007;
}
.ctrl_visible_data {
	font-size: 10px;
	font-weight: bold;
	color: #007;
}
.ctrl_hidden_empty {
	font-size: 10px;
	font-weight: normal;
	color: #504b1b;
}
.ctrl_hidden_data {
	font-size: 10px;
	font-weight: bold;
	color: #504b1b;
}
