/* 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;
}

#details {
	width: 338px;
	height: 209px;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

/*.prototip .wi { position: absolute; top:-55px; left:-220px; width: 319px; color: #383838; }
.prototip .wi .toolbar { width: 290px; height: 22px; background: url(../images/wi_toolbar.jpg) no-repeat bottom left; }
.prototip .wi .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .wi .title { padding: 5px; }
.prototip .wi .content { width: 319px; height: 174px; background: url(../images/wisconsin_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }

.prototip .ga { position: absolute; top:-50px; left:-210px; width: 290px; color: #383838; }
.prototip .ga .toolbar { width: 290px; height: 22px; background: url(../images/ga_toolbar.jpg) no-repeat bottom left; }
.prototip .ga .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .ga .title { padding: 5px; }
.prototip .ga .content { width: 290px; height: 129px; background: url(../images/ga_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; } */


.prototip .ga { width: 290px; color: #383838; }
.prototip .ga .toolbar { width: 290px; height: 22px; background: url(../images/ga_toolbar.jpg) no-repeat bottom left; }
.prototip .ga .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .ga .title { padding: 5px; }
.prototip .ga .content { width: 290px; height: 129px; background: url(../images/ga_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }

.prototip .nv { width: 290px; color: #383838; }
.prototip .nv .toolbar { width: 290px; height: 22px; background: url(../images/nv_toolbar.jpg) no-repeat bottom left; }
.prototip .nv .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .nv .title { padding: 5px; }
.prototip .nv .content { width: 290px; height: 129px; background: url(../images/nv_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }

.prototip .wi { width: 290px; color: #383838; }
.prototip .wi .toolbar { width: 290px; height: 22px; background: url(../images/wi_toolbar.jpg) no-repeat bottom left; }
.prototip .wi .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .wi .title { padding: 5px; }
.prototip .wi .content { width: 290px; height: 129px; background: url(../images/wi_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }

.prototip .mx { width: 290px; color: #383838; }
.prototip .mx .toolbar { width: 290px; height: 22px; background: url(../images/mx_toolbar.jpg) no-repeat bottom left; }
.prototip .mx .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .mx .title { padding: 5px; }
.prototip .mx .content { width: 290px; height: 129px; background: url(../images/mx_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }

.prototip .cn { width: 290px; color: #383838; }
.prototip .cn .toolbar { width: 290px; height: 22px; background: url(../images/cn_toolbar.jpg) no-repeat bottom left; }
.prototip .cn .toolbar a.close:hover { background: url(close_hover.gif);}
.prototip .cn .title { padding: 5px; }
.prototip .cn .content { width: 290px; height: 129px; background: url(../images/cn_bg.jpg) no-repeat top left; font: 10px Arial, Helvetica, sans-serif; }