@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#calendar, #weeks {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#calendar .calendar-header {
	height: 42px;
}
#calendar .calendar-body {
	height: auto;
	padding: 0 10px;
}
#calendar .calendar-body th {
	height: 42.5px;
}
.calendar {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.calendar table {
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}
.calendar table td, .calendar table th {
	font-size: 12px;
	line-height: 34.5px;
}
.calendar-noborder {
	border: 0;
}
.calendar-header {
	position: relative;
	height: 22px;
}
.calendar-title {
	text-align: center;
	height: 100%;
	line-height: 100%;
}
.calendar-title span {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	top: 0;
	padding: 0 3px;
	font-size: 20px;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 0;
	font-weight: bold;
	font-family: 微软雅黑;
}
.calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear, .calendar-nextyear {
	position: absolute;
	top: 0;
	cursor: pointer;
	font-size: 24px;
	-moz-border-radius: 5px 5px 5px 5px;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	/* border-radius: 5px 5px 5px 5px; */
	line-height: 40px;
	opacity: .7;
}
.calendar-prevmonth {
	left: 19%;
	/* background: url('images/calendar_arrows.png') no-repeat -18px -2px; */
}
.calendar-nextmonth {
	right: 19%;
	/* background: url('images/calendar_arrows.png') no-repeat -34px -2px; */
}
.calendar-prevyear {
	left: 3px;
	/* background: url('images/calendar_arrows.png') no-repeat -1px -2px; */
	display: none;
}
.calendar-nextyear {
	right: 3px;
	/* background: url('images/calendar_arrows.png') no-repeat -49px -2px; */
	display: none;
}
.calendar-body {
	position: relative;
}
.calendar-body th, .calendar-body td {
	text-align: center;
}
.calendar-day {
	border: 0;
	padding: 1px;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	/* border-radius: 5px 5px 5px 5px; */
}
.calendar-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	font-size: 12px;
	display: none;
	overflow: hidden;
}
.calendar-menu-year-inner {
	text-align: center;
	padding-bottom: 5px;
}
.calendar-menu-year {
	width: 40px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}
.calendar-menu-prev, .calendar-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.calendar-body th, .calendar-menu-month {
	color: #4d4d4d;
}
.calendar-day {
	color: #000000;
}
.calendar-sunday {
	color: #CC2222;
}
.calendar-saturday {
	color: #CC2222;
}
.calendar-today {
	color: #0000ff;
}
.calendar-menu-year {
	border-color: #95B8E7;
}
.calendar {
	border-color: #e8e8e8;
}
.calendar-header {
	background: #e8ecf8;
}
.calendar-body, .calendar-menu {
	background: #ffffff;
}
.calendar-body th {
	background: #fff;
}
.calendar-hover, .calendar-nav-hover, .calendar-menu-hover {
	/* background-color: #eaf2ff; */
	/* color: #000000; */
}
.calendar-hover {
	padding: 0;background:url(../images/2/31.png) no-repeat center;
}
.calendar-selected {
	/* background-color: #d1dfec; */
	color: #000000;
	/* border: 1px solid #d0d1d2; */
	padding: 0;
	position: relative; background:url(../images/2/31.png) no-repeat center;
}
.datebox-calendar-inner {
	height: 180px;
}
.datebox-button {

	height: 18px;
	padding: 2px 5px;
	text-align: center;

}
.datebox-button a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.datebox-button a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.datebox-current, .datebox-close {
	float: left;
}
.datebox-close {
	float: right;
}
.datebox .combo-arrow {
	background-image: url('images/datebox_arrow.png');
	background-position: center center;
}
.datebox-button {
	background-color: #F4F4F4;
}
.datebox-button a {
	color: #444;
}
.calendar-other-month {
	/* color: #bbb; */
}
.hot {
	background-color: #06F;
	color: #fff;
}
.hover {
	/* background-color: #C00; */
}

#calendar .calendar-body th:nth-child(1), #calendar .calendar-body th:nth-child(7) { color:#CC2222;}








