/*
 * 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:100% !important;
}
.jspHorizontalBar
{
	position: absolute;
	bottom:-2px;
	left: 0;
	width: 100%;
}
.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;background: #f1f0f0;
border-style:solid; border-width:1px; border-color:#e1e0e0 #e6e5e5 #e1e0e0 #e1e0e0;
-moz-box-shadow: inset 0 0 3px 1px #e2e1e1;
-webkit-box-shadow: inset 0 0 3px 1px #e2e1e1;
box-shadow: inset 0 0 3px 1px #e2e1e1;
padding-bottom:10px!important;
}

.jspVerticalBar *,

{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	padding:2px; /*margin-top:-5px;*/
} 

.jspDrag
{
	background: #e1e0e0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer; border:solid 1px #cecdcd; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
}


.jspArrow
{
	
	text-indent: -20000px;
	display: block;
	cursor: pointer; 
}

.jspArrow.jspDisabled
{
	cursor: default;

}
.jspArrowUp{background:url(../images/generalIcons.png) no-repeat -1px -371px;}
.jspArrowDown{background:url(../images/generalIcons.png) no-repeat -1px -386px;}
.jspVerticalBar .jspArrow
{
	height: 16px;
}
.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;
}