/* 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:9px; background-image:transparent;}
.vscrollerbase {width:11px; background-image:transparent;}
.vscrollerbarbeg {width:11px; height:9px !important; background-image:transparent;}
.vscrollerbarend {width:11px; height:8px; background-image:transparent;}

.vscrollerbasebeg {width:13px; height:14px !important; background-image:transparent;}
.vscrollerbaseend {width:13px; height:15px; background-image:transparent;}

.hscrollerbar {height:2px; background-color:none;}
.hscrollerbarbeg {width:9px !important; height:2px;}
.hscrollerbarend {width:8px; height:2px;}
.hscrollerbase {height:2px; background:#e9e1d8;}

.hscrollerbasebeg {width:9px; height:2px !important;}
.hscrollerbaseend {width:9px; height:2px;}

.vscrollerbar {padding:15px 11px 16px 11px; z-index:2;}
.hscrollerbar {padding:10px 11px 11px 11px; z-index:2;}
/*
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}
*/

/* Scroll Bar Master Styling Ends Here */

/* here begins scrollbar div style */

#verticalscroll {
	width:602px;
	height:275px;
	overflow:auto;
	border:1px solid #D3D3D3;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px auto;
	padding:0px;
}


