.calendar_main {
	font-size: 15px;
	width: 100%;
	height: 100%;
	font-family: '宋体', Arial;
	font-size: 12px;
}

.calendar_top {
	height: 16%;
	background-color: #fff;
}

.calendar_topLabel {
	color: 1f6fb6;
}

.calendar_bottom {
	height: 84%;
}

.calendar_bottom_content {
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	color: #999999;
	border: 1px solid #dae6f2;
}

.calendar_bottom_content th {
	background-color: #d3e9fe;
	height: 22px;
}

.calendar_bottom_content th.week {
	color: #444b53;
}

.calendar_weekend {
	color: #7d4e1f;
}

.calendar_dayOfMonth_currentDay {
	background-color: #e0e0e0;
}

.calendar_day_hasData {
	text-decoration: none;
	cursor: pointer;
	color: #003c91;
	font-weight: bold;
}

.calendar_day_currentDayAndHasData {
	text-decoration: none;
	cursor: pointer;
	color: #003c91;
	font-weight: bold;
	background-color: #d3e9fe;
}

.calendar_Detail {
	display: none;
	width: 125px;
	font-family: '宋体', Arial;
	font-size: 12px;
	position: absolute;
	z-index:100
}

.calendar_Detail_title {
	background: url(../../../pic/yhwz/global/rili_bg1.jpg) no-repeat;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 83px;
	text-align: center;
	font-family: Arial;
}

.calendar_Detail_content {
	width: 123px;
	border: 1px solid #e2d0c0;
	background: #fffffd url(../../../pic/yhwz/global/rili_bg4.jpg) repeat-x bottom;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	color: #666666;
}

.calendar_Detail_content_list {
	width: 115px;
	margin: 0 auto;
	padding-top: 5px;
	color: #666666;
	font-family: '宋体', Arial;
	font-size: 12px;
	margin-bottom: 5px;
}

.calendar_Detail_content_list td {
	border-bottom: 1px solid #f5e9d1;
	height: 23px;
	text-align: center;
	width: 50%
}

.calendar_Detail_content_list a {
	color: #666;
	text-decoration: none;
}

.calendar_Detail_content_list a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.space_between_yearAndMonth{
	width: 10px
}
#calendar_yearSelection {
	font-size: 12px;
	font-family: '宋体', Arial;
	background: url(../../../pic/yhwz/global/zx_right_btn_time1.jpg) no-repeat;
	width: 76px;
	height: 22px;
	font-size: 12px;
	font-family: '宋体', Arial;
	cursor: pointer;
	line-height: 22px;
}

#calendar_yearSelection_option {
	border: 1px solid #b5b5b5;
	border-top: none;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	display: none;
	width: 76px;
	position: absolute;
	z-index:100
}

#calendar_yearSelection_option td {
	width: 76px;
}

#calendar_monthSelection {
	font-size: 12px;
	font-family: '宋体', Arial;
	background: url(../../../pic/yhwz/global/zx_right_btn_time1_2.jpg) no-repeat;
	width: 64px;
	height: 22px;
	font-size: 12px;
	font-family: '宋体', Arial;
	cursor: pointer;
	line-height: 22px;
}

#calendar_monthSelection_option {
	border: 1px solid #b5b5b5;
	border-top: none;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	display: none;
	width: 64px;
	position: absolute;
	z-index:100
}

#calendar_monthSelection_option td {
	width: 64px;
}

.calendar_selection_option_mouseover {
	background-color: #e7ebee;
}
#calendar_yearSelection_value,#calendar_monthSelection_value{
	width: 100%;
	height: 100%;
}