/*
 * 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;
    background: url("/images/drop_down/gradient.png") repeat-x scroll 0 -20px transparent;
    margin: 0 -6px 0 6px;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 4px;
    width: 30px;
	height: 100%;
	/*background: red*/
    background: url("/images/drop_down/gradient-scroll.png") no-repeat scroll 100% -20px transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspVerticalBar .jspDragTop {
    background: url("/js/img/scrollHandleTop.gif") no-repeat scroll 2px 0 transparent;
    display: block;
    height: 11px;
    position: absolute;
    width: 30px;
    top: -11px;
}
.jspVerticalBar .jspDragBottom {
    background: url("/js/img/scrollHandleDown.gif") no-repeat scroll 2px 0 transparent;
    display: block;
    height: 11px;
    position: absolute;
    width: 30px;
    bottom: -11px;
}
.jspScrollable {
    padding-right: 2px;
}

.jspCap
{
	/*display: none;*/
}
.jspCapBottom {
    background: url("/js/img/downBtn.png") no-repeat scroll 2px -48px transparent;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    width: 30px;
}
.jspCapTop {
    background: url("/js/img/topBtn.gif") no-repeat scroll 2px -48px transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;*/
	position: relative;
    top: 24px;
    background: url("/js/img/scrollBarVertical.gif") repeat-y scroll 12px top transparent;
    /*bottom: 0;
    display: block;
    position: relative;
    top: 0;*/
    width: 30px;
}

.jspDrag
{
	/*background: #bbd;*/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    
    background: url("/js/img/scrollHandleBGVertical.gif") repeat-y scroll 2px 0 transparent;
    /*bottom: 0;
    display: block;
    position: relative;
    top: 0;*/
    width: 30px;
    
}

.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: 24px;
}

.jspHorizontalBar .jspArrow
{
	width: 30px;
	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;
}