/*** FLOATING TOOLTIP ***/
#tooltip {
	position: absolute;
	top: -1000px; /* avoid the IE6 cache optimisation with hidden blocks */
	z-index: 100;
	width: 350px;
	color: white;
	text-align: left;
}
#tooltip .header {
	/*background-image: url(img/help/tooltip_header.gif);*/
	background-color: #ffffff;
	/*background-position: top center;
	background-repeat: no-repeat;*/
}
#tooltip .content {
	/*background-image: url(img/help/tooltip_bg.gif);*/
	background-color: #7993D0;
	border-top:1px solid #1e3c5b;
	border-right:1px solid #1e3c5b;
	border-left:1px solid #1e3c5b;
}
#tooltip .footer {
	/*background-image: url(img/help/tooltip_footer.gif);*/
	background-color: #ffffff;
	border-right:1px solid #1e3c5b;
	border-left:1px solid #1e3c5b;
	border-bottom:1px solid #1e3c5b;
	height: 11px;
	font-size: 0pt;
	line-height: 0pt;
}
#tooltip p {
	margin: 0px;
}
#tooltip p.classTitle {
	padding: 5px 7px 5px 15px;
	background-color: #1e3c5b;
	color: #ffffff;
	font-weight: bold;
}
#tooltip p.classContent {
	padding: 10px 7px 1px 15px;
}
