a.tip, a.tip2, a.tipp {
	cursor: help;
	background: url(../../images/tip.png) no-repeat;
	margin-left: 3px;
}

a.tip_people {
    cursor: help;
    background: url(../../images/group.png) no-repeat;
}

a.tip_info {
    cursor: help;
    background: url(../../images/information.png) no-repeat;
}

a.tip_view {
    cursor: help;
    background: url(../../images/zoom.png) no-repeat;
}

a.tip , a.tip2, a.tip_people, a.tip_info, a.tip_view {
	padding: 5px 2px 5px 12px;
}
a.tipp {
	padding: 2px 2px 2px 12px;
}
a.help {
	cursor: help;
	background: url(../../images/help.gif) no-repeat;
	padding: 2px 2px 2px 12px;
	left: 5px;
}
a.info {
	padding: 25px 0px 0px 0px;
}
a.info2 {
	padding: 2px 0px 0px 0px;
}
a.tip, a.tip2, a.tipp, a.help , a.info, a.info2, a.tip_people, a.tip_info, a.tip_view {
	position: relative;
	text-decoration: none;
}
a.tip:hover  {
	text-decoration: none;
}
a.tip2:hover {
	text-decoration: none;
	background-color: #e6e9cd;
}
a.tipp:hover {
	text-decoration: none;
	background-color: #778866;
}
a.info:hover, a.info2:hover, a.help:hover, a.tip_people:hover, a.tip_info:hover, a.tip_view:hover {
	text-decoration: none;
}
a.tip span, a.tip2 span, a.tipp span, a.info span, a.info2 span, a.help span, a.tip_people span, a.tip_info span, a.tip_view span {
	display: none;
}
a.tip:hover span, a.tip2:hover span,a.tipp:hover span, a.info:hover span, 
a.info2:hover span, a.help:hover span, a.tip_info:hover span, a.tip_view:hover span {
	display: block;
	text-decoration: none;
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 6px;
	width: 150px;
	border: 1px solid #708090;
	background-color: #505050;
	color: #FFFFFF;
	padding: 2px;
	font-size: 0.8em;
}

a.tip_people:hover span {
    display: block;
    text-decoration: none;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 6px;
    width: 230px;
    border: 1px solid #708090;
    background-color: #eEeEeE;
    color: #000;
    margin-top: 10px;
    margin-left: -250px;
    padding: 2px;
}
a.info:hover span {
	top: 45px;
	left: 20px;
	width: 100px;
}
a.info2:hover span {
	top: 8px;
}
a.help:hover span {
	top: 15px;
	width: 80px;
}
