@charset "utf-8";
/* CSS Document */

#scrollbar-demo{
	margin:auto;		
	padding:5px 0 0 5px;
	text-align:justify;
	overflow:auto;
	/*background-color:#ffffff;*/
	width:100%;
	line-height:1.7em;
	/*border:1px solid #cc0000;*/
	height:190px;
	/*z-index:-10000;*/
}
#scrollbar-demo ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#scrollbar-demo ul li{
	line-height:1.7em;
}


.scrollBar .bar{
	width:12px;
	height:12px;
}

.scrollBar .button{
	width:12px;
	height:12px;
	/*background-color:#666;*/
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background:transparent;
	background-image:url('../images/up-arrow-scroll.gif');
	background-repeat:no-repeat;
	/*background-color:#ffffff;*/
}

.scrollBar .button.bottomButton{
	background:transparent;
	background-image:url('../images/bottom-arrow-scroll.gif');
	background-repeat:no-repeat;
	padding-top:5px;
	/*-color:#ffffff;*/
}

.scrollBar .button.leftButton{
	background:transparent;
	/*background-image:url('arrow-left.gif');*/
	/*background-color:#ffffff;*/
}

.scrollBar .button.rightButton{
	background:transparent;
	/*background-image:url('arrow-right.gif');*/
}



.scrollBar .scrollable{
	background:transparent;
	cursor:pointer;
	/*background-image:url('stripe.gif');*/
	background-repeat:repeat;
	/*background-color:#ffffff;*/
}

.scrollBar .knob
{
	height:12px;
	width:12px;
	background-color:#4493CB;
	/*background-color:#EC1E1E;*/
	/*background-color:#FFFFFF;*/
}

.scrollBar .knob.verticalKnob{
	cursor:default;
}

.scrollBar .knob.horizontalKnob{
	cursor:default;
}

.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}

.scrollBar .leftTip{
	background:transparent;
	left:0;
	/*background-image:url('knob-left.gif');*/
}

.scrollBar .rightTip{
	background:transparent;
	right:0;
	/*background-image:url('knob-right.gif');*/
}

.scrollBar  .knobHorizontalFill{
	background:transparent;
	/*background-color:#666;*/
	background-position:top center;
	background-repeat:repeat-x;
	/*background-image:url('horizontal-knob.gif');*/
	margin:0 12px;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}

.scrollBar .knobVerticalTip{
	height:12px;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}

.scrollBar .knobVerticalFill{
	background:transparent;
	/*background-color:#666;*/
	background-position:left center;
	background-repeat:repeat-y;
	/*background-image:url('vertical-knob.gif');*/
	position:absolute;
	bottom:12px;
	top:12px;
}

.scrollBar .active .knobVerticalFill{
	background-position:right center;
}

.scrollBar .topTip{
	background:transparent;
	/*background-image:url('knob-top.gif');*/
}

.scrollBar .bottomTip{
	background:transparent;
	position:absolute;
	bottom:0;
	/*background-image:url('knob-bottom.gif');*/
}

.scrollBar .knob.active{
	border:none;
}

.scrollBar .corner{
	background:transparent;
	/*background:#FFB119 url('corner.gif') center center no-repeat;*/
}