/*
 * Custom CSS styles for implementation on Money Morning site
 */

/* Implementation */

.scroll-pane {
	width:100%;overflow:auto;
}

.left-panel .scroll-pane {
}

#sidebar .scroll-pane {
	/*max-height:500px;*/
}

/* Custom Visual Styles */

.jspPane {
	width:100% !important;
}

.jspVerticalBar
{
	width: 8px;
	background: none;
}

.jspHorizontalBar
{
	height: 8px;
	background: none;
}

.jspTrack
{
	background: none;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.jspDrag
{
	background: #bbbbbb;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}