/* inline tip styles */
._tip {
	background-color:#FFFFCF;
	color:#35699B;
	font-size:11px;
	margin:0px 7px 0px 4px;
	padding:2px;
	/*z-index:10;*/
/*overflow:auto;*/
}
._tip > a {
    color:#35699B;
    font-weight:bold;
    text-decoration:underline;
}
._tip > a:hover {
    color:#000000;
		cursor:pointer;
}
._tipLink {
	cursor:help;
	color:#080C3F;
	font-weight:bold;
  white-space:nowrap;
}
._tipLink:hover {
	/*color:#777777;*/
}
a._tipClose {
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
	overflow:hidden;
	display:block;
  width:50px;
  font-weight:normal;
}
a._tipClose:hover {
	color:#ff0000;
  display:block;
}
._span_tip {
    /*display:block;*/
    display:none;
    overflow:auto;
    
}
/*END inline tip styles*/