.calendarB {
	width: 980px;
	border: 1px solid #8BC8FE;  
	background: #e3f4fd;
	height: 61px; 
	margin:0px auto;   
	text-align:center;
	margin-top: 5px;
}
.calendarB a:{
	color: white; 
}
.calendarB a{
	text-decoration: none;
}
.calendarB a:hover{
	color:white;
	text-decoration: none;
}
.calendarB .contextPicture {
	float: left; 
	width: 15%;
	height: 100%; 
	cursor: pointer;
}
.contextPicture img{
	margin-top: 5px;
}
.calendarB .contextBtn {
	float: left;
	width: 85%;
	height: 100%;
}
.contextBtn ul {
	float: left;
	width: 100%;
	height: 20px;
	margin: 5px 0px;
}
.contextBtn li{
	cursor: pointer;
	float: left;
	width: 80px;
	height: 18px;
	border: 1px solid #8FB9D0;
	text-align: center;
	line-height: 18px;
	margin-left: 15px !important;margin-left: 7px;
	background: url(../img/zst1.gif);
}
a:hover {
	color:#666666;
	font-family:"宋体";
	font-size:12px;
	text-decoration:underline;
	cursor: pointer;
}
a:visited {
	color:#333333;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	cursor: pointer;
}
a:link {
	color:#333333;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	cursor: pointer;
}