/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
#sb .prototip { position: absolute; }
#sb .prototip .effectWrapper,
#sb .prototip .tooltip,
#sb .prototip .toolbar,
#sb .prototip .toolbar .title {	position: relative;  color:#fff;}
#sb .prototip .content { clear: both; }
#sb .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;
}
#sb .prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }
     
#sb .prototip .content * { margin:5px 0; font-size:10px;}
#sb .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 */
#sb .prototip .default { width: 150px; color: #fff; }
#sb .prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
#sb .prototip .default .title { padding: 5px; }
#sb .prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

#sb .prototip .pinktip { border: 5px solid #a1a1a1; }
#sb .prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
#sb .prototip .pinktip .title { padding: 5px; }
#sb .prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

#sb .prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
#sb .prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
#sb .prototip .darktip .toolbar a.close { background: url(close_hover.gif);}
#sb .prototip .darktip .toolbar a.close:hover { background: url(close.gif);}
#sb .prototip .darktip .title { padding: 5px;}
#sb .prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

#sb .prototip .silver { width: 200px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
#sb .prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
#sb .prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
#sb .prototip .silver .title { padding: 5px; }
#sb .prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

#sb .protoClassic { width: 300px; border: 5px solid #8c939c; }
#sb .protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
#sb .protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);}
#sb .protoClassic .title { padding: 5px; }
#sb .protoClassic .content { background: #fff; color: #333333;font: 11px Arial, Helvetica, sans-serif; padding: 5px; }