@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	opacity:1.0; filter:alpha(opacity=100);
}

.HTMLPanelLoading {
	background-image:url(throbber.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	z-index:1009;
}
 
.HTMLPanelLoadingContent{
	display: none;
	z-index:1009;
}
 
.trigger{text-decoration:none; color:#0000FF }	
.TKtrigger{text-decoration:none; color:#0000FF	}
.TCtrigger{text-decoration:none; color:#0000FF	}
.VTtrigger{text-decoration:none; color:#0000FF	}		
}
#tooltip{
	width: 400px;
	border: 1px dotted black;
	padding-left: 10px;
	background-color: #C4CCDF;
	margin:10px;
	padding:10px;
	z-index: 1010;
}

#container{ width:400px; margin:5px; padding:10px; background-color:#e0e7fa; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:0.75em; letter-spacing: 1px; border:#333333 thin solid;}
#TKDescr{ width:400px; margin:5px; padding:10px; background-color:#FAFAD2; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:0.75em; letter-spacing: 1px; border:#333333 thin solid;}
#VTDescr{ width:400px; margin:5px; padding:10px; background-color:#FAF0E6; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:0.75em; letter-spacing: 1px; border:#333333 thin solid;}
#TCDescr{ width:400px; margin:5px; padding:10px; background-color:#F5FFFA; font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:0.75em; letter-spacing: 1px; border:#333333 thin solid;}
