/* TOOLTIP STYLES */

.p_tooltip_nw { 
	background-image: url(border_nw.gif); 
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

.p_tooltip_n { 
	background-image: url(border_n.gif); 
	background-repeat: repeat-x;
	height: 3px;
}

.p_tooltip_ne { 
	background-image: url(border_ne.gif); 
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

.p_tooltip_e { 
	background-image: url(border_e.gif); 
	background-repeat: repeat-y;
	width: 3px;
}

.p_tooltip_se { 
	background-image: url(border_se.gif); 
	background-repeat: no-repeat;
	width: 3px;
	height: 1px;
}

.p_tooltip_s { 
	background-image: url(border_s.gif); 
	background-repeat: repeat-x;
	height: 1px;
}

.p_tooltip_sw { 
	background-image: url(border_sw.gif); 
	background-repeat: no-repeat;
	width: 3px;
	height: 1px;
}

.p_tooltip_w { 
	background-image: url(border_w.gif); 
	background-repeat: repeat-y;
	width: 3px;
}

.p_tooltip {
	background-color: #cbcbcb;
	background-image: url(body.gif); 
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding-left:4px;
	padding-right:4px;
	padding-top:6px;
	padding-bottom:6px;
	overflow:hidden;
}
