/*
 * 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: 6px;
	height: 100%;
	background: #ccc;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 6px;
	background: #ccc;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #eee;
	position: relative;
}

.jspDrag
{
	background: #ccc;
	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;
}

/* ----------------------------------------------------------------------------------------------------------
program

---------------------------------------------------------------------------------------------------------- */


#program .jspContainer
{
	overflow: hidden;
	position: relative;
}

#program .jspPane
{
	position: absolute;
}

#program .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	background: #ccc;

	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
}

#program .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 6px;
	background: #ccc;
}

#program .jspVerticalBar *,
#program .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

#program .jspCap
{
	display: none;
}

#program .jspHorizontalBar .jspCap
{
	float: left;
}

#program .jspTrack
{
	background: #eee;
	position: relative;
}

#program .jspDrag
{
	background: #ccc;
	background: url(../img/jscroll_program.gif) 0px 100% no-repeat;
	position: relative;
	top: 0;
	left: 2px;
	cursor: pointer;
	width:7px;
}

#program .jspHorizontalBar .jspTrack,
#program .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}


#program .jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

#program .jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

#program .jspVerticalBar .jspArrow
{
	height: 16px;
}

#program .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

#program .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#program .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

#program .jspDragTop{
	background: url(../img/jscroll_program.gif) 0px 0px no-repeat;
	height: 3px;
	width: 7px;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html #program .jspCorner
{
	margin: 0 -3px 0 0;
}