/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 999000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	background:rgba(0, 0, 0, 0.85);
	color:#fff;
	margin:0;
	padding:20px;
   border-radius:4px;
   width:300px;
}
.defaultTheme h2{font-size: 14px; color: #fff; font-weight:700; margin: 0 0 5px 0;}
.defaultTheme p{font-size: 13px; color: #ccc; font-weight:normal; margin: 0;}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}