#header_container
{
  width:100%;
  height: 257px;
  background: url('../images/BTB-actionline1.jpg') repeat-x;
  position: fixed;
  z-index: 20
}

body
{
  height: 100%;
  font-family: 'Tahoma';
}


#table-fixed { 
    position: fixed; 
    top: 257px;// display:none;
    background-color:white;
}

#content
{
  margin:0 auto;
  overflow:auto;
  padding:257px 0;
}

.coin-footer
{
  position: absolute; 
  left: 0 ; right: 0; bottom: 0; 
  width: 100%;
//  min-width: 1148px;
//  min-width: 1024px;
  height: 40px;
  background: #1f1f1f;
  padding: 10px 0 0 0;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after
{ 
    content: "\25B4\25BE" 
}

/* Sortable tables */
table.sortable thead
{
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  cursor: default;
}

#footer
{
  width: 100%;
//  min-width: 1148px;
//  min-width: 1024px;
  height: 40px;
  background: #1f1f1f;
  padding: 10px 0 0 0;
}