
/* Tool Tip 1 */
a#btiplink { 
	color:#009900;
	cursor:pointer;
	text-decoration:underline;
}
a#btiplink:hover { 
	font-weight:normal;
}
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/notes_01S.png');
	background-repeat:no-repeat;
	height:26px;	

}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/notes_02S.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	color:#3374cd;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	text-align:left;

}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/notes_03S.png');
	background-repeat:no-repeat;
	height:25px;
	position:relative;
	
}

/*Tool Tip 2 */
a#btiplink2 { 
	color:#009900;
	cursor:pointer;
	text-decoration:underline;
}

a#btiplink2:hover { 
	font-weight:normal;
}
#bubble_tooltip2{
	width:350px;
	position:fixed;
	display:none;
}
#bubble_tooltip2 .bubble_top2{
	background-image: url('../images/notes_01.png');
	background-repeat:no-repeat;
	height:26px;	

}
#bubble_tooltip2 .bubble_middle2{
	background-image: url('../images/notes_02.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	color:#3374cd;
	text-align:justify;
}
#bubble_tooltip2 .bubble_middle2 span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	text-align:left;

}
#bubble_tooltip2 .bubble_bottom2{
	background-image: url('../images/notes_03.png');
	background-repeat:no-repeat;
	height:25px;
	position:relative;
	
}

