/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	height: 16px;
	background: url(../../img/arrow_up.png)  repeat-x 0px -5px; /* basic_arrow_up2.gif) */
	border:none;
}

a.jScrollArrowUp:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollArrowDown {
	background: url(../../img/arrow_down.png) repeat-x 0 -2px;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	/*background: #00f url(../../basic_arrow_up.gif) no-repeat 50% 50%;*/
}
.orange-bar .scroll-pane {
	/* background: #69f; */
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	position:relative;
	width: 390px;
	height: 395px;
	left: 0px;
	padding-left:15px;
	padding-right:5px;
	/*overflow: auto;
	float: left;*/
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane10 {
	/*margin-left:90;*/
	left:0px;
	height: 395px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#EEEEEE;
	/*padding:0 0 0 20px;*/
	width:640px;
	padding-left:100px;
}


.line {
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	height:1px; 
	width:255px;
}

.line2 {
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	height:1px; 
	width:350px;
}
