div.listing-wrapper {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: #505457;
}
div.listing-wrapper div.footer {
  margin-top: 5px;
  text-align: center;
  position: relative;
  height: 25px;
  line-height: 25px;
}
div.listing-wrapper div.footer .pagination {
  right: 4px;
  top: 0;
}
div.listing-wrapper div.footer .pagination ul {
  padding: 0px;
}
div.listing-wrapper div.header {
  min-height: 34px;
  padding: 4px;
  border: 1px solid #e3e6e8;
  border-bottom: 0;
  position: relative;
}
div.listing-wrapper div.header .pagination {
  right: 4px;
  bottom: 0;
}
div.listing-wrapper div.header .filters {
  position: relative;
  background: url(/img/listing/new-filter-spacer.png) right top repeat-y;
  display: inline-block;
  width: auto;
  /*            width: 30%;*/

}
div.listing-wrapper div.header .filters .add-filter {
  position: absolute;
  right: -120px;
  bottom: 2px;
  width: 115px;
  height: 42px;
  line-height: 42px;
}
div.listing-wrapper div.header .filters .add-filter a {
  display: block;
  width: 80px;
  height: 42px;
  padding-left: 35px;
  background: url(/img/listing/plus.png) 15px 17px no-repeat;
  text-align: left;
  color: #505457;
  text-decoration: none;
}
div.listing-wrapper div.header .filters .add-filter a :hover {
  text-decoration: underline;
}
div.listing-wrapper div.header .filters .filter {
  float: left;
  height: 42px;
  line-height: 42px;
  /*float: left;*/

}
div.listing-wrapper div.header .filters .filter span {
  padding: 0px 10px;
}
div.listing-wrapper div.header .filters .filter th {
  padding-right: 0px;
}
div.listing-wrapper div.header .filters .filter td {
  padding-left: 5px;
}
div.listing-wrapper div.header .filters .filter .description {
  display: block;
  color: #666;
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  line-height: 10px;
  margin: 2px 0 0 0;
  padding: 0;
}
div.listing-wrapper div.header .filters .filter input {
  width: 100%;
}
div.listing-wrapper div.header .filters .filter input.date-picker {
  width: 70px;
}
div.listing-wrapper div.header .filters th {
  text-align: right;
}
div.listing-wrapper div.header .filters td {
  text-align: left;
  white-space: nowrap;
}
div.listing-wrapper div.header .filters td a.delete {
  display: block;
  height: 42px;
  width: 42px;
  background: url(/img/listing/remove.png) center center no-repeat;
}
div.listing-wrapper div.header .filters td a.delete :hover {
  background-image: url(/img/listing/remove-hover.png);
}
div.listing-wrapper div.header .filters th,
div.listing-wrapper div.header .filters td {
  padding: 0px 7px;
  background: none;
}
div.listing-wrapper .pagination {
  position: absolute;
  z-index: 10;
}
div.listing-wrapper .pagination ul {
  list-style-type: none;
  height: 22px;
  padding: 10px 0px;
}
div.listing-wrapper .pagination ul li {
  display: block;
  float: left;
}
div.listing-wrapper .pagination ul li a,
div.listing-wrapper .pagination ul li span {
  height: 25px;
  line-height: 25px;
  display: block;
  padding: 0px 7px;
  color: #505457;
}
div.listing-wrapper .pagination ul li a {
  text-decoration: none;
}
div.listing-wrapper .pagination ul li a :hover {
  background: #e4e7e8;
}
div.listing-wrapper .pagination ul li a.active {
  font-weight: bold;
  color: #000;
}
div.listing-wrapper .pagination ul li.next a.active,
div.listing-wrapper .pagination ul li.prev a.active {
  font-weight: normal;
  color: #bbb;
}
table.listing {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e3e6e8;
  border-top: 0;
}
table.listing tr {
  height: 25px;
}
table.listing tr th {
  white-space: nowrap;
  background: url(/img/listing/bg-th.png) repeat-x;
  height: 33px;
  text-align: left;
}
table.listing tr th a.sorter {
  text-decoration: none;
  color: #505457;
  padding-right: 17px;
  background-position: right 4px;
  background-repeat: no-repeat;
}
table.listing tr th a.sorter.asc.active,
table.listing tr th a.sorter.asc:hover,
table.listing tr th a.sorter.desc.active:hover {
  background-image: url(/img/listing/sort-asc.png);
}
table.listing tr th a.sorter.desc.active,
table.listing tr th a.sorter.desc:hover,
table.listing tr th a.sorter.asc.active:hover {
  background-image: url(/img/listing/sort-desc.png);
}
table.listing tr td.controls {
  padding: 0px 0px 0px 15px;
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
}
table.listing tr td.controls a {
  opacity: 0.3;
  /*visibility: hidden;
                                display: inline-block;
                                height: 26px;
                                width: 26px;
                                border-left: 1px solid #5C5D5E;*/

}
table.listing tr td.controls a div {
  display: inline-block;
  padding: 6px;
  opacity: 0.25;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
table.listing tr td.controls a div :hover {
  opacity: 0.7;
}
table.listing tr td.controls a span.confirm {
  display: none;
}
table.listing tr td.controls .edit div {
  background-image: url(/img/listing/icon-edit-w.png);
}
table.listing tr td.controls .info div {
  background-image: url(/img/listing/icon-info-w.png);
}
table.listing tr td.controls .delete div {
  background-image: url(/img/listing/icon-remove-w.png);
}
table.listing tr td.controls .login div {
  background-image: url(/img/listing/icon-login-w.png);
}
table.listing tr td.controls .upload div {
  background-image: url(/img/listing/icon-upload-w.png);
}
table.listing tr td.controls .download div {
  background-image: url(/img/listing/icon-download-w.png);
}
table.listing tr th,
table.listing tr td {
  padding: 0px 7px;
}
table.listing tr td {
  height: 40px;
}
table.listing tr:hover .controls a {
  opacity: 1;
}
.listing.red tr {
  background: #F6FFD1;
}
tr.dark {
  background: #eef1f3;
}
tr.light {
  background: #fafbfb;
}
a.add {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-left: 25px;
  padding-right: 10px;
  background: url(/img/listing/plus.png) 8px 9px no-repeat;
  text-align: left;
  color: #505457 !important;
  text-decoration: none;
}
a.add :hover {
  text-decoration: underline;
}
table.listing.horizontal {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e3e6e8;
}
table.listing.horizontal th,
table.listing.horizontal td {
  padding: 0 5px;
}
table.listing.horizontal th {
  white-space: nowrap;
  background: url(/img/listing/bg-th.png) repeat-x;
  height: 32px;
  text-align: left;
  padding-left: 10px;
  border-right: 1px solid #E3E6E8;
}
table.listing.horizontal td {
  width: 90%;
  height: 32px;
}
a.button {
  display: inline-block;
  background: url(/img/form/bg-submit.png) repeat-x #d3d6d7;
  height: 28px;
  padding: 0px 10px;
  line-height: 28px;
  color: #3d3d3d !important;
  box-shadow: 1px 1px 2px #989898;
  -moz-box-shadow: 1px 1px 2px #989898;
  -webkit-box-shadow: 1px 1px 2px #989898;
  margin-right: 10px;
  text-decoration: none;
}
a.button_image {
  padding: 3px;
}
a.button.disabled {
  opacity: 0.5;
}
a.button:hover {
  text-decoration: none !important;
  background: url(/img/form/bg-submit-hover.png) repeat-x #3a3d3e;
  color: #fafafa !important;
  box-shadow: 1px 1px 2px #454545;
  -moz-box-shadow: 1px 1px 2px #454545;
  -webkit-box-shadow: 1px 1px 2px #454545;
  cursor: pointer;
}
a.button.disabled:hover {
  text-decoration: none;
  background: url(/img/form/bg-submit.png) repeat-x #d3d6d7;
  color: #3d3d3d !important;
  box-shadow: 1px 1px 2px #989898;
  -moz-box-shadow: 1px 1px 2px #989898;
  -webkit-box-shadow: 1px 1px 2px #989898;
  cursor: default;
}
