@charset "utf-8";
/* CSS Document */

/*-------scroll pane css---------*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: relative;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: none;
}
.jspVerticalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspTrack {
	background: none;
	position: relative;
}
.jspDrag {
	background: #96968f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	/*min-height:30px;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.jspArrow {
	background: none;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: none;
}
.jspVerticalBar .jspArrow {
	height: 10px;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: none;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/*-------End scroll pane css---------*/