html,body,ul,li,ol,dl,dd,dt,img,h1,h2,h3,h4,h5,h6,p,input,textarea,table,tr,td{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	outline: none;
	font-size: 12px;
}
html,body{
	height: 100%;
}
*{
	font-family: "Microsoft Yahei";
	font-family: "arial";
}
a{
	text-decoration: none;
}
#manager_system_wrap{
	width: 1366px;
	margin: 0 auto;
}
input{
	color: #898989;
}
button{
	float: left;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	margin-right: 20px;
}

.manager_top{
	height: 60px;
	background: #D7D7D7;
	border-bottom: 1px solid #fff;
	font-size: 25px;
	text-align: center;
	line-height: 60px;
}

/*左侧导航*/
.manager_system_left{
	width: 120px;
	float: left;
	background-color: #F0F0F0;
}
.manager_system_item{
	width: 100%;
	height: 100%;
}
.manager_list{
	width: 100%;
	background-color: #D7D7D7;
	border-bottom: 1px solid #F0F0F0;
}
.manager_list>a{
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.manger_system_main{
	float: left;
	margin-left: 20px;
}
.manager_system_title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.manger_system_main_btn{
	height: 50px;
}
.manger_system_main_btn button{
	width: 80px;
	height: 30px;
	background: #00A0E8;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
}
.manger_system_main_btn button:nth-child(2){
	margin-left: 80px;
}

/*table*/
.table_wrap h3{
	line-height: 40px;
	font-size: 15px;
}
.message_table{
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-collapse: collapse;
	font-size: 14px;
}
.message_table tr{
	width: 100%;
	height: 30px;
}
.message_table tr:nth-of-type(odd){
	background-color: #F0F0F0;
}
.message_table tr.message_head{
	background-color: #C4C4C4;
}
.message_table tr td{
	width: 149px;
	height: 29px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
}
.message_table tr td a{
	color: #00A0E8;
	margin: 0 3px;
}
.close{
	margin-left: 20px;
}
.message_table tr td .remove{
	color: #FF0000;
}


.manger_system_main_inputtext{
	height: 40px;
	line-height: 40px;
}
.manger_system_main_inputtext span{
	display: inline-block;
	width: 60px;
}
.manger_system_main_inputtext input{
	width: 200px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #D7D7D7;
}
.select_course{
	width: 200px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #D7D7D7;
}
.upload_file{
	display: inline-block;
	width: 120px;
	height: 30px;
	background: #00A0E8;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	border: 0;
	color: #fff;
	position: relative;
}
.upload_file input{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 30px;
	opacity: 0;
}

.page{
	text-align: center;
	margin: 30px 0;
}
.page input{
	border: 1px solid #c5b7b7;
}
.ui-pagination-container {
	height: 34px;
	line-height: 34px;
}
.ui-pagination-container .ui-pagination-page-item ,.ui-pagination-container .ui-pagination-page-btn{
	font-size: 14px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #568dbd;
	color: #568dbd;
	text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background: #30A5DA;
	border-color: #30A5DA;
	color: #fff;
	cursor: default;
}
