﻿.fixedTableHeader
{
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}
