﻿/* 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:#cfa811 url(../images/ScrollBarV_Middle.gif) 0px 0px repeat-y;}
.vscrollerbarbeg {height:6px !important; width:10px; border-top:1px solid #c0c0c0; background:url(../images/ScrollBarV_Middle.gif) 0px 0px no-repeat;}
.vscrollerbarend {height:6px; width:10px; border-bottom:1px solid #c0c0c0; background:url(../images/ScrollBarV_Middle.gif) 0px 0px no-repeat;}
.vscrollerbase {width:10px; background:#EDEDED; border-left:1px solid #c0c0c0;}
.vscrollerbasebeg {height:12px !important; width:10px; background: url(../images/ScrollArrowUp.gif) 0px 0px no-repeat;}
.vscrollerbaseend {height:12px !important; width:10px; background: url(../images/ScrollArrowDown.gif) 0px 0px no-repeat;}
/*
.hscrollerbar {height:9px; background:#cfa811 url(/graphics/Scrollbar/ScrollBarH_Middle.gif) 0px 0px repeat-x;}
.hscrollerbarbeg {height:9px; width:9px !important;background: url(/graphics/Scrollbar/ScrollBarH_Left.gif) 0px 0px no-repeat;}
.hscrollerbarend {height:9px; width:8px; background: url(/graphics/Scrollbar/ScrollBarH_Right.gif) 0px 0px no-repeat;}
.hscrollerbase {height:9px; background:#ededed;}
.hscrollerbasebeg {width:9px; height:10px !important;background: url(/graphics/shared/scrollbar/scrollbarH_left.gif) 0px 0px no-repeat;}
.hscrollerbaseend {width:9px; height:10px; background: url(/graphics/shared/scrollbar/scrollbarH_right.gif)  0px 0px no-repeat;}
*/
.vscrollerbar, .hscrollerbar {padding: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 
{
	height: 210px;
	overflow: auto;
	border: none;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0px auto;
	padding: 0px;
}
