@CHARSET "ISO-8859-1";

/*
	Style sheet for the tool tips generated by the code in thsTips.js.
*/

.thsTip {
	display: none;
	visibility: hidden;
	left: 0px;
	top: 0px;
	padding: 5px 10px;
	z-index: 900;
	position: fixed;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffe6;
	font-size: 9pt;
}

