/*******************
tooltip
********************/

/*  hide the following divs for display in tooltip */
form#form_msh div.split div {
	display:none;
}

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

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

#BT_main {
	position: relative;
	z-index:101;
	border: 2px solid #348ADE;
	background:#fff left bottom repeat-x url(../img/btm_gradient.png);
}


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

#BT_title{
	color:#fff;
	background: #348ADE;
	text-align: left;
	padding:2px 0 3px 6px;
	font-weight:bold;
}

.betterTip{
	cursor:pointer;
	text-decoration:none;
}
.BT_shadow0 {
	position:absolute;
}
.BT_shadow1 {
	display:block;
	padding-left:8px;
	padding-top:8px;
}
.BT_shadow2 {
	display:block;
}
