/* 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(../images/roche/close_prototip.jpg);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(../images/roche/close_prototip.jpg); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* original 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: gray; 
	font: 11px Arial, Helvetica, sans-serif; 
	padding: 5px; 
	border: 1px solid black; 
	width: 160px;
	text-align:left;
}
*/

/* custom tooltip styles */
.prototip .default {
	width: 				350px;
	font-family: 		Arial, Helvetica, sans-serif;
}

.prototip .default .toolbar {
	width: 				350px;
	background: 		#ffb800;
	font-size:			12px;
	font-weight:		bold;
	border:				1px solid #cccccc;
	border-bottom:		none;
	padding:			5px;
	left:				2px;
}

.prototip .default .title {
	color:				white;
	width: 				350px;
}

.prototip .default .content {
	width: 				362px;
	background-color:	#ffe690; 
	font-size:			11px; 
	border: 			1px solid #cccccc; 
	border-top:			none;
	text-align:			left;
	color:				black;
	padding:			5px;
}
