/*
 * 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 { height: 98%; position: absolute; right: 1px; top: 2%; width: 7px; }
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #cdcdcd; position: relative; }
.jspDrag { background: #9c9c9c none repeat scroll 0 0; border-radius: 10px; cursor: pointer; left: 0; min-height: 50px !important; position: relative; top: 0; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; }
.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 :( */
.custom-tooltip { background: #fff !important; min-width: 600px !important; border: 2px solid red !important; border-radius: 12px !important; }
.jspVerticalBar::before { background: transparent url("../images/arrow-up.png") no-repeat scroll left top; content: ""; display: block; height: 18px; left: -2px; margin-top: 0; position: relative; width: 15px; }
.jspVerticalBar::after { background: transparent url("../images/arrow-down.png") no-repeat scroll left top; bottom: 0; content: ""; display: block; height: 18px; left: -1px; margin-top: 0; position: absolute; width: 15px; }
