/* 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: 0px;font-size: 0px;position: absolute;top: 0; left: 0;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {right: 0 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width: 5px;background: #256276;}
.vscrollerbarbeg {height: 0px !important;width: 5px;}
.vscrollerbarend {height: 0px;width: 5px;}
.vscrollerbase {width: 5px;background: #000000;}
.vscrollerbasebeg {width: 5px;height: 0px !important;}
.vscrollerbaseend {height: 0px;width: 5px;}
.hscrollerbase {height: 0px; background-color: #000000;}
.hscrollerbar {height: 0px; background-color: #000000;}
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
.scrollerjogbox {width: 0px;height: 0px;top: auto; left: auto;bottom: 0px; right: 0px;background: #000000;}

/* Scroll Bar Master Styling Ends Here */

#mycustomscroll {
	width: 380px;
	height: 300px;
	overflow: auto;
	position: relative;
	background: #010B0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #E5F196;
	text-decoration: none;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	}

