@charset "UTF-8";
/* CSS Document */


:focus {
  -moz-outline-style:none;
}

.tTip {width: 350px; position: absolute; cursor: pointer; color: #000; font-weight: normal;}
#dynatip {
	display:none;
	background:transparent url(white_big.png) no-repeat;
	font-size:12px;
	height:194px;
	width:270px;
	padding:25px;
	color:#000;
}

/* style the trigger elements */
#dyna {
background: transparent url(map.jpg) no-repeat;
height:550px;
width:510px;
}
#dyna div {
	border:0;
	cursor:pointer;
	margin:0 8px;
	}
		#cloud1 {top: 260px; left: 78px;}
		#cloud2 {top: 168px; left: 440px;}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {top: 350px; left: 370px;}
		#cloud5 {top: 370px; left: 60px;}
/* override the arrow image of the tooltip */
#dynatip.bottom {
	background:url(/tools/img/tooltip/black_bottom.png);	
	padding-top:40px;
	height:55px;
}

#dynatip.bottom {
	background:url(/tools/img/tooltip/black_bottom.png);
}
