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

.scroll-pane .jspContainer { overflow: hidden; position: relative; }
.scroll-pane .jspPane { position: absolute; }
.scroll-pane .jspVerticalBar { position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: red; }
.scroll-pane .jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: red; }
.scroll-pane .jspVerticalBar *,
.scroll-pane .jspHorizontalBar * { margin: 0; padding: 0;  }
.scroll-pane .jspCap { display: none; }
.scroll-pane .jspHorizontalBar .jspCap { float: left; }
.scroll-pane .jspTrack { background: #fff; position: relative;  }
.scroll-pane .jspDrag { background: #ccc; position: relative; top: 0; left: 0; cursor: pointer; max-height:30px; } 
.scroll-pane .jspHorizontalBar .jspTrack,
.scroll-pane .jspHorizontalBar .jspDrag { float: left;height: 100%; }
.scroll-pane .jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.scroll-pane .jspArrow.jspDisabled { cursor: default; background: #80808d; }
.scroll-pane .jspVerticalBar .jspArrow { height: 16px; }
.scroll-pane .jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.scroll-pane .jspVerticalBar .jspArrow:focus { outline: none; }
.scroll-pane .jspCorner { background: #eeeef4; float: left; height: 100%; }

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


.scroll-canvas .jspContainer { overflow: hidden; position: relative; }
.scroll-canvas .jspPane { position: absolute; margin:0 !important; }
.scroll-canvas .jspVerticalBar { position: absolute; top: 0; left: 0; width: 0; height: 100%; background: red; }
.scroll-canvas .jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: red; }
.scroll-canvas .jspVerticalBar *,
.scroll-canvas .jspHorizontalBar * { margin: 0; padding: 0;  }
.scroll-canvas .jspCap { display: none; }
.scroll-canvas .jspHorizontalBar .jspCap { float: left; }
.scroll-canvas .jspTrack { background: #fff; position: relative;  }
.scroll-canvas .jspDrag { background: #ccc; position: relative; top: 0; left: 0; cursor: pointer; max-height:30px; } 
.scroll-canvas .jspHorizontalBar .jspTrack,
.scroll-canvas .jspHorizontalBar .jspDrag { float: left;height: 100%; }
.scroll-canvas .jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.scroll-canvas .jspArrow.jspDisabled { cursor: default; background: #80808d; }
.scroll-canvas .jspVerticalBar .jspArrow { height: 0; }
.scroll-canvas .jspHorizontalBar .jspArrow { width: 0; float: left; height: 100%; }
.scroll-canvas .jspVerticalBar .jspArrow:focus { outline: none; }
.scroll-canvas .jspCorner { background: #eeeef4; float: left; height: 100%; }

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


.scroll-profile-content .jspContainer { overflow: hidden; position: relative; }
.scroll-profile-content .jspPane { position: absolute; }
.scroll-profile-content .jspVerticalBar { position: absolute; top: 0; right: 0; width: 5px; height: 100%; background: #000; }
.scroll-profile-content .jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: #000; }
.scroll-profile-content .jspVerticalBar *,
.scroll-profile-content .jspHorizontalBar * { margin: 0; padding: 0; }
.scroll-profile-content .jspCap { display: none; }
.scroll-profile-content .jspHorizontalBar .jspCap { float: left; }
.scroll-profile-content .jspTrack { background: #000; position: relative; }
.scroll-profile-content .jspDrag { background: #fff; position: relative; top: 0; left: 0; cursor: pointer; }
.scroll-profile-content .jspHorizontalBar .jspTrack,
.scroll-profile-content .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.scroll-profile-content .jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.scroll-profile-content .jspArrow.jspDisabled { cursor: default; background: #80808d; }
.scroll-profile-content .jspVerticalBar .jspArrow { height: 16px; }
.scroll-profile-content .jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.scroll-profile-content .jspVerticalBar .jspArrow:focus { outline: none; }
.scroll-profile-content .jspCorner { background: #eeeef4; float: left; height: 100%; }

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