/* CSS Document */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

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

#dynatiplg {
	display:none;
	background:transparent url(../graphics/black_arrow_big_5.png);
	font-size:13px;
	height:205px;
	width:310px;
	padding:25px 30px 15px 30px;
	margin-top:10px;
	color:#fff;	
}

/* style the trigger elements */

#dynalg span {
	cursor:pointer;
	font-size:13px;
}

#dynalg img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* override the arrow image of the tooltip */

#dynatiplg.bottom {
	background:url(../graphics/black_arrow_big_bottom_5.png);	
	padding-top:50px;
	margin-top:-5px;
	height:190px;
}
