body, td{	

font-family:Verdana, Arial, Helvetica, Geneva;
font-size:10px;
color:#777777;
}

a:link { text-decoration: none; color: #CCCCCC}
a:visited { text-decoration: none; color: #CCCCCC}
a:hover       { color: #669900} 
.launch 		{color: #669900}
.bold				{color: #ffffff}
.bold2					{color: #999999}
.hidden						{color: #555555}
			
			

#extra_controls, #scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
	position:relative;
	width:428px; height:310px; 
	overflow:hidden;
	}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 { /* show first div */
    visibility:visible;
    }
div#scrollbar { 
  position:relative; left:428;
  width:6px; height:310px; 
  font-size:2px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:4; top:14px;
  width:5px; height:280px;
  background: #111111;
  }
div#dragBar {
  position:absolute; left:4px; top:1px;
  width:4px; height:20px;
  border-style:solid; 
  border-color:#669900; 
  border-width:1px;
  background-color:#000000;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}