/* 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; color:#FF0000;}

/*.vscrollerbar {width: 17px; height: 34px; background: url(../images/blueBgVeri.gif) 0px 0px no-repeat;}*/ 
.vscrollerbar {width: 17px; height:106px;   background: url(../images/blueBgVeri.gif) 0 bottom repeat-y;}
.vscrollerbarbeg {height: 17px !important; width: 17px; background: url(../images/blueTop.gif) no-repeat top ; }
.vscrollerbarend {height: 17px; width: 17px; background: url(../images/blueBtm.gif) no-repeat bottom ;}
.vscrollerbase {width: 17px; background:   url(../images/veriBar.gif) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 17px; height: 16px !important; background: url(../images/arrowTop.gif) no-repeat;}
.vscrollerbaseend {height: 16px; width: 17px;  background: url(../images/arrowBtm.gif) no-repeat;}
.vscrollerbar, .hscrollerbar {padding: 16px; z-index: 2;  }
.scrollerjogbox {width: 17x;height: 16px;top: auto; left: auto;bottom: auto; right: 0px; background: #ff0000;}

/* Scroll Bar Master Styling Ends Here */




/* Scroll Bar Master Styling Ends Here */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 94%;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:atuo;

padding:0px 8px 0px 0px;
font-size:12px;
}




