/* 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 .greentip { border: 1px solid #e4e4e4; }
.prototip .greentip .toolbar { background: #FFF; color: #000; font-family:Verdana,Arial,Helvetica,sans-serif; }
.prototip .greentip .title { padding: 5px 5px 0px 5px; color:#000; font-size:9px; font-weight:bold; }
.prototip .greentip .content { padding: 0px 5px 5px 5px; text-align:right; background: #fff; font-size:9px; color: #555555; font-family:Verdana,Arial,Helvetica,sans-serif; }

.prototip .default {
  width: 250px;
  color: #fff;
	border: 1px solid #e4e4e4;
	z-index:10000;
}
.prototip .default .toolbar {
  background: #DDDDDD;
  font: italic 17px Georgia, serif;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content { 
  background: white;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}