.tabbed-pane * {margin: 0;padding: 0;} 
.tabbed-pane {width: 100%; height:250px; overflow:hidden;} 
.tabbed-pane .tabs .active {background: white;border-bottom: 1px solid white;} 
.tabbed-pane .pane {clear: both;; } 
.tabbed-container {	position: relative;	clear: both;	min-height: 10em;	width: 162px;} 
.tabbed-container .overlay {position: absolute;clear: both;padding: 5px;width: 488px;top: 0;left: 0;background: white url(/include/images/spinner.gif) center center no-repeat;text-align: center;z-index: 100;} 
#MyPane_container{
	top:5px;
	left:0px;
	/* Typical fixed height and fixed width example */
	width: 171px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#VBPane_container{
	top:5px;
	left:0px;
	/* Typical fixed height and fixed width example */
	width: 171px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

.tabbed-pane2 * {margin: 0;padding: 0;} 
.tabbed-pane2 {width: 100%; height:25px; overflow:hidden;} 
.tabbed-pane2 .tabs .active {background: white;border-bottom: 1px solid white;} 
.tabbed-pane2 .pane {clear: both;; } 
.tabbed-container2 {	position: relative;	clear: both;	min-height: 10em;	width: 162px;} 
.tabbed-container2 .overlay {position: absolute;clear: both;padding: 5px;width: 488px;top: 0;left: 0;background: white url(/include/images/spinner.gif) center center no-repeat;text-align: center;z-index: 100;} 
#MyPane_container2{
	top:0px;
	left:0px;
	padding:0px;
	height: 220px;
	overflow:auto;
	position: relative;
	width: 291px;
	overflow: auto;
}

#EVPane_container{
	top:0px;
	left:0px;
	padding:0px;
	height: 220px;
	overflow:auto;
	position: relative;
	width: 291px;
	overflow: auto;
}

#MyPane_container3{	top:0px; left:0px; height:250px; padding:5px; overflow:hidden; 	background-color: #00FF33;}
#MyPane_container4{	top:0px; left:0px; height:100%; width:490px; padding:5px; overflow:hidden;}


.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 15px;  background-color:white;}
.vscrollerbar {width: 15px;background-color:white;}
.vscrollerbar {	background-color: #FFFFFF;	background-image: url(../img/flex/background.png);	background-repeat: no-repeat;	background-position: 4px center;}
.vscrollerbar{padding: 15px 0px;z-index: 2;}


/*PIJLEN BOVEN EN ONDER*/
.vscrollerbasebeg {background: url(../img/flex/pijl-boven.png)  no-repeat; 	background-position: center center; width: 15px;height: 15px !important;}
.vscrollerbaseend {	height: 15px;	width: 15px;	background-image: url(../img/flex/pijl-onder.png);	background-repeat: no-repeat;	background-position: center center;}
