
#ToolTip_main {
	position: relative;
	z-index:100;
	border: 1px solid #000;
	background-color: #ffd;
	font-size:10pt;
	line-height:110%;
}

#ToolTip_arrow_top{
	background-image: url(./img/ajax-tooltip/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:100;
	width:23px;
	height:10px;
	left:0px;
    top:-10px;
}


#ToolTip_arrow_left{
	background-image: url(./img/ajax-tooltip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:100;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#ToolTip_arrow_right{
	background-image: url(./img/ajax-tooltip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:100;
	height:23px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}


#ToolTip_arrow_title_left{
	background-image: url(./img/ajax-tooltip/arrow_title_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:100;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#ToolTip_arrow_title_right{
	background-image: url(./img/ajax-tooltip/arrow_title_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:100;
	height:23px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}


#ToolTip_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.ToolTip_loader{
	background-image: url(./img/ajax-tooltip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#ToolTip_title{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#ToolTip_text p{
	margin:3px 0;
}

#ToolTip_text img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.betterTip{
	cursor:pointer;
	text-decoration:none;
	color:black;
}

.ToolTip_shadow0 {
	background:transparent url(./img/ajax-tooltip/corner_tr.png) no-repeat scroll right top;
	position:absolute;
}
.ToolTip_shadow1 {
	background:transparent url(./img/ajax-tooltip/corner_bl.png) no-repeat scroll left bottom;
	display:block;
	padding-left:8px;
	padding-top:8px;
}

.ToolTip_shadow2 {
	background:transparent url(./img/ajax-tooltip/shadow.png) no-repeat scroll right bottom;
	display:block;
}
