/* 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 */
.darktip { width: 471px; border: 5px solid #cccbc7; text-align: left;}
.darktip300 { width: 310px; border: 5px solid #cccbc7; text-align: left;}
.darktip200 { width: 210px; border: 5px solid #cccbc7; text-align: left;}
.darktip400 { width: 410px; border: 5px solid #cccbc7; text-align: left;}
.darktip600 { width: 610px; border: 5px solid #cccbc7; text-align: left;}

.darktip200 .content p { width: 200px;}

.toolbar { background: #99989b; color: #fff; font: italic 17px Georgia, serif; }
.toolbar a.close { background: url(close_hover.gif);}
.toolbar a.close:hover { background: url(close.gif);}
.title { padding: 5px;}
.title img { margin-left: 2px; margin-top: 2px;}
.content { background: #FEFEF4; padding: 5px; }
.content p { margin-top: 5px; margin-bottom: 10px; }
.content ul, .content li { font-size: 9pt; list-style-type: none; margin: 0; padding: 0;}
