/* 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 .default {
	width: 300px;
	background: #003d71;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}
.prototip .default .toolbar {
	xbackground: #024200;
}
.prototip .default .title {
	padding: 5px;
	font-weight: bold;
}
.prototip .default .content {
/*	background: #3d6b93;*/
	padding: 5px;
}
.prototip .nav_bar {
	width: 180px;
	background: #003d71;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}
.prototip .nav_bar .toolbar {
	xbackground: #024200;
}
.prototip .nav_bar .title {
	padding: 5px;
	font-weight: bold;
}
.prototip .nav_bar .content {
/*	background: #3d6b93;*/
	padding: 5px;
}

