/*公共样式的调整*/
.selectBox form > div {
  margin-bottom: 0;
}

/*Dselect样式*/
.selectBox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-bottom: 10px;
  background: linear-gradient(#ddd, #eee);
}

.selectBox button {
  width: 80px;
  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样式*/
/*提示图标样式*/
#main_pane_middle {
  text-align: left;
  margin: 10px 20px 0;
}

.lz_Dtable {
  font-family: tahoma, SimSun, "宋体";
  padding: 5px;
  /*border: 1px solid #ddd; !* 表格边框 *!*/
  border-collapse: collapse; /* 边框重叠 */
  background: #eee;
  font-size: 12px;
}

.lz_Dtable th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ddd; /* 单元格边框 */
  background: linear-gradient(#eee, #ddd);
  cursor: pointer;
}

.lz_Dtable tr:first-child td {
  border: none;
  background: #fff;
}

.lz_Dtable td {
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd; /* 单元格边框 */
  text-align: center;
  padding: 0 4px;
  color: #333;
  cursor:pointer;
  
}

.lz_Dtable tr td:nth-child(2) div,
.lz_Dtable tr td:nth-child(3) div {
  min-width: 40px;
}

.lz_Dtable td:nth-child(4) {
  text-align: left;
  padding-left: 10px;
}

.lz_Dtable tr.tworow {
  background-color: #fff; /* 隔行变色 */
}

/*table底部页码条*/
#pageButton span,
#pageButton img {
  margin: 0 5px;
  padding: 5px 10px;
}
/*table 分页*/
#pageButton .Dtable_jump {
  cursor: pointer;
  background: #3A80A7;
  color: #fff;
}
.Dtable_colour
{
	cursor:pointer;
	
}
.lz_Dtable tr:hover, .lz_Dtable tr.altrow {
  background-color: #3489BC; /* 动态变色 */
}

.lz_Dtable tr:hover td,.lz_Dtable tr.altrow td,
.lz_Dtable tr:hover .nobreak a,
.lz_Dtable tr.altrow .nobreak a{
  color:#fff;				  /* 	行名称颜色 */
}

.lz_Dtable tr:last-child:hover,
.lz_Dtable tr:last-child.altrow {
  background: #eee;
}

.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;
}

/*原代码未更改部分*/
.lz_Dtable caption {
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

.lz_Dtable select {
  overflow: hidden;
  color: #f00000;
  -webkit-appearance: none; /*去掉箭头*/
}

.tongji {
  background: #00FF00; /* 统计行格 */
  color: #0000ff;
  font-weight: bold; /* 字体粗细 */
  font-size: 14px; /* 字号大小 */
}

#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;
}

#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: right; /* 对齐方式 */
}

/* 包含批量数据字段时的首行显示属性*/
#t_tw {
  width: 100px; /* 块宽度 */
}

#s_tw {
  width: 70px; /* 块宽度 */
}

#n_tw {
  width: 60px; /* 块宽度 */
}
.Dtable_link_on
{

	border:red 1px solid;
	padding:2px 4px 2px 4px;
}
.Dtable_link_out
{
	border: blue 1px ;
	padding:2px 4px 2px 4px;
}