.stable {
  --header-bg-color: transparent;
  --header-bg-image: linear-gradient(0deg, #202020 0%, #000000 100%);
  --header-border-color: #333333;
  /* --header-asc-icon: undefined - inherit from standard theme; */
  --col-resize-sep-bg-color: #a0a0a0;
  --row-border-color: #333333;
  --row-odd-bg-color: #333333;
  --row-even-bg-color: #191919;
  --row-active-bg-color: #888888;
  --row-highlight-brightness: 1;
}
.stable thead div.resz {border: 1px solid #FF0000; background: transparent url(./images/s.gif) no-repeat scroll left center;}
.stable-body {background: window; background-color: #181818; }
.stable tbody td {border-bottom: 1px solid #333333; }

.stable tbody tr.selected td {color:#111111}
.stable-move-header { background: transparent url(./images/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF;}

.webkit .stable-move-header {background: rgba(128,128,128,0.7);}

.stable-active-header {border-color: threedface !important}
.stable-separator-header {background: #181818;}
.stable-scrollpos { background: #181818; color: #333333; }
