/*
 * 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.
 */

.blueLine       {
    background: url(../images/bgScrollBlue.png) repeat-y 50% 50%\9;
    background:
        url(../images/varticalTop.png) no-repeat 50% 0,
        url(../images/bgScrollBlue.png) repeat-y 50% 0;
    position: relative;
    top: -14px;
    padding-top: 2px !important;
    width: 4px;
    left: 6px;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
    overflow: hidden;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
    padding-bottom: 2px;
    background-color: transparent;
    background:    url(../img/bgScrollBlue.png) 50% 100%  no-repeat;
    border-radius: 8px;
    behavior: url(../pie/PIE.php);
    position: relative;
    height: 90% !important\9;
}

.jspDrag
{
	background: url(../img/scrollButtonVertical.png) no-repeat 50% 1px ;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    z-index: 800;
}

.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%;
}

.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;
}

/*.cusel .cusel-scroll-wrap {*/
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    /*display: block;*/
    /*left: 0;*/
    /*min-width: 100%;*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*visibility: hidden;*/
    /*width: auto;*/
/*}*/
/*.cusel .jScrollPaneContainer {*/
    /*border: 1px solid #999999;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*z-index: 5;*/
/*}*/
/*.cusel .jScrollPaneTrack {*/
    /*background: none repeat scroll 0 0 #CCCCCC;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*right: 4px;*/
    /*top: 0;*/
    /*width: 7px !important;*/
/*}*/
/*.cusel .jScrollPaneDrag {*/
    /*background-position: -40px -26px;*/
    /*cursor: pointer;*/
    /*height: 27px !important;*/
    /*position: absolute;*/
    /*right: -4px;*/
    /*width: 15px !important;*/
/*}*/
/*.cusel .jScrollPaneDragTop {*/
    /*left: 0;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 0;*/
/*}*/
/*.cusel .jScrollPaneDragBottom {*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
/*}*/
/*.cusel .jScrollArrowUp {*/
    /*background-position: -2px -26px;*/
    /*cursor: pointer;*/
    /*height: 12px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*right: 2px;*/
    /*top: 0;*/
    /*width: 26px;*/
/*}*/
/*.cusel .jScrollArrowDown {*/
    /*background-position: -21px -26px;*/
    /*bottom: 0;*/
    /*cursor: pointer;*/
    /*height: 12px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*right: 3px;*/
    /*top: auto;*/
    /*width: 25px;*/
/*}*/