@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; border:0;font-family: "微软雅黑";}
body{ width:100%; height:100%; }
a{ text-decoration:none; cursor:pointer;}
a:link {color:#333;}		/* 未被访问的链接 */
a:visited {color:#4d4d4d;}	/* 已被访问的链接 */
a:hover {color:#0066b2;}	/* 鼠标指针移动到链接上 */
a:active {color:#0066b2;}	/* 正在被点击的链接 */
td{cursor:pointer;}
button{cursor:pointer;font-size: 12px;  font-family: "微软雅黑", "宋体", Arial, sans-serif;}
input{cursor:auto;font-size: 12px;  font-family: "微软雅黑", "宋体", Arial, sans-serif;}
.styletop{cursor:auto;border: 0px solid #cccccc;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;}
.sub-public .new{margin: 10px 20px 0 20px;cursor: pointer;font-family: '微软雅黑';font-size: 14px;float: left;color: #ffffff;height: 30px;}
.sub-public{position: fixed;left:0;bottom: 0;width: 100%;height: 100px;background: #f2f2f2; filter:alpha(opacity=95);-moz-opacity:0.95;  opacity:0.95;}
.td_test_01{
	background-color:#e0e0e0;
}
body{
	background: #fff;
}
.test_01{
	cursor:pointer;
	border:1px;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;
	background-color:#e0e0e0;
}
ul{ list-style-type:none;}
.left{ float:left;}
.right{ float:right;}
*{
     
    /*   滚动条相关的颜色属性 */
     scrollBar-face-color: #51b5ff;        /* 滑块 */
    scrollBar-shadow-color:#51b5ff;      /* 阴影   */
   	scrollBar-arrow-color:#51b5ff;       /* 箭头 */

	}
	
.subtotal td{color: black;}

.subTabCss{
	border-collapse:collapse;
	border:0px;
}
.subTabCss th{
	font-size:12px;
	color:black;
	border:0px;
	border-bottom:1px solid #78a517;
	border-right:1px solid #78a517;
}
.subTabCss td{
	font-size:12px;
	border:0px;
	border-bottom:1px solid #78a517;
	border-right:1px solid #78a517;
	text-align: center;
	padding-left: 0px;
	line-height:20px;
}