﻿/*.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
}
.vscrollerbar {
width: 10px;
background-color: #d3d2d2;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
*/

/*  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;}
.vscrollerbase {width: 14px;}

.vscrollerbar {
	width: 14px;
	height: 77px !important;
	background-image: url('../images/scroll.png');
	margin: 1px 0 1px 2px;
}

* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/scroll.png');
background-image: none;
}

.hscrollerbase {height: 14px; background-color: white;}
.hscrollerbar {height: 14px; background-color: white;}

.scrollerjogbox {width: 13px;height: 12px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fff;}
.scrollerjogbox {
width: 14px;
height: 14px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #ba4462;
}





