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

	width: 8px;
	height: 100%;
	background: red;
}


#yt_spotlight1 .jspVerticalBar, .mcon .jspVerticalBar, .mcon2 .jspVerticalBar, .mbook .jspVerticalBar, .mcult .jspVerticalBar, .mevent .jspVerticalBar, .onews .jspVerticalBar, .mexp .jspVerticalBar, .mmain .jspVerticalBar, .mmain2 .jspVerticalBar, #mydisc .jspVerticalBar
{
	right: 8px;	
}

.mbase  .jspVerticalBar
{
	right: 0px;	
}

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

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack {
	position: relative;
}

#yt_spotlight1 .jspTrack, .onews .jspTrack
{
	background: #b3d7e1;
	}

.mbase .jspTrack
{
	background: #BEAEC7;
	}

.mcon .jspTrack, #mydisc .jspTrack, .mcon2 .jspTrack
{
	background: #beaec7;
	}

.mbook .jspTrack
{
	background: #dbaaad;
	}
	
.mcult .jspTrack
{
	background: #fbddba;
	}
	
.mevent .jspTrack
{
	background: #b1cee3;
	}
	
.mexp .jspTrack
{
	background: #fdcd87;
	}
	
.mmain .jspTrack, .mmain2 .jspTrack
{
	background: #abbac8;
	}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#yt_spotlight1 .jspDrag, .onews .jspDrag 
{
	background: #00add9;
}

.mbase .jspDrag
{
	background: #865E9A;
}

.mcon .jspDrag, #mydisc .jspDrag, .mcon2 .jspDrag
{
	background: #865e9a;
}

.mbook .jspDrag
{
	background: #c8252c;
}

.mcult .jspDrag
{
	background: #f6921e;
}

.mevent .jspDrag
{
	background: #0060a6;
}

.mexp .jspDrag
{
	background: #CE8D2D;
}

.mmain .jspDrag, .mmain2 .jspDrag
{
	background: #133c64;
}


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

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

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

.jspArrow.jspArrowUp {
	background: url('../images/arrow-up.png') 0 0 no-repeat transparent;
}

.jspArrow.jspArrowDown {
	background: url('../images/arrow-down.png') 0 0 no-repeat transparent;
}


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