/* Style spec's for tooltip  */
div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#FFFFFF;	/* Background color */
  width:347px;	/* Width of tooltip content */
  height:auto; 
}

div#tipDiv #tip_top {
	width:347px;	
	height:auto;	
	background-image:url('../images/tip_top.gif');
	background-repeat:no-repeat;
	padding:0 1px 0 1px;
	clear:both;
}

div#tipDiv #tip_wrapper {
	width:347px;	
	height:auto;	
	background-image:url('../images/tip_middle.gif');
	background-repeat:repeat-y;
}

div#tipDiv #tip_middle {
	width:270px;	
	height:auto;	
	padding:12px 36px 0 26px;
	clear:both;
}

div#tipDiv #tip_bottom {
	width:347px;	
	height:10px;	
	background-image:url('../images/tip_bottom.gif');
	background-repeat:no-repeat;
	clear:both;
}

div#tipDiv #tip_header_bkg {
	width:330px;
	height:auto;
	background-color:#ff7533;
	font-weight:bold;
}

div#tipDiv #tip_header {
	width:auto;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 31px 0 21px;
	padding:5px;
	clear:both;
}

