﻿/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
	line-height: 1px; 
	font-size: 1px;
	position: absolute; 
	top: 0; 
	left: 0;
}

.vscrollerbase, .vscrollerbar {
	width: 20px;
}

.vscrollerbar, .hscrollerbar {
	/*padding information of these elements are only used for
	padding of the scroll-bar with respect to the scroll base,
	the padding will automatically be turned off by the script*/
	padding: 0px 0px 0px 0px;
	

	/* z-index for scrollbars no longer has to be given as of version
	1.7.5 for correct operation, but it is still recommended, as this
	decides the z-index for content.*/
	z-index: 2;
}

.vscrollerbarbeg {
	/*top image holder for vertical scroll bar*/
	background: url(../Images/scroll_thumb.png) 0px 40px no-repeat;
	width: 20px;
	height:10px;
	border:0px solid #000;
	/* height is auto set by the script to fit the scrollbar */
}




/* Following are OPTIONAL */
.vscrollerbase, .hscrollerbase {
	background-color: #D1DDCB;
	background: url(../Images/scroll_track.png) 8px 0px no-repeat;
}

