.outer_popup { -moz-border-radius:23px; -webkit-border-radius:23px; -o-border-radius:23px; -ms-border-radius:23px; border-radius:23px; behavior:url(includes/PIE.htc); position:relative; }
.inner_popup { -moz-border-radius:16px; -webkit-border-radius:16px; -o-border-radius:16px; -ms-border-radius:16px; border-radius:16px; behavior:url(includes/PIE.htc); position:relative; }
.inner_popup .scroll, .jspTrack { -moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; border-radius:10px; behavior:url(includes/PIE.htc); position:relative; }
/*
 * 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; width:652px!important; padding-right:0px!important; }
#content.case_std .jspPane { position: absolute; width:742px!important; padding-right:0px!important; }
.jspVerticalBar { position: absolute; top: 0; left: 6px; width:20px; height: 100%; background: none; }
#content.case_std .jspVerticalBar { position: absolute; top: 0; right: 30px; width:20px; height: 100%; background: none; }
.jspHorizontalBar { position: absolute; bottom: -50px; left: 0; width: 100%; display:none; height: 20px; }
.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background:none; position: relative; background:#D5D3D3; width:12px; }
.jspDrag { background:url(scroll_round.png) no-repeat 0 0; 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: none; }
.jspVerticalBar .jspArrow { width: 20px; height:20px; }
.jspVerticalBar .jspArrowup { }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; display: none }
.jspArrowUp { background:url(../images/btn_top.gif) no-repeat 0 0; }
.jspArrowUp:hover { background:url(../images/btn_top_hover.gif) no-repeat 0 0; }
.jspArrowDown { background:url(../images/btn_bottom.gif) no-repeat 0 0; }
.jspArrowDown:hover { background:url(../images/btn_hover.gif) no-repeat 0 0; }
.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; }
