/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.vscrollerbase {
	width: 15px;
	text-decoration: none;
}
.vscrollerbar {
	width: 200px;
	background-image:url(img/scroll.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
.hscrollerbase {
	height: 7px;
	background-color: white;
	text-decoration: none;
}
.hscrollerbar {
	height: 7px;
	text-decoration: none;/*background-color: black;*/
}

.scrollerjogbox {
	width: 10px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
	text-decoration: none;
}

.cell_over { 
BACKGROUND-COLOR: #FFCC00 ;
font-weight : bold;
font-color : red;
background-image:url(/expand.gif);
background-repeat:no-repeat; 
}
.cell_out { 
font-weight : normal; 
}