/*
 * 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: 14px;
	height: 100%;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 14px;
}

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

.jspCap
{
/*	display:none;*/
}

.jspHorizontalBar .jspCap
{
/*	float:left;*/
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

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

/* Arrows manipulation */
.jspHorizontalBar .jspArrowLeft{
	background:none;
	float:left;
	width:6px;
	height:12px;
	background-image: url(../../../themes/inline/scroller_v2/il-arrow_left.gif);
	background-repeat: no-repeat;
}

.jspHorizontalBar .jspArrowRight{
	background:none;
	float:left;
	width:6px;
	height:12px;
	background-image: url(../../../themes/inline/scroller_v2/il-arrow_right.gif);
	background-repeat: no-repeat;
}

.jspVerticalBar .jspArrowDown{
	background:none;
	float:left;
	width:12px;
	height:6px;
	background-image: url(../../../themes/inline/scroller_v2/il-arrow_down.gif);
	background-repeat: no-repeat;
	margin-top:5px;
}

.jspVerticalBar .jspArrowUp{
	background:none;
	float:left;
	width:12px;
	height:6px;
	background-image: url(../../../themes/inline/scroller_v2/il-arrow_up.gif);
	background-repeat: no-repeat;
	margin-bottom:5px;
}
/* End of Arrows manipulation */

/* Gap manipulation */
.jspHorizontalBar .jspCapLeft {
	float:left;
	width:200px;
	height:13px;
	background:none;
}

.jspHorizontalBar .jspCapRight {
	float:left;
	width:200px;
	height:13px;
	background:none;
}

.jspVerticalBar .jspCapTop, .jspVerticalBar .jspCapBottom {
	width:13px;
	height:120px;
	background:none;
}

/* End of Gap manipulation */

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

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

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

/* Inline style! */
.jspVerticalBar .jspTrack {
	width:12px;
	background-color: #fff;
	background-image: url(../../../themes/inline/scroller/pp-track.gif);
	background-repeat: repeat-y;
}
.jspVerticalBar .jspDrag {
	background-color: #6f3835;
}

.jspVerticalBar .jspDragTop {

}

.jspVerticalBar .jspDragBottom {

}
/* Horizontal scrollbar */
.jspHorizontalBar .jspDrag {
	width:17px;
	background-image: url(../../../themes/inline/scroller_v2/il-bar_scrub_grip.gif);
	background-repeat: no-repeat;
	background-color: #510300;
	background-position: center center;
}

.jspHorizontalBar .jspTrack {
	height:13px;
/*	width:400px;*/
	background-image: url(../../../themes/inline/scroller_v2/il-bar_track.gif);
	background-repeat: repeat;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
/* Vertical Scrollbar */
.jspVerticalBar .jspDrag {
	width:12px;
	background-image: url(../../../themes/inline/scroller_v2/il-bar_scrub_grip-vertical.gif);
	background-repeat: no-repeat;
	background-color: #510300;
	background-position: center center;
}

.jspVerticalBar .jspTrack {
	width:12px;
/*	width:400px;*/
	background-image: url(../../../themes/inline/scroller_v2/il-bar_track-vertical.gif);
	background-repeat: repeat-y;
	float:left;
}

.jspHorizontalBar .jspDragLeft {
/*	height:12px;	
	background-image: url(../../../themes/inline/scroller_v2/il-bar_scrub.gif);
	background-repeat: no-repeat;*/
}

.jspHorizontalBar .jspDragRight {
/*
	height:12px;	
	background-image: url(../../../themes/inline/scroller_v2/il-bar_scrub.gif);
	background-repeat: no-repeat;*/
}

.jspCapLeft {
background-color:#003333;
}
.jspArrow {
background-color:#333399;
}
.jspCapRight {
background-color:#000033;