/* 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;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color:#555555 ;
}


.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color:white;
}

#scroll{
	width: 540px;
	height: 390px;
	overflow: auto;
	padding: 15px;
	margin-top: 0.2em;
	margin-right: 5px;
	margin-bottom: 0.2em;
	margin-left: 5px;
	background-color: F2F2F2;
}

#scrollnews{
width: 550px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0.2em auto;
padding: 15px;}

#scroll2{
width: 540px;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0.2em auto;
padding: 15px;}

