/*
 * 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
			{
				position: absolute;
				top: 15px;
				height: 427px;
				width: 410px;
				left: 13px;
			}
	
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 8px;
}

.jspVerticalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
		display: block;
}
.jspCap.jspCapTop{
	height: 0px;
	width: 8px;
}
.jspCap.jspCapBottom{
	height: 2px;
	width: 8px;
}


.jspTrack
{
	background: #b0c3d7;
	position: relative;
}

.jspDrag
{
	background: #7a9cc0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}


.jspArrow
{

	text-indent: -20000px;
	display: block;
	cursor: pointer;
	width: 8px;
	height: 8px;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}
.jspArrow.jspArrowDown{
	background-image: url(../_img/arrow_down.png);
}
.jspArrow.jspArrowUp{
	background-image: url(../_img/arrow_up.png);
}
.jspCorner
{
	
	float: left;
	height: 100%;
}

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