/*
 * 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.
 */

.jspScrollable { outline: none; }
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 6px; height: 100%; background: red; }
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 15px; background: #f0f0f0; border: solid #f0f0f0 1px; }
.jspVerticalBar *,.jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap {}
.jspHorizontalBar .jspCap { display: none; float: left; }
.jspTrack { background: #f0f0f0; position: relative; }
.jspDrag { background: #cdcdcd; 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 { float: left; width: 32px; height: 15px; background-repeat: no-repeat; background-position: left top; }
.jspHorizontalBar .jspArrowLeft { background-image: url(../../../img/usr/share/scroll_left.gif) }
.jspHorizontalBar .jspArrowRight { background-image: url(../../../img/usr/share/scroll_right.gif) }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }
