/*
 * 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.
 */
 
.jspScrollable {
	padding-bottom: 7px !important;
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
	padding-bottom: 7px;
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	z-index: 2;
	border:1px solid #cbbb98;
	border-radius: 12px;
	left: -3px;

	-webkit-box-shadow: inset 0 0 6px 1px rgba(92,51,21,0.3);
	   -moz-box-shadow: inset 0 0 6px 1px rgba(92,51,21,0.3);
	        box-shadow: inset 0 0 6px 1px rgba(92,51,21,0.3);
}
.lt-ie9 .jspTrack { behavior: url(/css/PIE.htc); }

.jspDrag
{
	
	background: rgb(255,248,205); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,248,205,1) 0%, rgba(255,251,227,1) 25%, rgba(255,251,227,1) 75%, rgba(255,248,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,248,205,1)), color-stop(25%,rgba(255,251,227,1)), color-stop(75%,rgba(255,251,227,1)), color-stop(100%,rgba(255,248,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,248,205,1) 0%,rgba(255,251,227,1) 25%,rgba(255,251,227,1) 75%,rgba(255,248,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,248,205,1) 0%,rgba(255,251,227,1) 25%,rgba(255,251,227,1) 75%,rgba(255,248,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,248,205,1) 0%,rgba(255,251,227,1) 25%,rgba(255,251,227,1) 75%,rgba(255,248,205,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,248,205,1) 0%,rgba(255,251,227,1) 25%,rgba(255,251,227,1) 75%,rgba(255,248,205,1) 100%); /* W3C */

	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	border-radius: 12px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(2,3,3,0.4);
	   -moz-box-shadow: 0 3px 8px 0 rgba(2,3,3,0.4);
	        box-shadow: 0 3px 8px 0 rgba(2,3,3,0.4);

}
.lt-ie9 .jspDrag { box-shadow: none; border: 1px solid #cfba94; behavior: url(/css/PIE.htc); }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}



/* CUSTOM STYLES */

.jspCustomGradOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url('/img/textures/cream-gradient.png') repeat-x 0 bottom;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
