#dhtmltooltip{
	position: absolute;
	width: 390px;
	padding: 7px;
	border: 1px solid #cccccc;
	padding: 0px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength:2);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#tttab {
	width:100%;
	border: 0px solid #000;
	/*margin: 10px;*/
}

#ttheadline {
	padding:7px;
/*	padding-left:10px;
	text-align: center; */
	font-weight:bold;
	font-size: 14px;
	line-height: 120%;
	color: #ff9900;
	background-color: #ffffff ;
	border-bottom: 1px solid #cccccc;  
}

#tttext {
	padding:7px;
	font-weight:normal;
	font-size: 11px;
	background-color: #f3f3f3;
/*	color: # ;   */
}

#tttext img {

	border: 1px solid #cccccc;  

}

