.noHref {
	color:#A2C0A0;
}

.noHref:hover {
	text-decoration:none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #eee;
	padding: 10px 10px 0px 15px;
	opacity: 1;
	font-weight:400;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fancy {
	background: url('../img/shadow2.png');
	height: 190px;
	width:248px;
}

#tooltip.fancy.viewport-right {
	background: url('../img/shadow2-reverse.png');
	background-position: top left;
	padding-left:5px;
}

#tooltip .photo {
	background: url('../img/shadow2img.png');
	background-repeat:no-repeat;
	float:left;
	margin:5px 5px 10px 5px;
}

#tooltip .photo img {
	border:1px #F29400 solid;
	margin:4px;
}

#tooltip .name {
	padding-top:10px;
	display:block;
	color:#4ea33d;
	font-size:19px;
}

#tooltip .score {
	color:#c6e3c6;
	font-size:11px;
}

#tooltip .descRow {
	clear:both;
	border-top:1px #356531 solid;
	padding:4px;
	color:#a2c0a0;
	font-size:11px;
	margin:0 5px;
}

#tooltip .descRow span {
	color:#8dc63f;
}