/* 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 .content {
	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 .darktip {
	width: 350px;
	border: 5px solid #002A55;
}
.prototip .darktip .toolbar {
	background: #002A55;
	color: #fff;
	font: 15px "Trebuchet MS" , "MS Trebuchet" , Verdana, Arial, Helvetica, sans-serif;
}
.prototip .darktip .toolbar a.close {
	background: url(close_hover.gif);
}
.prototip .darktip .toolbar a.close:hover {
	background: url(close.gif);
}
.prototip .darktip .title {
	padding: 5px;
}
.prototip .darktip .content {
	background: #002A55;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.prototip .darktip p {
	margin: 0;
	padding: 0;
}

