@charset "utf-8";

/* index left content */
#scrollable_indexLeft{ margin:auto;	width: 216px; height:581px;	border:0px solid #888; padding:1px; overflow:auto;}

.scrollBar .bar{ width:13px; height:19px; }

.scrollBar .button{	width:13px;	height:19px; background-color:#A0C8D2; border:0px outset #FF7A19; outline:none; background-position:top center;	background-repeat:no-repeat; cursor:pointer; }
.scrollBar .button.topButton{ background-image:url('../images/scrollbar/y_01.jpg');}
.scrollBar .button.bottomButton{ background-image:url('../images/scrollbar/y_04.jpg');}
.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:pointer;	background-image:url('../images/scrollbar/y_03.jpg'); background-repeat:repeat;}

.scrollBar .knob{ background-color:#A0C8D2; outline:none; border:0px outset #FF7A19; background-position:center center; background-repeat:no-repeat;}
.scrollBar .knob.verticalKnob{ cursor:n-resize; background-image:url('../images/scrollbar/y_02.jpg');}
.scrollBar .knob.horizontalKnob{ cursor:w-resize; background-image:url('horizontal-knob.gif');}

.scrollBar .active{ border-style:inset;}
.scrollBar .corner{ background-color:#FFB119; border:1px outset #FF7A19;}


/* index right content box */
#scrollable_indexRight{	margin:auto; width: 305px; height:130px; border:0px solid #888; padding:1px;	text-align:center; overflow:auto;}
.scrollBar2 .bar{ width:13px; height:15px; }

.scrollBar2 .button{	width:13px;	height:15px; background-color:#E4E4E4; border:0px; outline:none; background-position:top center; background-repeat:no-repeat; cursor:pointer; }
.scrollBar2 .button.topButton{ background-image:url('../images/scrollbar/g_01.jpg');}
.scrollBar2 .button.bottomButton{ background-image:url('../images/scrollbar/g_04.jpg');}
.scrollBar2 .button.leftButton{ background-image:url('arrow-left.gif');}
.scrollBar2 .button.rightButton{	background-image:url('arrow-right.gif');}
.scrollBar2 .button.active{ background-position:bottom center;}

.scrollBar2 .scrollable{	cursor:pointer;	background-image:url('../images/scrollbar/g_03.jpg'); background-repeat:repeat;}

.scrollBar2 .knob{ background-color:#E4E4E4; outline:none; border:0px; background-position:center center; background-repeat:no-repeat;}
.scrollBar2 .knob.verticalKnob{ cursor:n-resize; background-image:url('../images/scrollbar/g_02.jpg');border:0px;}
.scrollBar2 .knob.horizontalKnob{ cursor:w-resize; background-image:url('horizontal-knob.gif');border:0px;}

.scrollBar2 .active{ border-style:inset;}
.scrollBar2 .corner{ background-color:#E4E4E4; border:0px;}