/*
 * 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;
	width: 14px;
        right: 25px;
        right: 0px;
        z-index: 4000 !important;
        background: #EEF6FA;
        background: #A3AFB6;
        overflow: hidden !important;
        /* border-left: solid 1px #CFE3EF; */
}

.jspPlaceholder {
    
    background: none !important;
    position: absolute;
    right: 0;
    width: 14px;
    height: 100%;
    z-index: 2500 !important;
}

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/* background: url(../img/track.png) transparent repeat-y center center; */
	position: relative;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
        /* background: url(../img/drag.png) transparent no-repeat center center;*/
        background: #CFE4EF;
        background: #47545F;
        /*
        border-top: solid 2px #CFE4EF;
        border-bottom: solid 2px #CFE4EF;
        */
}
.jspDrag:hover {
    /* background: url(../img/drag-over.png) transparent no-repeat center center;*/
        background: #C0DBEA;
        background: #414D56;
        /*
        border-top: solid 2px #CFE4EF;
        border-bottom: solid 2px #CFE4EF;
        */
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	background: #fff;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
	background: #fff;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
	height: 8px;
}

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

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

.jspCorner
{
	background: #feeef4;
	float: left;
	height: 100%;
}

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