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

body {
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 0 0 10px 30px;
}
.twoColFixLtHdr #container #mainContent .holder h3 {
	font-size: 80%;
	margin-top: 43px;
}
.twoColFixLtHdr #container #mainContent .holder #pane2 #historietafel td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	font-size: 70%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-color: #000000;
}
.twoColFixLtHdr #container #mainContent .holder #pane2 #historietafel img {
	margin-bottom: 2px;
	border: 0;
}

.scroll-pane {
	width: 620px;
	height: 200px;
	overflow: auto;
	background: #fff;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 440px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}

