/*
 * 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;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: transparent;
}

.jspCap
{
	display: block;
	background: transparent;
}

.jspHorizontalBar .jspCap
{
	float: left;
	height: 24px;
	width: 25%;
}

.jspTrack
{
	background: #DADADA;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.jspDrag
{
	background: #444444;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.light_text .jspTrack
{
	background: #696969 !important;
}

.light_text .jspDrag
{
	background: #FFFFFF !important;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 24px;
}

.jspHorizontalBar .jspArrow
{
	width: 24px;
	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;
}
/*
     FILE ARCHIVED ON 16:55:04 Dec 21, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:53:11 Mar 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.936
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.041
  esindex: 0.01
  cdx.remote: 83.819
  LoadShardBlock: 658.302 (3)
  PetaboxLoader3.datanode: 221.994 (4)
  PetaboxLoader3.resolve: 466.954 (3)
  load_resource: 86.091
*/