.calendar_box {
	position: relative;
	display: none;
	width: 855px;
	overflow: hidden;
	font: 12px/22px "arial";
}
.calendar_box .calwarp {
	margin-right: -5px;
	padding-left: 5px;
	width: 10000px
}
.calendar_box .calmonth {
	position: relative;
	display: inline;
	float: left;
	width: 430px;
	margin-left: -5px;
	font-family: "arial";
	font-size: 12px
}
.calendar_box .calbox {
	position: relative;
	z-index: 2;
	min-height: 380px;
	background: #fff;
	border: 5px solid #ccc
}
.calendar_box .caltitle {
	height: 30px;
	line-height: 30px;
	background: #00bf49;
	color: #fff;
	text-align: center;
	font:700 14px/30px "microsoft yahei";
}
.calendar_box .month_prev, .calendar_box .month_next {
	position: absolute;
	z-index: 10;
	top: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 18px;
	color: #fff;
	cursor: pointer
}
.calendar_box .month_prev {
	left: 10px
}
.calendar_box .month_next {
	right: 10px
}
.calmonth .monthbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: "microsoft yahei";
	font-style: normal;
	color: #e2e2e2;
	z-index: -1;
	font-size: 144px;
	line-height: 208px;
	text-align: center
}
.calmonth .caltable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: none;
	line-height: 20px;
	height: 390px;
	cursor: pointer
}
.calmonth .nodate {
	background: #f6f6f6;
	cursor: default;
	background: rgba(246, 246, 246, 0.5)
}
.calmonth .caltable td {
	border: 1px solid #ddd;
	width: 14.2857%;
	height: 15.384615%;
	padding: 0;
	vertical-align: top
}
.calmonth .caltable th {
	background: #f5f5f5;
	color:#999;
	font:700 14px/26px "microsoft yahei";
	height: 26px;
	text-align: center;
	padding: 0;	
}
.calmonth .caltable th.sun {
	border-left: 1px solid #ddd
}
.calmonth .caltable th.sat {
	border-right: 1px solid #ddd;
}
.calmonth .calweek {
	background: #eee;
}
.calmonth .caldate, .calmonth .nodate {
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%
}
.calmonth .caldate{
	color:#46cb66
}
.calmonth .caldate:hover {
	background: #fc9d01;
}
.calmonth .calday {
	position: absolute;
	top: 3px;
	left: 5px;
	color: #545454;
	font-weight: bold
}
.calmonth .calinfo {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #1b1
}
.calmonth .calprice {
	position: absolute;
	bottom: 3px;
	left: 5px;
	color: #f60
}
.calmonth .calactive {
	position: absolute;
	right: 6px;
	top: 20px;
	color: #c00
}
.calmonth .today {
	color: #fff;
	background: #f7b;
	box-shadow: 2px 2px 10px -3px #666 inset;
}
.calmonth .today .calday {
	color: #fff
}
.nodate .calday {
	color: #999
}
.calmonth .today:hover {
	background: #fc9d01;
	background:rgba(252, 157, 1, 0.7);
	box-shadow: none
}
.calmonth .today:hover .calday {
	color: #000
}
.calendar_small {
	width: 444px
}
.calendar_small .calmonth {
	width: 222px;
}
.calendar_small .month_prev, .calendar_small .month_next {
	width: 10px;
	height: 17px;
	line-height: 17px;
	font-size: 28px
}
.calendar_small .caltitle {
	height: 30px;
	line-height: 30px
}
.calendar_small .calbox {
	width:218px;
	border: 2px solid #00bf49;
	min-height: 186px;
	overflow:hidden
}
.calendar_small .calmonth .caltable {
	height: 186px
}
.calendar_small .calmonth .caltable td {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none
}
.calendar_small .calmonth .monthbg {
	font-weight:700
}
.calendar_small .calmonth .caltable th.sun {
	border-left: none;
	color:#fa8d00
}
.calendar_small .calmonth .caltable th.sat {
	border-right: none;
	color:#fa8d00
}
.calendar_small th {
	font-weight: normal
}
.calendar_small .calmonth .caltable tr {
	height: 30px;
	overflow: hidden
}
.calendar_small .calmonth .today {
	background:none;
	color: #fc4f4f;
	box-shadow: none;
}
.calendar_small .calmonth .calfest {
	color: #fc4f4f
}
.calendar_small .calmonth .weekend{
	color:#fa8d00
}
.calendar_small .calmonth .caldate:hover, .calendar_small .calmonth .selectday:hover {
    background: #00bf49;
    color: #fff;
}
.calendar_small .calmonth .selectday {
    background: #00bf49;
    color: #fff
}
.calendar_small .calmonth .interval {
	background-color: rgba(224, 251, 235, 0.7);
	color: #59af42
}
.calendar_small .calmonth .nodate {
	color: #ccc;
	border: none;
	background: none;
	cursor: default;
	width: 100%;
	height: 100%
}