/*
 * 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:420px !important*/
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 4px;
	width: 0;
	height:222px;
	/*height: 100%;background: red;
	background:url(../images/scroll_bar.png) no-repeat;*/
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 16px;
	background: red;*/
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;
	background:url(../images/scroll_bar.png) no-repeat;*/
	position: relative;
}

.jspDrag
{
	/*background: #bbd;
	background:url(../images/scroll_handle.png) no-repeat;*/
	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: #80808d;*/
	visibility:hidden
}

.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 :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


.scroll-pane, .scroll-pane-ppup
{
	width: 319px;
	/*width: 400px;height: 258px;*/
	height:334px;
	overflow: auto;
    border:1px solid #e3e3e3;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.scroll-pane-ppup{ width:215px; height:334px; }

.jspArrow.jspArrowUp, .jspArrow.jspArrowDown{ background:url(images/scroll_arrow_up.png) no-repeat; width:407px; height:32px; position: relative; /*left:-399px*/left:-365px }
.jspArrow.jspArrowUp{ /*top: 2px*/ } 
.jspArrow.jspArrowDown{ background:url(images/scroll_arrow_down.png) no-repeat; }

#ppup_cntrylst a#jspArrowDown, #ppup_cntrylst a#jspArrowUp{ position:relative; left:-309px } /* IE too */

