/*
 * 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;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	background: #fff;
	padding-left:3px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	background: #fff;
}

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #e5f1ff;
	position: relative;
	width:7px;
	margin:0px 2px;
	
}

.popup .jspTrack {background:#e5d7ef;}

.jspDrag
{
	background: #b3cfed;
	position: relative;
	top: 0;
	cursor: pointer;
	width:9px;
	left:-2px;
	
	border:1px solid #a5c5e8;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	margin-top:-1px;
}

.popup .jspDrag {background:#c5a7e2;border-color:#ad8acf;}

.jspDrag:after {display:block;content:'';width:7px;height:7px;background:url(../images/common.png) no-repeat -257px -102px;position:absolute;top:50%;left:50%;margin:-3px -3px;}

.popup .jspDrag:after {background-position:-640px -119px;}

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

.jspArrow
{
	background: url(../images/common.png) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp {background-position:-255px -110px;}

.popup .jspArrowUp {background-position:-638px -101px;}

.jspArrowDown {background-position:-255px -118px;margin-top:1px;}

.popup .jspArrowDown {background-position:-638px -109px;}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 8px;
	width:9px;
}

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