/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.mod_stream_time .vscrollerbase { 
width: 15px;
background-color: #444c4f;
}

 .alert .vscrollerbase { 
  right:0!important;
width: 15px;
background-color: #444c4f; margin-top:35px;
}

.mod_stream_time .vscrollerbar,   .alert .vscrollerbar{
width: 15px;
height: 40px!important;
background: url(/images/scroll_point.png) center center no-repeat;
}

.hscrollerbase {height: 10px; background:none; display:none;}
.hscrollerbar {height: 10px; background:black; display:none;}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; 
left: auto;
bottom: 0px; right: 0px;
background-color: grey;
display:none;
}



.mod_stream_r .vscrollerbase { 
width: 15px;
 left:0!important;
background-color: #444c4f;
}

.mod_stream_r .vscrollerbar {
width: 15px;
height: 40px!important;
background: url(/images/scroll_point.png) center center no-repeat;
}


.chat .vscrollerbase {
width: 11px;
background-color: #202020;
}

.chat .vscrollerbar {
width: 11px;
height: 30px!important;
background: url("/templates/images/scroll.png") 50% 50% no-repeat;
}



.chat .scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
