/* @override http://partner.documentexpress.co.uk/partnerportal/inc/css/prototip.css */


.featuresettip {

	width: 200px;	

}

.featuresettip .content {

	text-align: left !important;

	font-size: 8pt;

}

.featuresettip .content b {

	font-size: 9pt;

}


/* 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(../../assets/images/ToolTip/close_hover.gif); }



.iframeShim { 

	position: absolute;

	border: 0;

	margin: 0;	

    padding: 0;

    background: none;

}



/* Tooltip styles */

.prototip .default { width: 150px; color: #fff; }

.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }

.prototip .default .title {  }

.prototip .default .content {font: 11px Arial, Helvetica, sans-serif;}



.prototip .pinktip {
}

.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }

.prototip .pinktip .title {  }

.prototip .pinktip .content { background: rgba(0,0,0,0.6); color: white; padding: 5px;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}



.prototip .darktip { width: 600px; border: 0px solid #fff; }

.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }

.prototip .darktip .toolbar a.close { background: url(../../assets/images/ToolTip/close_hover.gif);}

.prototip .darktip .toolbar a.close:hover { background: url(../../assets/images/ToolTip/close.gif);}

.prototip .darktip .title { }

.prototip .darktip .content { background: #000; font: 12px "Lucida Grande", Lucida, "Lucida Sans", Verdana, sans-serif; padding: 10px; color: #fff; }



.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(../../assets/images/ToolTip/close_hover_red.gif);}

.prototip .silver .title {  }

.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}



.protoClassic { width: 300px; border: 5px solid #8c939c; }

.protoClassic .toolbar { background: #96b8e2 url(../../assets/images/ToolTip/classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}

.protoClassic .toolbar a.close:hover { background: url(../../assets/images/ToolTip/close_hover_red.gif);}

.protoClassic .title {  }

.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }