#scrollbar-content{
	margin:0;
	width: 919px;
	height:290px;
	overflow:auto;
	line-height: 22px;
}


.scrollBar .bar{
	width:15px;
	height:15px;
}

.scrollBar .button{
	width:15px;
	height:15px;
	background-color:#000000;
	border:0px outset #e20000;
	outline:none;
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('arrow-up.gif');
}

.scrollBar .button.bottomButton{
	background-image:url('arrow-down.gif');
}

.scrollBar .button.leftButton{
	background-image:url('arrow-left.gif');
}

.scrollBar .button.rightButton{
	background-image:url('arrow-right.gif');
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	cursor:auto;
	background-image:url('stripe.gif');
	background-repeat:repeat;
}

.scrollBar .knob{
	height:15px;
	background-color:#000;
	outline:none;
	border:1px solid #ccc;
	background-position:center center;
	background-repeat:no-repeat;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
	background-image:url('vertical-knob.gif');
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
	background-image:url('horizontal-knob.gif');
}

.scrollBar .active{
	/*border-style:inset;*/
}

.scrollBar .corner{
	background-color:#830000;
	border:0px outset #e20000;
}