/* CSS only needed for the demo */





/* End css for the demo */

/* CSS needed for the script */


.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
/*	filter:mask();*/ /*must have*/
	width:800px;/*must have for any big value*/
	height:400px/*must have for any big value*/;
}

.select-free .bd{border:solid 1px #aaaaaa;padding:12px;}


#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #6DBA20;	/* Border width */
	left:18px;	/* Same as border thickness */
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:100px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
/*	overflow:auto;*/ /* Hide overflow content 1 */ 
	overflow:hidden;/*must have  1 */
	z-index:1000001;
}

#ajax_tooltipObj iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:800px;/*must have for any big value*/
	height:400px/*must have for any big value*/;
}

#ajax_tooltipObj .ajax_tooltip_content iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:800px;/*must have for any big value*/
	height:400px/*must have for any big value*/;
}

#ajax_tooltipObj .ajax_tooltip_close{	/* Left div for the small arrow */
	background-image:url('../img/pijlterug2.gif');
	position:absolute;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	width:22px;	
	height:20px;	
	top:5px;
}




#ajax_tooltipObjPop .ajax_tooltip_content{
	border:2px solid #6DBA20;	/* Border width */
	left:18px;	/* Same as border thickness */
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:100px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	padding-top:25;
	font-size:0.8em;	/* Font size of content */
/*	overflow:auto;*/ /* Hide overflow content 1 */ 
	overflow:hidden;/*must have  1 */
	z-index:1000001;
}

#ajax_tooltipObjPop iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:800px;/*must have for any big value*/
	height:400px/*must have for any big value*/;
}

#ajax_tooltipObjPop .ajax_tooltip_content iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:800px;/*must have for any big value*/
	height:400px/*must have for any big value*/;
}

#ajax_tooltipObjPop .ajax_tooltip_close{	/* Left div for the small arrow */
	background-image:url('../img/pijlterug2.gif');
	position:absolute;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	width:22px;	
	height:20px;	
	top:5px;
}


#ajax_tooltipObjPop .ajax_tooltip_balk
{
	display:block;
	position:absolute;/*must have*/
	top:2;/*must have*/
	left:20;/*must have*/
	height:25px;
	z-index:1000004;/*must have*/
	background-color : #005695;
}
