#tooltip_layer
{
	border: 1px solid #666;
	background-color: #ffffe1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow:0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
	text-align: left;
}
#tooltip_layer_content
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding:5px;
	text-align: left;
}
#tooltip_layer_dtriang_bottom
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: #666666 transparent transparent transparent;
	bottom:-21px;
	_bottom:-39px;
	left:30px;
}
#tooltip_layer_btriang_bottom
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: #ffffe1 transparent transparent transparent;
	bottom:-20px;
	_bottom:-38px;
	left:30px;
}

#tooltip_layer_dtriang_top
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: transparent transparent #666666 transparent;
	top:-21px;
	_top:-39px;
}
#tooltip_layer_btriang_top
{
	border: 10px solid;
	height:0;
	width:0;
	position:absolute;
	border-color: transparent transparent #ffffe1 transparent;
	top:-20px;
	_top:-38px;
}
