/* Tooltip */
span.tooltip_left, span.tooltip_right, span.tooltip_down_left, span.tooltip_down_right {
	border-bottom:1px dashed #000;
	display:inline-block;
	
}
th span.tooltip_left, th span.tooltip_right, th span.tooltip_down_left, th span.tooltip_down_right {
	border-bottom:1px dashed #fff;
	display:inline-block;
	
}
.tooltip_hidden {
	position:relative;
	zoom:1;
	padding:10px;
	color:#000;
	font-weight:normal;
	margin:0;
	border:1px solid #DCDCDC;
	background:#FFFFCC;
	display:none;
	width:275px;
	z-index:10000;
}
