﻿.Container           
{
	overflow-Y:scroll;
	border: 1px ridge white; 
} 
       
.Container table TH 
{
	/* Needed for IE */
    position: relative; 
    border: ridge 1px white;
    /* top:expression(this.parentNode.parentNode.scrollTop-1); */
    /* top:expression(this.offsetParent.scrollTop-10); */
}
        
.Container table tbody tr td 
{
	
	/* Style */
	border-left: solid 1px white;
	border-bottom: solid 1px white;
}               
            
.Container table tbody {overflow-x:hidden;}