/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .tiptext { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .tiptext { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .aoh { color: #000; }
.prototip .aoh .toolbar { }
.prototip .aoh .title { }
.prototip .aoh .tiptext { background: #FFFFE1; padding: 1px; border:1px solid #000}
.prototip .aoh .tiptext p { margin:0; padding:0; }

.prototip .woordenboek { color: #000; border:1px solid #000; width: 250px; }
.prototip .woordenboek .toolbar {  }
.prototip .woordenboek .title { background: #FFFFCC; padding: 1px;  font-weight:bold; text-align:center }
.prototip .woordenboek .tiptext { background: #FFFFCC; padding: 0px;  border-top:1px dotted #ccc; }
.prototip .woordenboek .tiptext p { margin:0; padding:0; }
.prototip .woordenboek .text { margin:0; padding:3px; }
.prototip .woordenboek .footer { background: #FFFFCC; padding: 1px; border-top:1px dotted #ccc; text-align:right; font-size:0.8em; }