/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.nowhere
{
    background-color: Transparent;
    color: Transparent;
    border: 0;
}
.prototip 
{
  position: absolute;
}
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title 
{
  position: relative; 
}
.prototip .content 
{
  clear: both; 
}
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
}

.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(prototip_loader.gif);
	height: 14px;
	width: 14px;
}

.iframeShim 
{ 
	position: absolute;
	border: 0;
	margin: 0;	
  padding: 0;
  background: none;
}

/* Prototip styles */
.prototip .default 
{
  width: auto;
  max-width: 200px; 
  color: #fff;
}

.prototip .default .title 
{
  background-color: transparent; 
  padding: 0;
  margin: 0; 
}
.prototip .default .content 
{
  background: #ffffff; 
  padding: 5px;
  border: 1px solid #000000;
  font-size: 11px;
  color: Gray;
}
.a-row .title { 
  padding: 0;
  margin: 0;
  }
.a-row .content 
{
  background: #176899; 
  padding: 5px;
  border: 1px solid #081b49;
  font-size: 11px;
}