/*	Tooltip ContainerClass */

DIV.popBoxContainer    { background-color: #ffffe0; margin: 0px; padding: 0px; border: solid 2px #191970; position: absolute; z-index: 150; top: 0px; left: 0px; width: 50%; height: auto; visibility: hidden }

/*	Default Tooltip makeup */

TD.tooltip    { color: #191970; font-size: 0.8em; line-height: 1.2em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; background-color: #ffffd8; letter-spacing: 110%; z-index: 150 }



/*	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;
}

/*/*/.z {}
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;
}


