/*	
	--------------------------------------------------
		Tool tips Stylesheet for Harbor House Site
		by: Richard Manning
		Date: January 2009
	--------------------------------------------------
*/

.tip {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0;
	width: 200px;
	z-index: 10000;
}

.tip-top {
}

.tip-title {
	background: url(../img/wht_bubble.png) repeat scroll left top;
	color: #434343;
	font-size: .875em;
	font-weight: bold;
	padding: 8px 8px 2px;
	text-align: center;
}

.tip-text {
	background: url(../img/wht_bubble.png) repeat scroll right bottom;
	color: #434343;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	padding: 2px 8px 8px;
	text-align: center;
}

.tip-bottom {
}
