#tooltip {
	position: absolute;
	z-index: 3000;
	background-color:#fff;
	border:1px solid #d42da9;
	color:#d42da9;
	padding: 5px;
/* 	opacity: 0.85; */
}

#tooltip h3, #tooltip div { margin: 0; padding:0; font-weight:normal; font-size:12px; }

.tooltip-purple {
	background:#6e37af url(img/purple-bg.gif) no-repeat 12px 12px !important;
	border:none !important;
	color:#fff !important;
	opacity:1 !important;
	padding:12px 12px 12px 80px !important;
	border:1px solid #fff !important;
}

.tooltip-purple h3 {
	width:200px;
}

/*

http://jqueryui.com/download/?themeParams=%3FffDefault%3DVerdana%252CArial%252Csans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D0%26bgColorHeader%3DF67B16%26bgTextureHeader%3D01_flat.png%26bgImgOpacityHeader%3D75%26borderColorHeader%3Daaaaaa%26fcHeader%3Dffffff%26iconColorHeader%3Df9a762%26bgColorContent%3Dffffff%26bgTextureContent%3D01_flat.png%26bgImgOpacityContent%3D75%26borderColorContent%3Daaaaaa%26fcContent%3D000000%26iconColorContent%3D222222%26bgColorDefault%3Df2a464%26bgTextureDefault%3D01_flat.png%26bgImgOpacityDefault%3D75%26borderColorDefault%3Dffffff%26fcDefault%3Dffffff%26iconColorDefault%3DF67B16%26bgColorHover%3DF67B16%26bgTextureHover%3D01_flat.png%26bgImgOpacityHover%3D75%26borderColorHover%3Dffffff%26fcHover%3Dffffff%26iconColorHover%3Df9a762%26bgColorActive%3Dffffff%26bgTextureActive%3D02_glass.png%26bgImgOpacityActive%3D65%26borderColorActive%3Daaaaaa%26fcActive%3D212121%26iconColorActive%3D454545%26bgColorHighlight%3Dfbf9ee%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dfcefa1%26fcHighlight%3D363636%26iconColorHighlight%3D2e83ff%26bgColorError%3Dfef1ec%26bgTextureError%3D05_inset_soft.png%26bgImgOpacityError%3D95%26borderColorError%3Dcd0a0a%26fcError%3Dcd0a0a%26iconColorError%3Dcd0a0a%26bgColorOverlay%3D333333%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px

*/