.table {
  position: relative;
  width: 99%;
  border: 1px solid #ccc;
/*  border-right: none;*/
}

.table .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  z-index: 2;
  display: none;

}

.table .row, .table .headerrow {
/*  border-bottom: 1px solid #A0A0A0;*/
  height: 20px;
  white-space: nowrap;
}

.table .row {
  cursor: pointer;
}

.table .row.even .cell {
  background: #fff;
}

.table .row.odd .cell {
  background: #f0f2f4;
}

.table .row .cell.hover,
.table .row.odd .cell.hover,
.table .row.even .cell.hover {
  background: #66aff0;
/*  url('ztimgs/back1.gif');*/
/*  color: #f0e0c0;*/
}

.table .headerrow { 
  height: 22px; 
  border-bottom: 1px solid #ccc;
}

.table .ascending, .table .descending {
  width: 16px;
  height: 16px;
  top: 2px;
  position: absolute;
  right: 2px;
}

.table .ascending  {
  background: url(ztimgs/order-asc.gif);
}

.table .descending  {
  background: url(ztimgs/order-desc.gif);
}

.table .row .cell {
  border-right: 1px solid #ccc;

  background-color: #fff;
  height: 18px;
  float: left;
  padding: 1px 4px;
  color: #000000;
  overflow: hidden;
}

.table .row .cell.last {
  border-right: none;
}

.table .tmp .cell { background-color:orange; }

.table .headerrow .header {
  border-right: 1px solid #ccc;
  line-height: 20px;
  float:left;
  padding: 1px 4px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  cursor: default;
  position: relative;
}
.table .headerrow .col-0 { padding: 1px 1px 1px 2px; }

.table .headerrow .header.last {
  padding: 1px 0 1px 4px;
  border-right: none;
}

.table .resize {
  cursor: col-resize;
  width: 8px;
  height: 22px;
  position: absolute;
  z-index: 3;
}

.table .scroll {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 100%;
  display: none;
}

.table .boxcontainer {
  position: relative;
}

.table .scroll .drag_container {
  position:relative;
  background: url("ztimgs/scrollTrak.gif");
}


.table .scroll .drag {
  position: absolute;
  width: 18px;
  height: 22px;
  background: url(ztimgs/scrollDrag.gif);
}

.table .scroll .drag .drap-top{
  background: url(ztimgs/scrollDragTop.gif);
  width: 18px;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.table .scroll .drag .drap-bottom{
  background: url(ztimgs/scrollDragBot.gif);
  width: 18px;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.table .scroll .buttonup, .table .scroll .buttondn {
  width: 18px;
  height: 18px;
}

.table .scroll .buttonup { 
  background: url(ztimgs/arrow_up.gif) no-repeat 0px 0px;
}

.table .scroll .buttondn {
  position: absolute;
  bottom: 0px;
  background: url(ztimgs/arrow_down.gif) no-repeat 0px 0px;
}

.table .tip {
  position: absolute;
  color: black;
  border: 1px solid #ccc;
  background-color: #FFFFC0;
  z-index: 3;
  padding: 1px 4px;
  font-size: 12px;
  display: none;
}

.table .field {
  position: absolute;
  z-index: 3;
  display: none;
  height: 21px;
}

.table .field input {
/*  font-family: Arial;
  font-size: 14px;*/
}

.table .field input {
  border: 1px solid #ccc;
  padding: 1px 0px 1px 4px;
/*  background: url(ztimgs/input.gif);*/
}

.table .status {
  height: 14px;
  background-color: #fff;
  border-top: 1px solid #ccc;
/*  background-color: #707070;*/
  color: #666;
/*  color: #e0e0e0;*/
  font-size: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  cursor: default;
}

.table .status .zentable-message {
  float: left;
}

.table .status .zentable-loading {
  float: right;
  margin-right: 20px;
  padding: 0px 8px;
  font-weight: bold;
  line-height: 14px;
  display: none;
}
