/* 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: 11px;
	background: #949E7B url(/Portals/0/Uploads/images/scroll_tab.jpg) no-repeat center;
}
.vscrollerbarbeg {
	visibility:hidden;
}
.vscrollerbarend {
	visibility:hidden;
}
.vscrollerbase {
	width: 11px;
	background: #FEFEDC;
	border-left:1px #DABEA5 solid;
	border-right:1px #DABEA5 solid;
}
.vscrollerbasebeg {
	width: 11px;
	height: 11px !important;
	background: #FEFEDC url(/Portals/0/images/scroll_up.gif) center no-repeat;
	border-top:1px #DABEA5 solid;
	border-bottom:1px #DABEA5 solid;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: #FEFEDC url(/Portals/0/images/scroll_down.gif) center no-repeat;
	border-top:1px #DABEA5 solid;
	border-bottom:1px #DABEA5 solid;
}
.vscrollerbar, .hscrollerbar {
	padding:13px;
	z-index: 2;
}
.scrollerjogbox {
}
.flexcroll {
	font-size: 11px;
	line-height: 110%;
	padding-top: 7px;
}

/* Scroll Bar Master Styling Ends Here */

