﻿/* tooltips */

a.tip{
	font-weight: normal;
	/*padding-left: 4px*/
	/*color:#7799DD;*/
}
	
#fixedtipdiv{
	position:absolute;
	padding: 5px;
	/*border:1px solid #de8703;*/
	border:1px solid #000;
	z-index:100;
	/*color:#000000;*/
	/*color:#7799DD;*/
	color:#000000;
	font-weight: normal;
}