/* Tiny Scrollbar */
#scrollbar{
}
#scrollbar .viewport {
	width: 650px;
	height: 255px;
	overflow: hidden;
	position: relative;
}
#scrollbar .overview {
	width:100%;
	position: absolute;
	right: 0;
	top: 0;
}
#scrollbar .scrollbar {
	background:#ddd;
	position: relative;
	background-position: 0 0;
	float: left;
	width:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#scrollbar .thumb {
	background:#bbb;
	height: 20px;
	width:4px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#scrollbar .thumb:hover {
	background:#999;
}
#scrollbar .disable {
	display: none;
}

.reports_scrollBar{
    padding-bottom: 10px;
    position: relative;
}
.reports_scrollBar .viewport {
    width: 302px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.reports_scrollBar .overview {
    width:100%;
    position: absolute;
    right: 0;
    top: 0;
}
.reports_scrollBar .scrollbar {
    background:#ddd;
    position: relative;
    background-position: 0 0;
    width:4px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
}
.reports_scrollBar .scrollbar .scroll-track > .thumb {
    background:#bbb;
    height: 20px;
    width:4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left:0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.reports_scrollBar .scrollbar .scroll-track > .thumb:hover {
    background:#999;
}
.reports_scrollBar .disable {
    display: none;
}

/*----------------------------*/
#khaderscrollbar{
}
#khaderscrollbar .viewport {
	width: 276px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#khaderscrollbar .overview {
	width:100%;
	position: absolute;
	right: 0;
	top: 0;
}
#khaderscrollbar .scrollbar {
	background:#ddd;
	position: relative;
	background-position: 0 0;
	float: left;
	width:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#khaderscrollbar .thumb {
	background:#bbb;
	height: 20px;
	width:4px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#khaderscrollbar .thumb:hover {
	background:#999;
}
#khaderscrollbar .disable {
	display: none;
}