/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly. [ö]
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

jspScrollable {
}

.jspContainer {
	position: absolute;
	overflow: hidden;
}

.jspPane {
	position: absolute;
	z-index: 0;
	left: 0px;
	overflow-x: hidden;
}

.jspVerticalBar {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 5px;
	width: 5px;
}

.jspHorizontalBar {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0px;
	width: 100%;
	height: 4px;
	display: none;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
}
.jspVerticalBar .jspCap {
	display: block;
	height: 2px;
}
.jspHorizontalBar .jspCap {
	/*
	float: left;
	*/
	display: none;
	width: 5px;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
	/*
	border-radius: 2px;
	*/
	background-color: #FFF;
	background-color: #004600;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}