/*** SCROLLBAR ****/
.jspTrack
{
    background-image:url(/gfx/scrollbar_slider_background_0.png);
    background-repeat:repeat-y;
}
.jspDrag
{
    background-image:url(gfx/scrollbar_slider_0.png);
    background-repeat:repeat-y;
}
.jspVerticalBar
{
    width:13px;
}
a.jspArrowUp 
{
    background-image:url(gfx/pil_graa_up_0.png);
    width:13px;
    height:8px;
    background-repeat:no-repeat;
    background-position:center;
}
a.jspArrowDown
{
    width:13px;
    height:8px;
    background-image:url(gfx/pil_graa_down_0.png);
    background-repeat:no-repeat;
    background-position: center bottom;
}
a.jspArrowUp:hover 
{
    background-image:url(gfx/pil_sort_up_0.png);
}
a.jspArrowDown:hover
{
    background-image:url(gfx/pil_sort_down_0.png);
}

.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.jspHorizontalBar {
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    position: relative;
}
.jspDrag {
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    cursor: pointer;
    display: block;
    text-indent: -20000px;
}
.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: medium none;
}
.jspCorner {
    float: left;
    height: 100%;
}
* html .jspCorner {
    margin: 0 -3px 0 0;
}