.datebox .month {
	float: right;
	width: 182px;
	height: 144px;
	font-size: 10px;
	overflow: hidden;
}

.datebox .month .title {
	float: right;
	width: 100%;
	color: #3C6084;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px;
	text-align: center;
	margin: 0 0 15px 0;
}

.datebox .month .title .next {
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.datebox .month .title .prev {
	float: right;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.datebox .month .days {
	float: right;
	position: relative;
	width: 100%;
	margin: 0 0 -1px 0;
	display: none;
}

.datebox .month .week {
	float: right;
	width: 170px;
	margin: 0 9px 0 3px;
}

.datebox .month .week a.day {
	float: right;
	width: 19px;
	height: 12px;
	padding: 2.5px 2.6px;
	color: #666666;
	text-align: center;
	margin: -1px -1px 0 0;
	cursor: pointer;
}

.datebox .month .week a:hover.day {
	background: url('../images/day-open.gif') 50% 58% no-repeat;
}

.datebox .month .week a.td {
	color: #ffffff;
	font-weight: bold;
	background: url('../images/day-now.gif')  50% 58% no-repeat;
}

.datebox .month .week a.cl {
	background: url('../images/day-take.gif') 50% 58% no-repeat;
	color: #333333;
}

.datebox .month .week a.no {
	cursor: default;
}

.datebox .month .week a:hover.no {
	background: none;
}


