body {margin: 0px; padding: 0px;}
.tt_top_bg {
	background-image: url(../images/tooltip/top_bg.gif);
	background-repeat: repeat-x;
	height:10px;
	z-index:100;
}
.tt_left_bg {
	background-image: url(../images/tooltip/left_bg.gif);
	background-repeat: repeat-y;
	width:10px;
	z-index:100;
}
.tt_right_bg {
	background-image: url(../images/tooltip/right_bg.gif);
	background-repeat: repeat-y;
	width:10px;
	z-index:100;
}
.tt_bot_bg {
	background-image: url(../images/tooltip/bot_bg.gif);
	background-repeat: repeat-x;
	height:10px;
	z-index:100;
}
.top_left_curve {
	background-image: url(../images/tooltip/top_left_curve.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	z-index:100;
}
.top_right_curve {
	background-image: url(../images/tooltip/top_right_curve.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	z-index:100;
}
.bot_left_curve {
	background-image: url(../images/tooltip/bot_left_curve.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	z-index:100;
}
.bot_right_curve {
	background-image: url(../images/tooltip/bot_right_curve.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	z-index:100;
}
.arrow_topleft{
	padding-left: 75px;
}
.arrow_topright{
	background-image: url(../images/tooltip/arrow_topright.gif);
	background-repeat: no-repeat;
	position:absolute;
	height:28px;
	width:33px;
	top:0px;
	left:0px;
}

.normaltext	{font-family: Verdana, Arial, Helvetica, serif; font-size: 9px; color: #000000; text-decoration: none;}
.boldblue	{font-family: Verdana, Arial, Helvetica, serif; font-size: 11px; color: #0000C0; font-weight: bold; text-decoration: none;}
.boldtext	{font-family: Verdana, Arial, Helvetica, serif; font-size: 9px; color: #000000; font-weight: bold; text-decoration: none;}

/* .verdana100FFFFFFt		{font-family: Verdana, Arial, Helvetica, serif; font-size: 13px; color: #000000; text-decoration: none;} */
/* .verdana100FFFFFFtb		{font-family: Verdana, Arial, Helvetica, serif; font-size: 13px; color: #000000; font-weight: bold; text-decoration: none;} */



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
/* border: 1px solid black; */
/* padding: 2px; */
/* background-color: lightyellow; */
visibility: hidden;
z-index: 10000001;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltip1{
z-index: 10000002;
}


#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 10000003;
visibility: hidden;
margin-bottom:-1px;
}

#dhtmlpointer1{
position:absolute;
left: -300px;
z-index: 10000003;
visibility: hidden;
margin-bottom:-1px;
}