
/* java scrollbar*/

/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:5px; top:0px;
  width:239px;
  height:112px;
  overflow:hidden;
  z-index:100 }
div#wn1  { 
  position:relative; left:0; top:0;
  width:219px; 
  height:112px; 
  clip:rect(0, 200px, 112px, 0); 
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:219px; }
div.content_scrollbars { 
  position:relative; visibility:hidden; 
  left:0; top:0; z-index:1 
  } 
  
  
div.content_scrollbars a,
div.content_scrollbars a:visited { 
	color: #343434;
	font-size:12px;
	text-decoration: none;
	border-bottom:1px dotted #333333;
	line-height:20px;
}

div.content_scrollbars a:hover {	
	color: #343434;
	font-size:12px;
	text-decoration: none;
	border-bottom:0px dotted #333333;
	line-height:20px;
} 

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:hidden;
  left:219px; top:0;
  width:13px; height:112px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; top:8px;
  width:13px; height:96px;
  background: url("../i/track.gif") no-repeat;
  z-index:1
  }
div#dragBar1 {
  position:absolute; left:0px; top:0px;
  width:11px; height:32px;
  background: url("../i/dragbar1.gif") no-repeat;
  /*background-color:#000;*/
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  