/**
 * Style Sheet for DSTooltip
 */

div.DSTooltip {
	z-index: 1000;
	position: absolute;
	display: none;
	width: 300px;
	padding: 2px;
	background-color: #fff;
	border: 1px #000 solid;
	color: #000;
	font-size: 10px;
}

.DSTooltipLabel {
	text-decoration: underline;
	cursor: arrow;
}

div.DSTooltipHeader {
	font-weight: bold;
}


