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

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


.orange-bar .jScrollPaneTrack {
	background-image:url(/View/img/scroll_track.gif);
	background-repeat:repeat-y;
	background-color:#cccc99;
}
.orange-bar .jScrollPaneDrag {
	background-repeat:no-repeat;
	background-position:center;
	background-color: #F60;
}
			
.holder {
	float: left;
	margin: 5px;
}

.scroll-pane {
	width: 260px;
	height: 190px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 200px;
}
#pane2 { line-height:18px; padding-left:15px; color:#666; font-weight:bold; font-size:11px; padding-top:10px;}

#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
