<?
header("Content-type: text/css");
?>
/* 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 .federal { border: 1px dotted #333; width:400px; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; }
.prototip .federal .toolbar { background: #B3001B; color: #fff; }
.prototip .federal .title { padding: 4px; text-align:left; font-weight:bold; color:#fc0; }
.prototip .federal .content { background: #f0f0f0; color: #333; padding: 4px; text-align:left; }
.prototip .federal .content a { display:none; }
.prototip .federal .content img.room_photo { margin:0 4px 0 0; }
.prototip .federal .content .small_text { font-size:11px; }
