/* TOOLTIP STYLES */

.p_tooltip_nw { 
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

.p_tooltip_n { 
	background-repeat: repeat-x;
	height: 3px;
}

.p_tooltip_ne { 
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

.p_tooltip_e { 
	background-repeat: repeat-y;
	width: 3px;
}

.p_tooltip_se { 
	background-repeat: no-repeat;
	width: 3px;
	height: 1px;
}

.p_tooltip_s { 
	background-repeat: repeat-x;
	height: 1px;
}

.p_tooltip_sw { 
	background-repeat: no-repeat;
	width: 3px;
	height: 1px;
}

.p_tooltip_w { 
	background-repeat: repeat-y;
	width: 3px;
}

.p_tooltip {
	background-color: #000;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding-left:4px;
	padding-right:4px;
	padding-top:6px;
	padding-bottom:6px;
	overflow:hidden;
}
