/*
 * 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: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 100%;
	height: 25px;
	background: url("img/horizontalScroll_background.png") no-repeat 14px;
}
.jspDrag .someTrinagle{
	width: 24px;
	height: 14px;
	background:  url('img/horizontalScroll_trinagle.png') no-repeat center;
	margin: 0 auto !important;
	position: relative;
	top: -12px;
}
.jspActive .someTrinagle{
	background:  url('img/horizontalScroll_trinagleLittle.png') no-repeat center;
	width: 8px;
	height: 5px;
	top: -4px;
}
.tlYears{
	width: 92%;
	margin: 0 auto;
}
.tlYears span{
	display: inline-block;
	font-size: 21px;
	color: #007c92;
}
.tlYears .lastYear{
	float: right;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: block;
}

.jspHorizontalBar .jspCap
{
	float: left;
	width: 10px;
	height: 100%;
}

.jspTrack
{
	background: #c1e7f1;
	position: relative;
	height: 6px !important;
	box-shadow: inset 1px 1px 1px 1px #9ebdc6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 0 5px;
}

.jspDrag{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	height: 6px;
	width: 150px;
	background: #f26878;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNjg3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2YwNWM2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNDBkMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f26878 0%, #f05c6d 20%, #e40d25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26878), color-stop(20%,#f05c6d), color-stop(100%,#e40d25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26878 0%,#f05c6d 20%,#e40d25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26878 0%,#f05c6d 20%,#e40d25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26878 0%,#f05c6d 20%,#e40d25 100%); /* IE10+ */
	background: linear-gradient(top,  #f26878 0%,#f05c6d 20%,#e40d25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26878', endColorstr='#e40d25',GradientType=0 ); /* IE6-8 */
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.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%;
}

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