.new-class-box{
	display: none;
}
.modify-class-box{
	display: none;
}
.add-box{
	display: none;
}
.add-ul{
	background-color: #ffffff;
	padding: 6px 10px;
	min-height: 5px;
	margin-bottom: 6px;
}
.add-ul li{
	list-style: none;
	width: 25%;
	float: left;
	cursor: pointer;
}
.add-height{
	max-height: 400px;
	overflow-y: auto;
	padding: 10px;
	background-color: #EFF1F4;
}
.selectClassNav{
	padding: 0px 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #999999;
}
.selectClassNav a:hover{
	border-bottom:solid 1px;
}
.topNav{
	border-bottom: 1px solid #999;
	padding: 0 10px;
	height: 27px;
}
.topNav>ul{
	padding: 0;
	margin: 0;
}
.topNav>ul>li{
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
}
.topNav>ul>li:HOVER{
	color:  #3476CE;
}
.navActive{
	color:  #3476CE !important;
	background-color: #fff !important;
	border-top: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
	border-right: 1px solid #999 !important;
	border-bottom: 1px solid #fff !important;
}
.class-title-name{
	border-left: 2px solid #999999;
	padding-left: 8px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 6px;
	cursor: pointer;
	font-weight: 600;
	height: 23px;
}
#diaContent label{
	cursor: pointer;
	line-height: 2;
	display: inline-block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  top: 5px;
}
#diaContent label>input{
	margin-right: 5px;
}
