#tooltip {
position:			absolute;
z-index:			10;
padding:			2px;
white-space:		nowrap;

/*
filter:				alpha(opacity=75);
-moz-opacity:		0.75;
-khtml-opacity:		0.75;
opacity:			0.75;
*/
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
font-size:		12px;
padding:		0px;
}

.tooltipSkins {
background: 		#000000;
color:				#ffffff;
border:				1px solid #aaa;
}

.tooltipStations {
background:			#ffffff;
border:				1px solid #aaa;
}