﻿td,input,select,textarea,span,font,a,label,div {
	font-family:微软雅黑,Tahoma,Helvetica;
	font-size:14px;
	-webkit-overflow-scrolling:touch;
}
body {
	margin: 0px;
	text-align: left;
	font-family: 微软雅黑,Tahoma,Helvetica;
	font-size: 14px;
	/*	overflow: hidden;	*/
}
img{
	border:0px;
	display:block;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
}
*:focus {
	outline:none;
}
.myul {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.myli {
	float: left;
}


.mytable{
	word-break:break-all;
	border:#bbb 1px solid;
    border-collapse:collapse;
}
	.mytable.layout {
		table-layout: fixed;
	}
	.mytable td {
		border: #bbb 1px solid;
		border-collapse: collapse;
		padding: 10px;
	}
	.mytable th {
		border: #bbb 1px solid;
		border-collapse: collapse;
		font-weight: bold;
	}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}

/* 文字截断 */
.text_overflow {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 滚动条 */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #DDD;
	border-radius: 3px;
}
/* 滚动条,滑块 */
::-webkit-scrollbar-thumb {
    border-radius:3px;
    background-color:#999;
}

/*箭头*/
.jt_down {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/img/arrows.png) no-repeat;
	background-position: -16px 0px;
}
.jt_up {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/img/arrows.png) no-repeat;
	background-position: -16px -16px;
}
.jt_left {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/img/arrows.png) no-repeat;
	background-position: 0px 0px;
}
.jt_right {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(/img/arrows.png) no-repeat;
	background-position: 0px -16px;
}

/* dataTables 样式 */
thead td {
	background:#F5F5F5;
	cursor:pointer;
}
.sort{
	width:0px;
	height:0px;
	float:right;
	margin-top:3px;
	border-right:7px solid transparent;
}
.sort.up{
	border-right:7px solid transparent;
	border-top:7px solid #858ABE;
	-webkit-transform-origin:left top;
	-webkit-transform:rotate(45deg);
}
.sort.down{
	border-right:7px solid #858ABE;
	border-top:7px solid transparent;
	-webkit-transform-origin:left top;
	-webkit-transform:rotate(45deg);
}
.dt_tr:hover{
	background:#DCE0FA;
}

/* dataEditor 样式 */
.me_center{
	width:100px;
	text-align:center;
	height:28px;	
}



/* 使用: <div class="btn cha btn_shenh"> */
/*叉,加号,减号,箭头*/
.btn{width:30px; height:30px; line-height:30px; position:relative;}
/*颜色定义*/
.btn_white:before, .btn_white:after{background:white; border-color:white;}
.btn_black:before, .btn_black:after{background:black; border-color:black;}
.btn_shenh:before, .btn_shenh:after{background:#555; border-color:#555;}
.btn_qianh:before, .btn_qianh:after{background:#aaa; border-color:#aaa;}
.btn_red:before, .btn_red:after{background:#d90000; border-color:#d90000;}
/*按钮,叉*/
.btn.cha:before, .btn.cha:after{content:''; height:2px; width:16px; display:block; position:absolute; top:14px; left:7px; -webkit-transform:rotate(-45deg)}
.btn.cha:after{-webkit-transform:rotate(45deg);}
/*按钮,加*/
.btn.jia:before, .btn.jia:after{ content:''; height:2px; width:16px; display:block; position:absolute; top:14px; left:7px;}
.btn.jia:after{height:16px; width:2px; top:7px; left:14px; }
/*按钮,减*/
.btn.jian:before, .btn.jian:after{ content:''; height:2px; width:16px; display:block; position:absolute; top:14px; left:7px;}
/*按钮,箭头*/
.btn.zuo:before{  content:''; height:10px; width:10px; display:block; border-style:solid; border-width:2px; background:none; border-right-width:0; border-bottom-width:0; -webkit-transform:rotate(-45deg); position:absolute; top:9px; left:13px;}
.btn.you:before{  content:''; height:10px; width:10px; display:block; border-style:solid; border-width:2px; background:none; border-right-width:0; border-bottom-width:0; -webkit-transform:rotate(135deg); position:absolute; top:9px; left:5px;}
.btn.shang:before{content:''; height:10px; width:10px; display:block; border-style:solid; border-width:2px; background:none; border-right-width:0; border-bottom-width:0; -webkit-transform:rotate(45deg); position:absolute; top:13px; left:9px;}
.btn.xia:before{  content:''; height:10px; width:10px; display:block; border-style:solid; border-width:2px; background:none; border-right-width:0; border-bottom-width:0; -webkit-transform:rotate(-135deg); position:absolute; top:5px; left:9px;}