/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	position:relative;
	overflow:hidden;
	width:543px;
	height:274px;
	top:15px;
	z-index:100;
	left: 0;
	}
div#wn	{ 
	position:absolute; 
	left:0px; 
	top:20px;
	width:543px; height:264px;  
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:20px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
	position:relative;
	left:0;
	top:12px;
	width:11px;
	font-size:1px;
	z-index:1;
	height: 231px;
  }
div#track {
	position:absolute;
	width:11px;
	background: #666600 url(../dw-scroll/images/track.gif) repeat;
	z-index:1;
	left: 0px;
	top:12px;
	height: 240px;
  }
div#dragBar {
	position:absolute;
	top:5px;
	width:9px;
	background-color:#464603;
	z-index:1;
	height: 10px;
	left: 0px;
  }  
div#up {
	position:absolute;
	z-index:2;
	left: 0px;
	top: 3px;
}  
div#down {
	position:absolute;
	bottom:0;
	z-index:3;
	top: 242px;
	left: 0px;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  { overflow:hidden; text-align:center; background-color:#464603;}
.text {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}
td  { font: text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align:left;}  
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a img { border:none }
p { margin: 0 0 0 0 }
h2 { font-size:1.2em; margin:0 0 0 0 }
h3 { font-size:1.1em; margin:0 0 0 0 }
table.main {
	width:532px;
	background-color:#464603;
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }

