@CHARSET "UTF-8";
#tealist{
	display:none;
	z-index:99;
	width:200px;
	height:160px;
	margin:50px auto 0;
	background:#fff;
	color:#000;
	position:fixed;
	top:130px;
	left:50%;
	margin-left:-100px;
	border:10px solid #fff;
	border-radius:5px;
	overflow:auto;
}
#tealist div:first-child{
	text-align:right;
	font-size:24px;
	padding-right:10px;
	margin-bottom:10px;
}
#tealist select{
	width:180px;
	border:1px solid #dddddd;
	padding:10px 0 10px 25px;
}
#tealist input{
	display:block;
	width:180px;
	padding:6px 0;
	margin-top:25px;
	border:0;
	background:#0080c0;
	color:#fff
}
#tealist input:hover{
	background:#0080ff;
}
header#mng{
	margin-bottom:0;
}
#clkpointsettable{
	width:900px;
	height:400px;
	padding:20px;
	margin:auto;
	background:#fff;
	position:fixed;
	top:40%;
	left:50%;
	margin:-200px 0 0 -400px;
	overflow-y:auto;
	z-index:999;
}
#clkpointsettable table{
	width:100%;
}
#clkpointsettable table tr:first-child{
	font-weight:bold;
}
#clkpointsettable td{
	height:40px;
	text-align:center;
	border:1px solid #c0c0c0;
}
#clkpointsettable table tr:nth-child(odd){
	background:#f5f5f5;
}
#clkpointsettable tr td:first-child{
	width:10%;
}
#clkpointsettable td input{
	width:100%;
	height:100%;
	border:0;
	text-align:center;
}
#clkpointsettable button{
	display:block;
	height:40px;
	padding:0 20px;
	margin:20px auto;
	background:#f5f5f5;
	border:1px solid #c0c0c0;
}
#clkpointsettable button:hover{
	background:#408080;
	color:#fff;
}
#ctrler,#tag{
	width:990px;
	margin:15px auto 0;
}
#ctrler span{
	float:right;
	text-align:right;
}
#ctrler input{
	margin: 0 5px;
	padding:5px 8px;
	border:1px solid #c0c0c0;
	color:#fff;
	background:#0080c0;
}
#ctrler input:hover,#clkpointsettable td input[type=button]:hover{
	background:#623100;
	color:#fff;
}
#ctrler input[type=date]{
	background:transparent;
	font-size:16px;
	color:#444;
	border:0;
}
#tag{
	text-align:center;
}
#tag span{
	display:inline-block;
	border:1px solid #c0c0c0;
	background:#f5f5f5;
	padding:5px 12px;
	text-align:center;
	transform:skew(-20deg); /*设置倾斜度为20,平行四边形*/   
	-webkit-transform: skew(-20deg);   
	-moz-transform: skew(-20deg);   
	-o-transform:skew(-20deg);   
	-ms-transform:skew(-20deg);
	margin:0 15px;
	cursor:pointer;
}
#tag span:hover{
	color:red;
}
#container{
	width:100%;
	padding:5px 0 50px;
}
#container table{
	width:990px;
	margin:0 auto;
}
#container tr:first-child{
	font-weight:bold;
}
#container tr:nth-child(odd){
	background:#f5f5f5;
}
#container table tr:nth-child(n+2):hover{
	background:#cfe7e7;
}
#container td{
	border:1px solid #c0c0c0;
	padding:10px 5px;
	text-align:center;
}
footer {
	width: 100%;
	color:#fff;
	margin-top:20px;
	padding: 25px 3%;
}
footer p {
	font-size: 12px;
	text-align: center;
}
footer a{
	color:#fff
}
footer a:hover{
	color:#ff0000
}
#footewm{
	width:80px;
	height:80px;
}