/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}
#aToolTip .aToolTipContent {
	position: relative;
	margin: 0;
	padding: 0;
}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	width: 200px;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	background: #06C3CE;
	color: #fff;
	margin: 0;
	padding: 6px 12px;
	filter : alpha(opacity=95);
	moz-opacity: 0.95;
	opacity: 0.95;
	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;
	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
.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;
}
