.sdedu-calendar-sjh{
	width:100%;
	height:100%;	
}

.sdedu-calendar-sjh>div.calendar-head{
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	padding-bottom:18px;
	width:85%;									
}

.sdedu-calendar-sjh>div.calendar-body{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;						
}

.sdedu-calendar-sjh>div:after{
	clear:both;
	display:table;
	content:"";
}

.sdedu-calendar-sjh>div>span.sdcalendar-year-month{
	position:relative;
	font-size:21px;
	letter-spacing:-1px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	color:#212020;
}

.sdedu-calendar-sjh>div>span.sdcalendar-prev{
	float:left;			
	width:24px;
	height:24px;
	display:block;
	position:relative;			
}

.sdedu-calendar-sjh>div>span.sdcalendar-prev a{
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/new/day_pre.png);
}

.sdedu-calendar-sjh>div>span.sdcalendar-next{
	float:right;			
	width:24px;
	height:24px;
	display:block;
	position:relative;			
}

.sdedu-calendar-sjh>div>span.sdcalendar-next a{
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/new/day_next.png);
}

.sdedu-calendar-sjh>div>table{
	position:relative;
	margin:0 auto;
	width:85%;			
}

.sdedu-calendar-sjh>div>table.week-name{
	margin-bottom:5px;		
}

.sdedu-calendar-sjh>div>table.week-name>thead{
	position:relative;
	width:100%;
	height:12%;			
}

.sdedu-calendar-sjh>div>table.week-name>thead>tr>th{
	width:47px;
	border-top:1px solid #848484;
	border-bottom:1px solid #848484;
	padding:8px 0;					
	text-align:center;			
}

.sdedu-calendar-sjh>div>table>thead>tr>th>span{
	color:#212020;
	font-weight:bold;
	font-size:16px;
}		

.sdedu-calendar-sjh>div>table>tbody>tr>td{	
	width:47px;
	height:47px;		
	line-height:47px;
	font-size:14px;
	text-align:center;			
}

.sdedu-calendar-sjh>div>table>tbody>tr>td>span.before-month{
	color:#aca9a9;							
}

.sdedu-calendar-sjh>div>table>tbody>tr>td>span.after-month{
	color:#aca9a9;
}		

.sdedu-calendar-sjh>div>table>tbody>tr>td>span{			
	color:#212020;
	font-weight:bold;			
}

.sdedu-calendar-sjh>div>table>tbody>tr>td.on-data{
	background-image:url(//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/new/gray.png);	
	background-position:center;
	background-size:65%;
	background-repeat:no-repeat;
	width:47px;
	height:47px;		
	line-height:47px;	
}

.sdedu-calendar-sjh>div>table>tbody>tr>td.now-date.on-data{
	background-image:url(//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/new/red.png);
}
.sdedu-calendar-sjh>div>table>tbody>tr>td.next-date.on-data{
	background-image:url(//static-sdedu.akamaized.net/img1/_skin/sidae/images/popkon/new/red_border.png);
}

.sdedu-calendar-sjh>div>table>tbody>tr>td.on-data a{	
	font-weight:900;
	text-decoration:none;
}

.sdedu-calendar-sjh>div>table>tbody>tr>td.on-data a{
	color:#333;
}

.sdedu-calendar-sjh>div>table>tbody>tr>td.now-date.on-data a{
	color:#FFF;
}	
	
.data-list-box{
	position:absolute;
	!background:#FFF;
	top:20px;
	left:400px;	
	width:280px;
	height:375px;	
	border-left:1px solid #bd6a6a;			
}

.data-list-box a.close-button{
	display:none;
}

.data-list-box ul{
	padding:15px 18px 5px 38px;
	height:300px;
	overflow:hidden;		
	margin:0;	
}

.data-list-box ul li{
	list-style:none;
	margin-bottom:10px;			
}				 

.data-list-box ul li div p{
	font-size:14px;	
	letter-spacing:-1px;	
	margin:0;	
	display: inline-block;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height:22px;
	height:22px;
	color:#888;
}

.data-list-box ul li div p a{
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	color:#000;
}