
/*Dselect样式*/
.selectBox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  background: linear-gradient(#ddd, #eee);
}

.selectBox button {
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  background: #3A80A7;
  color: #fff;
  margin: 0 10px;
}

.selectBox input,
.selectBox select {
  height: 30px;
  padding: 0 5px;
  margin: 0 20px 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.selectBox input:hover,
.selectBox input:focus,
.selectBox select:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/*Dtable样式*/

.lz_Dtable input[type=text], .lz_Dtable textarea, .lz_Dtable select {
  font-family: tahoma, SimSun, "宋体";
  border: 0px;
  height: 100%;
  min-height: 23px;
  color: #333;
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;

}

.lz_Dtable select {
  overflow: hidden;
  color: #f00000;
  -webkit-appearance: none; /*去掉箭头*/
}

.lz_Dtable {
  border: 1px solid #bbb; /* 表格边框 */
  font-family: tahoma, SimSun, "宋体";
  border-collapse: collapse; /* 边框重叠 */
  background: #eee; /* 表格背景色 */
  font-size: 12px;
  padding: 5px;
  font-style: normal;
  font-variant: normal;
}

.lz_Dtable caption {
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

.lz_Dtable th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #3A80A7; /* 单元格边框 */
  background: linear-gradient(#eee, #ddd);
  cursor: pointer;
  min-width: 10px;
}

.lz_Dtable td {
  height: 30px;
  line-height: 30px;
  border: 1px solid #3A80A7; /* 单元格边框 */
  text-align: center;
  color: #333;
}

.lz_Dtable td:nth-child(4) {
  text-align: left;
  padding-left: 10px;
}

.lz_Dtable tr.tworow {
  background-color: #fff; /* 隔行变色 */
}

/*table底部页码条*/
#pageButton span {
  margin: 0 5px;
  padding: 5px 10px;
}

/*table 分页*/
#pageButton span.Dtable_jump {
  cursor: pointer;
  font-weight: bold;
  color: #3A80A7;
}

.lz_Dtable tr:hover, .lz_Dtable tr.altrow {
  background-color: #3489BC; /* 动态变色 */
}

.lz_Dtable tr:hover td,.lz_Dtable tr.altrow td {
  color:#fff;				  /* 	行名称颜色 */
  border: 1px solid #fff;
}

.lz_Dtable tr:hover td input[type=text]#n_w {
  color:#fff;				  /* 	行名称颜色 */
}

.lz_Dtable tr:first-child:hover,
.lz_Dtable tr:first-child.altrow,
.lz_Dtable tr:last-child:hover,
.lz_Dtable tr:last-child.altrow {
  background: #eee;
}

.lz_Dtable tr:first-child:hover td,
.lz_Dtable tr:first-child.altrow td,
.lz_Dtable tr:last-child:hover td,
.lz_Dtable tr:last-child.altrow td {
  color: #000;
}

h10 {
  color: #F00;
  font-weight: normal;
}

h11 {
  color: #00F;
  font-weight: normal;
}

/*文件链接 鼠标悬浮样式*/
.table_td_ajax {
  cursor: pointer;
}
/*原代码未更改部分*/
.tongji {
  background: #eee; /* 统计行格 */
  color: #3A80A7;
  font-weight: bold; /* 字体粗细 */
  font-size: 14px; /* 字号大小 */
}
.Dtable_colour
{
	cursor:pointer;
	
}
.Dtable_link_on
{
	color:red;
	border:#CCC 1px solid;
	padding:2px 4px 2px 4px;
}

#ge_width {
  border: 0px; /* 边框宽度 */
  width: 60px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

#ge_width1 {
  border: 0px; /* 边框宽度 */
  width: 40px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

#table_scroll_y {
  padding: 0em;
  overflow-y: auto;
  overflow-x: hidden;
}

#table_scroll_x {
  width: 100%; /* 块宽度 */
  float: left;
  padding: 0em;
  overflow-x: auto;
  overflow-y: hidden;
}

.nobreak {
  word-wrap: break-word;
  word-break: normal;
}

.nobreak p{
  display: inline-block;
}

#table_div_change {
  border: 0px; /* 边框宽度 */
  width: 60px; /* 块宽度 */
  float: left; /* 块位置left,right,none */
}

/* 包含批量数据字段时的记录显示属性*/
#t_w {
  width: 100px; /* 包含数据字段时的文本类型宽度 */
}

#s_w {
  width: 70px; /*包含数据字段时的时间类型宽度 */
}

#n_w {
  width: 60px; /* 包含数据字段时的数字类型宽度 */
  text-align: center; /* 对齐方式 */
}


/* 包含批量数据字段时的首行显示属性*/
#t_tw {
  width: 100px; /* 块宽度 */
}

#s_tw {
  width: 70px; /* 块宽度 */
}

#n_tw {
  width: 60px; /* 块宽度 */
}
.Dtable_link_on
{
	color:red;
	border:#CCC 1px solid;
	padding:2px 4px 2px 4px;
}
.Dtable_link_out
{
	color:blue;
	border:#CCC 1px solid;
	padding:2px 4px 2px 4px;
}