#year_month{ 
    overflow: hidden;
    height: 34px;
    position: relative;
    border-top: 1px solid #ddd;
}
#year_month .prev,
#year_month .next{
	background: url(../images/detail.png) no-repeat #fff; 
    width: 34px;
    height: 34px;
    position: absolute; 
	top: 0;
	z-index: 100;  
    cursor: pointer;  
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}  
#year_month .prev:hover{
    background-color: #f60;
    background-position: -85px -43px;
}
#year_month div.next.disNext:hover,
#year_month div.prev.disPrev:hover{ 
    background-color: #efefef;
} 

#year_month .next:hover{ 
    background-position: -125px -43px;
    background-color: #f60;
 }
 #year_month div.prev.disPrev:hover,
#year_month .prev{
	left: 0;  
    background-position: -5px -100px;
}
#year_month div.next.disNext:hover,
#year_month .next{
	right: 0;  
    background-position: -45px -100px; 
}
#year_month div.prev.disPrev, 
#year_month div.next.disNext{
	background-color: #efefef;
    cursor: not-allowed;
} 
#year_month div.dateContent{
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 34px;
	height: 34px;
}
#year_month div.dateContent .year-month-day {
	flex-wrap: wrap;
	left: 34px;
	position: relative;
}
#year_month div.dateContent ul li{
    width: 97px;
    float: left;
    text-align: center;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #333;
    line-height: 34px;
} 
#year_month div.dateContent ul li.active{ 
    position: relative;
} 
#year_month div.dateContent ul li.active:after {
    display: block;
    content: '';
    width: 50%;
    height: 2px;
    background: #f60;
    position: absolute; 
    bottom: 0;   
    width: 100%;
    left: 0;
}
#new_calendar{
    width: 560px;
}  
#new_calendar .week{ 
	width: 560px; 
    background: #fff; 
}
#new_calendar .week ul{
    overflow: hidden;
}
#new_calendar .week li{
    float: left; 
    width: 80px;
    position: relative;  
    background: #f9f9f9;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-family: arial;
    font-size: 14px; 
}
#new_calendar .data-days p{
    font-size: 14px; 
    line-height: 24px; 
    padding-left: 5px;    
}
#new_calendar .data-days span.cur1 {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #ff4d51;
    position: absolute;
    top: 0;
    right: 5px;
}
#new_calendar .data-days span.cur,
#new_calendar .data-days span.nostage{
    display: block;
    font-size: 12px; 
    line-height: 24px; 
    color: #51ac36;
    position: absolute;  
    top: 0;
    right: 5px;
}
#new_calendar .data-days span.nostage{
    color: #333;
}
#new_calendar .data-days div {
    display: block;
    font-size: 14px; 
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    color: #ff6700; 
    margin-top: 10px;
}
#new_calendar .calendar{
	position: relative; 
	background: #fff;
	width: 100%;    
} 
#new_calendar .days {    
	padding: 0;     
	margin: 0;   
	width: 100%;
}        
#new_calendar .days li {      
	float: left;
    background: #fff;
    width: 77.5px;
    position: relative; 
    border:#f2f2f2 solid 1px; 
    background: none;
    height: 60px;
    text-align: left;
    color: #666;
    font-family: arial; 
}      

#new_calendar .days li.ok-data{
    cursor: pointer;
}
  
#new_calendar .days li.active {
	position: relative; 
    background-color: #fff1dc;
    border: 1px solid #f60; 
}        
#new_calendar .days li.other-month {    
	background: #fff!important;
	color: #aaa;
}
#new_calendar .days li.active.other-month {    
	color: #fff;   
}  