@charset "UTF-8";
/* CSS Document */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	z-index:10000;
}

.vscrollerbase {
	width: 7px;
	background: #fff url('../_imgs/track.gif') center repeat-y;
	z-index:10000;
}

.vscrollerbar {
	width: 7px;
	max-height:21px;
	background: transparent url('../_imgs/slider.gif') center no-repeat;
	z-index:10000;
}


#screening {
	width: 490px;
	height: 259px;
	overflow: auto;
	position: relative;
	background-color: #f1f1f1;
	margin:10px 0 0 0;
	padding:6px 0 0 0;
	z-index:10000;
}


#screening p {
	padding:0px;
	margin:0 0 10px 6px;
	text-align:left;
}
