/*
 * 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.
 */

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

.jspPane
{
	position: absolute;
	z-index: 1;
}

.jspVerticalBar{width: 14px;}
.jspTrack{ background: #FFFFFF; border: #AAAAAA 1px solid; margin: 1px;}
.jspDrag{background: #C7C7CB;}

/*
.jspPane > div{padding-right: 20px !important;}
.jspPane .textblockinfo{padding-right: 5px !important;}
.jspPane .textblock{padding-right: 2px !important;}
 */
 
.jspVerticalBar
{
	position: absolute;
	right: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0px;
	overflow: hidden;
}
 
.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
	width: 10px;
	height: 10px;
}

.jspVerticalBar .jspCapBottom{}

.jspHorizontalBar .jspCap
{
	float: left;
}

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

.jspVerticalBar .jspDrag{padding:0; margin: 1px;}

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

.jspTrack
{
	position: relative;
	overflow: hidden;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	padding-bottom: 1px;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 0px;
}

.jspVerticalBar .jspArrow.jspArrowDown{height: 2px;}

.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;
}