/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */


.flexstyle {
	background: #bbceeb;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	color: rgb(111, 111, 111);
	text-align: justify;
}

.flexcroll {
	width: 330px;
	height: 97px;
	float: left;
	overflow: auto;
	background: #bbceeb;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	color: rgb(111, 111, 111);
	padding: 10px 10px 10px 40px;
	position: absolute;
	text-align: justify;
}


.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 5px;
}

.hscrollerbase, .hscrollerbar {
height: 5px;
}

.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: 5px;
/* 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: 1;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(vscroller.png) 0px -10px;
width: 5px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(vscroller.png);
width: 5px; height: 10px;
}


