body
{
  margin  :  20px;
}

div
{
  position  :  relative;
}

h1
{
  margin:0px;
}

div#DataBlock
{ 
  position  :  absolute; 
  left      :  0px;
  top       :  0px; 
  width     :  611px;
  height    :  300px; 
  clip      :  rect(0px, 611px, 300px, 0px); 
  overflow  :  hidden;	
  z-index   :  1; 
}

div.ScrollData
{ 
  position    :  absolute;
  visibility  :  hidden;
  left        :  0px;
  top         :  0px; 
  width       :  485px;
  z-index     :  1;
  background  :  #ffffff;
}

div#ScrollBar
{ 
  position    :  relative;
  left        :  701px;
  top         :  -13px;
  width       :  15px;
  height      :  380px; 
  z-index     :  1;
  background  :  #f6f6f6 url('../images/scroll-track-bg.jpg') repeat-y;  
}

div#Track
{ 
  position  :  absolute;
  left      :  0px;
  top       :  0px;
  bottom    :  450px;
  width     :  15px;
  height    :  100%;
  z-index   :  3;
 
}

div#DragBar
{
  position    :  absolute;
  left        :  2px;
  top         :  0px;  
  width       :  10px;
  height      :  10px;
  border      :  solid 1px #e5e5e5;
  background  :  #cedaa6;
  z-index     :  5;
  cursor      :  pointer;
  overflow    :  hidden;
	
}


