@CHARSET "UTF-8";

.date-sel {
	width: 100%;
	font-size: 9pt;
}

div.date-sel {
	border: 1px solid #bbb;
	width: 170px;
	background: #fff;
}

.date-sel .date-hd {
	background: #5d4331;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}

.date-sel .date-hd a {
	text-decoration: none;
	underline: none;
	color: #fff;
	font-size: 11pt;
}

.date-sel .date-cell {
	text-align: center;

	background: #eee;
	font-size: 9pt;
	height: 20px;
}

.date-cell.day {
	font-size: 9pt;
}

.date-sel .today {
	text-align: center;
	padding: 2px 0;
}

.date-cell span {
	display: block;
	padding: 2px 0;
}

.date-cell span.over {
	background: #5d4331;
	color: #fff;
	cursor: pointer;
}
.date-select img {
	margin:0px!important;
}
