#ttip {
	font-size: 9pt;
	color: black;
	border-color: white;
	width: 200px;
	text-align: justify;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	visibility: hidden;
}
#ttip .tt-color {
	background: white;
}
#ttip .tt-image {
	background-image: url('_img/tt-white.gif');
}
#ttip .right {
	float: right !important;
}
#ttip .tt-corner {
	width: 6px;
	height: 6px;
	float: left;
}
#tt-top-right {
	background-position: -6px 0;
}
#tt-bottom-left {
	background-position: -12px 0;
}
#tt-bottom-right {
	background-position: -18px 0;
}
#tt-top {
	margin: 0 6px;
	height: 5px;
	border-top: 1px solid;
}
#tt-close {
	display: none;
	width: 13px;
	height: 13px;
	margin: 0 6px;
	background-position: -58px 0;
	float: right;
	cursor: pointer;
}
#tt-main {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 5px 10px;
}
#tt-bottom {
	margin: 0 6px;
	height: 5px;
	border-bottom: 1px solid;
}
#ttip .tt-bottom-gap {
	width: 9px;
	height: 5px;
	border-bottom: 1px solid;
	float: left;
}
#ttip .tt-placeholder {
	width: 17px;
	height: 5px;
	border-bottom: 1px solid;
}
#ttip .tt-pointer {
	width: 17px;
	height: 23px;
}
#tt-left-pointer {
	background-position: -41px 0px;
	float: left;
}
#tt-right-pointer {
	background-position: -24px 0px;
	float: right;
}

