/* 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 .porttip { width:165px; }
.prototip .porttip h5 {
	padding:6px 8px;
	margin:0;
	background:#0060A5 bottom right no-repeat url(../images/tooltip-bgnd-logo.gif);
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.prototip .porttip h5 span {
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#80B0D2;
}
.prototip .porttip .lower {
	padding:8px;
	background:#EDEDED top left repeat-x url(../images/tooltip-bgnd-shadow.gif);
	font-size:10px;
	color:767676;
}
.prototip .porttip .lower img { margin-top:8px; }

