.prototip
{
	position: absolute;
}
.prototip .effectWrapper
{
	position: relative;
}
.prototip .tooltip
{
	position: relative;
}
.prototip .toolbar
{
	display: block;
	position: relative;
}
.prototip .toolbar .title
{
	display: block;
	position: relative;
}
.prototip .content
{
	clear: both;
}
.prototip .toolbar a.close
{
	background: transparent url(close.gif);
	border: 0;
	display: block;
	float: right;
	font-size: 0px;
	height: 15px;
	line-height: 0;
	position: relative;
	text-decoration: none;
	width: 15px;
}
.prototip .toolbar a.close:hover
{
	background: transparent url(close_hover.gif);
}
.iframeShim
{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
.prototip .default
{
	color: #fff;
	max-width: 320px;
}
.prototip .default .toolbar
{
	background: #0F6788;
	font: italic 17px Georgia, serif;

}
.prototip .default .title
{
	padding: 5px;
}
.prototip .default .content
{
	background: #2456a2;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.prototip .pinktip
{
	border: 5px solid #a1a1a1;
}
.prototip .pinktip .toolbar
{
	background: #ff1e53;
	color: #fff;
	font: italic 17px Georgia, serif;
}
.prototip .pinktip .title
{
	padding: 5px;
}
.prototip .pinktip .content
{
	background: #fff;
	color: #555555;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.prototip .darktip
{
	border: 5px solid #a1a1a1;
	width: 250px;
}
.prototip .darktip .toolbar
{
	background: #606060;
	color: #fff;
	font: italic 17px Georgia, 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: #808080;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.prototip .silver
{
	border: 5px solid #cccccc;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	width: 300px;
}
.prototip .silver .toolbar
{
	background: #2e2e2e;
	color: #fff;
	font-weight: bold;
}
.prototip .silver .toolbar a.close:hover
{
	background: url(close_hover_red.gif);
}
.prototip .silver .title
{
	padding: 5px;
}
.prototip .silver .content
{
	background: #fff;
	color: #666666;
	padding: 5px;
}
.protoClassic
{
	border: 5px solid #8c939c;
	width: 300px;
}
.protoClassic .toolbar
{
	background: #96b8e2 url(classic_toolbar.gif) top left repeat-y;
	color: #fff;
	font-weight: bold;
}
.protoClassic .toolbar a.close:hover
{
	background: url(close_hover_red.gif);
}
.protoClassic .title
{
	padding: 5px;
}
.protoClassic .content
{
	background: #fff;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}