
/*	Tooltip ContainerClass */

DIV.popBoxContainer {
	position:absolute;
	visibility:hidden;
	top: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	z-index:99;
}

/*	Default Tooltip makeup */

TD.tooltip {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffd8;
}



/*	Some User Defined Tooltips */

TD.waarschuwing {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #ffff00;
	background-color: #ff0000;
	text-align: center;
}


TD.zoekStijl {
	padding: 4px;
	background: #f2f2f8; 
}

.Klus 
{
	font-family: verdana; 	
	font-size: 11px; 
	border: 1px solid #000000; 
	background-color: #ffffd8;
}

TD.zoekStijl { border: 3px solid #449; }
/* end */

form {
	margin: 0;
}

.aButton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.aInput {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	width: 100px;
}

