input.editable-select {
  background: #FFF url("arrow-down.png") right center no-repeat;
  padding-right: 13px;
}
.editable-select-options ul {
  margin: 0;
  padding: 0;
  z-index: 10;
  list-style: none;
  list-style-image: none;
  background-color: #000000;
}
.editable-select-options li {
  cursor: default;
  padding: 2px;
}
.editable-select-options li.selected {
  background: #EAEAEA;
}
.editable-select-options ul li:hover {
  background: #C0C0C0;
}

.editable-select-options ul li.check {
  background: #FFFFFF url("noselect.png") left center no-repeat;
  padding-left: 17px;
}

.editable-select-options ul li.checked {
  background: #C0C0C0 url("selected.png") left center no-repeat;
  padding-left: 17px;
}
.c_btn_auth{
  display:none;
}
.c_btn_hide{
  display:none;
}

td.sortlieb{
}
td.sortlieb_desc{
}
td.sortlieb_asc{
}
td.sortClassAsc{
    background:transparent url(sort-asc.gif) right center no-repeat;
    padding-right: 13px;
}
td.sortClassDesc{
    background:transparent url(sort-desc.gif) right center no-repeat;
    padding-right: 13px;
}

td.sortClassNone{
	background:transparent url(sort-none.gif) right center no-repeat;
    padding-right: 13px;
}
.query_wait{
 border:5px solid #939393;
 width:300px;
 height:60px;
 line-height:55px;
 padding:0 20px;
 position:absolute;
 left:50%;
 margin-left:-140px;
 top:50%;
 margin-top:-40px;
 font-size:15px;
 color:#333;
 font-weight:bold;
 text-align:center;
 background-color:#f9f9f9;
}
.query_wait img{position:relative;top:10px;left:-8px;} 