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

.jspContainer1
{
    overflow: hidden;
    position: relative;
}


.jspPane1
{
    position: absolute;
}

.jspVerticalBar1
{
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 100%;
}

.jspHorizontalBar1
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image:url(../../images/IndexBasline.png);
    background-repeat:no-repeat;
    background-color: none;
}

.jspVerticalBar1 *,
.jspHorizontalBar1 *
{
    margin: 0;
    padding: 0;
}

.jspCap1
{
    display: none;
}

.jspHorizontalBar1 .jspCap1
{
    float: left;
}

.jspTrack1
{
    position: relative;
    background-image:url('../../images/scrollTrack1.png');
    background-repeat:no-repeat;
}

.jspDrag1
{
    position: relative;
    top: 0;
    left: 1px;
    cursor: pointer;
    background-image:url('../../images/scrollBar.png');
    background-repeat:no-repeat
    
}

.jspHorizontalBar1 .jspTrack1,
.jspHorizontalBar1 .jspDrag1
{
    float: left;
    height: 0%;
}

.jspArrow1
{
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    width: 16px;
}

.jspArrow1.jspDisabled1
{
    cursor: default;

    width: 16px;    
}

.jspVerticalBar1 .jspArrow1
{
    height: 16px;
}

.jspHorizontalBar1 .jspArrow1
{
    width: 16px;
    float: left;
    height: 100%;
}
.jspCorner1
{
    background: #eeeef4;
    float: left;
    height: 100%;
}
.jspArrowDown{
    width:16px;
    background-image:url('../../images/down_03.png');
    background-repeat:no-repeat;    
    background-position:center; 
}

.jspArrowUp{
    width:16px; 
    background-image:url('../../images/up_03.png');
    background-repeat:no-repeat;
    background-position:center; 
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner1
{
    margin: 0 -3px 0 0;
}