/* 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 .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.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; background: #E20613;}
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.prototip .bal { width: 170px; border:none; background: url('/images/balloon_tp.png') top no-repeat; padding-top: 8px;}
.prototip .bal p { border:none; background: url('/images/balloon_ct.png') repeat-y; margin-bottom: 0; padding: 0 10px;}
.prototip .bal .content { padding-bottom: 25px; padding-left: 0px; padding-right: 0;  background: url('/images/balloon_bt.png') bottom no-repeat; }

.prototip .balb { width: 300px; border:none; background: url('/images/balloon_tpb.png') top no-repeat; padding-top: 8px;}
.prototip .balb p { border:none; background: url('/images/balloon_ctb.png') repeat-y; margin-bottom: 0; padding: 0 10px;}
.prototip .balb .content { padding-bottom: 25px; padding-left: 0px; padding-right: 0;  background: url('/images/balloon_btb.png') bottom no-repeat; }

.prototip .smalltip { width: 100px; border: 1px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .smalltip .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .smalltip .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .smalltip .title { padding: 5px; background: #E54E5B;}
.prototip .smalltip .content { background: #fff; color: #666666; padding: 5px;}

