/* This is the style for the popupdescriptions. */
#divTooltip {
		position:absolute;
		top:0px;
		width:175px;
		visibility:hidden;
		z-index:200;
		background-color:#f3f3f3;
		layer-background-color:#f3f3f3;
}

.normalStyle {
		padding:2px;
		text-align:center;
		font-weight:500;
		width:175px;
		color:#000000;
		top:100px;
		font-family:verdana,arial,helvetica;
		font-size:11px;
		background-color:#f3f3f3;
		layer-background-color:#f3f3f3;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
		cursor:default;
}

.netscape4Style {
		padding:0px;
		font-weight:500;
		width:175px;
		color:#000000;
		top:100px;
		font-family:verdana,arial,helvetica;
		font-size:11px;
		background-color:#f3f3f3;
		layer-background-color:#f3f3f3;
		border:1px solid #000000;
}  
