/* prototip.css : http://www.nickstakenburg.com/projects/prototip */

span.glossary {
	/*border-bottom:1px dotted #333;*/
	border-bottom:none;
	background-image:url('../images/tooltips/dotted-line.gif'); background-repeat:repeat-x; background-position:bottom;
	cursor: pointer;
}
span.glossary:hover {
	/*border-bottom:1px solid #333;*/
	border-bottom:none;
	background-image:url('../images/tooltips/dotted-line-hover.gif'); background-repeat:repeat-x; background-position:bottom;
	cursor: pointer;
}

.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;
	top:1px;
	width: 14px;
	height: 15px;
	background: transparent url('../images/tooltips/close.gif');
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url('../images/tooltips/close-hover.gif'); }

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

/* Tooltip styles */

/*img, .prototip .glossary .toolbar, .prototip .glossary .content  { behavior: url(iepngfix.htc); }*/

.prototip .glossary { width:317px; }
.prototip .glossary .toolbar { height:23px; color: #f6eedd; font-weight:bold; background-image:url('../images/tooltips/glossary-balloon-head.png'); _background-image:url('../images/tooltips/glossary-balloon-head.gif'); background-repeat:no-repeat;  }
.prototip .glossary .title { text-align:left;padding: 3px 20px 5px 13px; }
.prototip .glossary .content { text-align:left;color: #333; font-size:11px; padding: 6px 20px 45px 13px; background-image:url('../images/tooltips/glossary-balloon-foot.png'); _background-image:url('../images/tooltips/glossary-balloon-foot.gif'); background-repeat:no-repeat; background-position:bottom; }



