/*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: 150px;
	color: #FFF;
}
.prototip .default .toolbar
{
	background: #0F6788;
	font: italic 17px Georgia, serif;
}
.prototip .default .title
{
	padding: 5px;
}
.prototip .default .content
{
	background: #1E90FF;
	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
{
	width: 250px;
	border: 5px solid #A1A1A1;
}
.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
{
	margin: 0 -9px 0 10px;
	border: 1px solid #8E8E8E;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	border-top: none;
	width: 223px;
	float: right;
}
.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: #FFFFFF;
	color: #666666;
	padding: 5px;
}
.protoClassic
{
	width: 300px;
	border: 5px solid #8C939C;
}
.protoClassic .toolbar
{
	background: #96B8E2 url(classic_toolbar.gif) repeat-y top left;
	font-weight: bold;
	color: #FFF;
}
.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;
}
