/* 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;
}

.vscrollerbase {
width: 10px;
cursor: pointer;
}
.vscrollerbar {
width: 10px;
}
#workscroll .vscrollerbar,
#eventscroll .vscrollerbar {
background-color: #64797c;
}
#opinionscroll .vscrollerbar, #descrcroll .vscrollerbar {
filter: Alpha(Opacity=25); -moz-opacity: 0.25; opacity: 0.25; background-color:#000000;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#eventscroll {
/* Typical fixed height and fixed width example */
width: 236px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 0 20px 0 0;
z-index:137;
outline: none;
}
#opinionscroll {
/* Typical fixed height and fixed width example */
width: 266px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 15px 0 0 0;
padding: 0 20px 0 0;
z-index:137;
outline: none;
}
#workscroll {
/* Typical fixed height and fixed width example */
width: 266px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 15px 0 0 0;
padding: 0 20px 0 0;
z-index:137;
outline: none;
}
#descrcroll {
/* Typical fixed height and fixed width example */
width: 296px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 0 0 0;
padding: 0 20px 0 0;
z-index:137;
outline: none;
}