.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 98%;
	overflow: hidden;
	border: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none repeat scroll 0 0 #fff;
	position: relative;
}

.jspDrag
{
	background: none repeat scroll 0 0 #ccc;
	position: relative;
	top: 0;
	left: 4px;
	width:8px;
	cursor: pointer;
}
.jspArrowUp{ background:url("../images/up-arrow.png") no-repeat scroll 4px 4px #FFFFFF;}
.jspArrowDown{background:url("../images/down-arrow.png") no-repeat scroll 4px 3px #FFFFFF;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	width: 8px;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	filter: alpha(opacity=60);
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane{width: 99%;height: 300px;overflow: auto;padding-right:10px;			}
.horizontal-only{height: auto;max-height: 300px;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}