#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 0px;
	width:200px;
	margin-left:-100px;
	padding-left:105px;
	margin-top:-5px;
	padding-top:5px;
	backgrond:transparent;
}

#tooltip .divh4{
		margin:0px -5px 0 0px;
		background:url('tooltip_top.png') no-repeat;
		height:20px;
		width:100%;
		padding:15px 5px 5px 20px;
		font-weight:bold;
		font-size:1.2em;
		line-height:150%;
		background-position:-30px -30px;
	}
#tooltip .body .postit_top p, .postit_top p{
		margin:0px;
		background:transparent url('tooltip_body.png')repeat-Y;
		width:175px;
		padding:2px 5px 2px 20px;
		background-position:-30px 0px;
	}
	
.postit_top p{
		margin:0px;
		background-image:url('tooltip_body.png');
		background-repeat:repeat-Y;
		width:175px;
		padding:2px 5px 2px 20px;
		background-position:-30px 0px;
	}

#tooltip .body .postit_bot, .postit_bot{
		margin:0px;
		background:url('tooltip_footer.png')no-repeat;
		width:175px;
		padding:2px 5px 2px 20px;
		height:29px;
		text-align:right;
		background-position:-30px 0px;
	}
.postit_bot{
		background-image:url('tooltip_footer.png');
		background-repeat:no-repeat;
		background-position:-30px 0px;
	}
#hovertips_seperator{
	height:1px;
	border-bottom:1px dotted #aaa;
	width:191px;
	margin-left:8px;
	margin-top:-1px;
	}

.tooltip_show{
		display:block;
	}
.tooltip_hide{
		display:none;
		visibility:hidden;
	}




