/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 10px;background: #4d4d4d url(scrollbar.png) -10px 0px repeat-y;}
.vscrollerbarbeg {height: 10px !important;width: 10px;background: url(scrollbar.png) -30px -10px no-repeat;}
.vscrollerbarend {height: 10px;width: 10px;background: url(scrollbar.png) -30px 0px no-repeat;}
.vscrollerbase {width: 10px;background: #999999 url(scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 10px;height: 10px !important;background: url(scrollbar.png) -20px -10px no-repeat;}
.vscrollerbaseend {height: 10px;width: 10px;background: url(scrollbar.png)  -20px 0px no-repeat;}
.hscrollerbase {height: 10px; background-color: white;}
.hscrollerbar {height: 10px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */


/*Page related styles for you to view*/
#ProjectScroll {
/* Typical fixed height and fixed width example */
width: 230px;
height: 180px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
outline-style: none;
padding-right: 25px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #b4b4b4;
}

#col1_vscrollerbar, #col2_vscrollerbar {
/* Typical fixed height and fixed width example */
height: 80px !important;
}


/* general page style ends here */

