/********************�ſ�***********************/
.addCourse,.addCourse:hover{
	color:#20b3c8;
	margin-right:22px;
}
#newAddCourse{
    position:fixed;
    z-index:12;
    top:50%;
    left:50%;
    margin-left: -291px;
	width: 562px;
	background: #fff;
	border-radius: 4px;
	font-size: 0px;
	padding: 0 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newAddCourseHead{
	height: 55px;
	border-bottom: 1px solid #ddd;
	line-height:54px;
}
.newAddCourseCenter{
	position: relative;
}
.newAddHeadLeft{
	float: left;
	padding-right: 30px;
	width: 540px
}
.courseMsg>li{
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
	position: relative;
}
.courseLabel{
	width: 70px;
	display: inline-block;
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-right: 14px;
	height: 14px;
	line-height: 14px;
}
.cm-input{
	font-size: 14px;
	color: #333;
	border-radius: 4px;
	border: 1px solid #ddd;
	height: 30px;
	text-align: center;
	outline: none;
}
.cm-input-tea{
	/*background: url("../../images/ico_arrow_down1.png") no-repeat 124px;*/
	padding-right: 20px;
	cursor: pointer;
}
.selTime,.changeTime{
	border: 1px solid #e5e5e5;
    border-radius: 4px;
	right: 2px;
    position: absolute;
    top: 0;
    width: 166px;
    padding-left: 8px;
}
.selTime input{
	height: 30px;
    width: 116px;
    border: none;
    font-size: 14px;
    outline: none;
    text-align: center;
} 
.clickxiala{
	cursor: pointer;
    border-left: 1px solid #e5e5e5;
    padding: 2px 9px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.findClassTime>li>img{
	cursor: pointer;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}
.selpattern{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.selpattern>li{
	/* width: 133px; */
	margin-left: 66px;
	float: left;
	list-style: none;
	font-size: 14px;
	color: #333;
}
.selpattern>li:FIRST-CHILD{
	margin-left: 44px;
}
input[name=pattern]{
	margin: 0 6px 0 0;
	vertical-align: middle;
	outline: none;
}
.tongxunlu{
	position: absolute;
    top: 4px;
    right: 3px;
    cursor: pointer;
    width: 94px;
    border-left: 1px solid #e5e5e5;
    font-size: 14px;
    color: #1bbfd2;
    font-weight: normal;
}
.tongxunlu>img{
	margin: 0 8px;
}
.chooseTypeSpan{
	font-size: 12px;
	color: #333;
	display: inline-block;
	text-align: right;
	width: 58px;
	margin-right: 14px;
	height: 14px;
    line-height: 14px;
}
.selweek .weeklist{
	display: inline-block;
    width: 355px;
    vertical-align: top;
    padding-left:0;
}
.weeklist>li{
	float: left;
	list-style: none;
	font-size: 12px;
	color: #666;
	margin-right: 12px;
}
.weeklist>li>img{
	margin-right: 8px;
	cursor: pointer;
}
.repetitionend-input{
	width: 150px;
	height: 24px;
	color: #666;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	outline: none;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	background-color: #fff;
	vertical-align: middle;
}
#repetitionend{
	background-image: url("../../images/ico_arrow_down.png");
	background-repeat: no-repeat;
	background-position: 130px;
	padding-right: 20px;
}
.repetitionList{
	position: absolute;
    /*height: 72px;*/
    width: 150px;
    background: #fff;
    z-index: 2;
    left: 84px;
    border: 1px solid #e5e5e5;
    display: none;
}
.repetitionList>li{
	height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.repetitionList>li:hover{
	color: #60C3D4;
   	background: #f0f0f0;
}
.patternHide{
	background-color: #f4f7ff;
}
.selresult{
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
	color: #666
}
.result-p{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	height: 16px;
}
.endresult>i{
	font-style: normal;
	margin: 5px;
	color: #20b3c8;
	font-size: 12px;
}
.result-p>span{
	font-size: 12px;
	color: #666;
}
.addCourseBtn{
	text-align: center;
}
.sureNewAddCourse{
	width: 200px;
	height: 36px;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	background-color: #20b3c8;
}
.courseMsg .pubUl{
	right: 18px;
    top: 32px;
    width:160px;
    display:none;
}
.allTeaList{
	position: absolute;
	padding: 0;
	margin: 0;
	width: 146px;
    max-height: 200px;
	background: #fff;
	border: 1px solid #e5e5e5;
	left: 84px;
	top: 32px;
    z-index: 2;
    overflow-y: auto;
    display:none;
}
.allTeaList>li{
	height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.allTeaList>li:hover{
	color: #60C3D4;
   	background: #f0f0f0
}
#coursetime {
	background: url("../../images/riqi.png") no-repeat 135px center;
}
#closeCourseDiv{
	position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    margin-top:-95px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newAddCourseCenter>p{
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.newAddCourseFoot{
	margin-bottom: 20px;
}