/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric
{
	font-size: 1px;
	left: 0;
	line-height: 1px;
	position: absolute;
	top: 0;
}

.hscrollerbase
{
	background: #A8A59E;
	height: 16px;
}

.hscrollerbasebeg
{
	background: url("../images/scrollbar_h.gif") 0px -16px no-repeat;
	height: 16px;
	width: 16px;
}

.hscrollerbaseend
{
	background: url("../images/scrollbar_h.gif") 0px 0px no-repeat;
	height: 16px;
	width: 16px;
}

.hscrollerbar
{
	background: #D4D4D3;
	border: 2px solid #909090;
	height: 12px;
	padding: 0 16px;
}

.vscrollerbase
{
	background: #A8A59E;
	width: 16px;
}

.vscrollerbasebeg
{
	background: url("../images/scrollbar.gif") 0px 0px no-repeat;
	height: 16px;
	width: 16px;
}

.vscrollerbaseend
{
	background: url("../images/scrollbar.gif") -16px 0px no-repeat;
	height: 16px;
	width: 16px;
}

.vscrollerbar
{
	background: #D4D4D3;
	border: 2px solid #909090;
	padding: 16px 0;
	width: 12px;
}

