.inlineEntityGrid {
	text-align: center;
}
.inlineEntityGrid .entityContainer {
	position: relative !important;
	display: inline-block !important;
}

/* ---------- Entity --------- */

.entityContainer {
	position: absolute;
	left: 0; top: 0;
	width: 300px; height: 300px;

	background: transparent url('imgsEntity/eBg.png') no-repeat center center;
}

.entityScoreBase {
	position: absolute;
	left: 25px; top: 20px;
	width: 250px; height: 250px;
	border-radius: 50%;

	background-color: #ccc;
}

.entityScoreLabels {
	position: absolute;
	left: 0; top: 20px;
	width: 100px; height: 210px;
	background: transparent url('imgsEntity/eScoreLabels.png') no-repeat center center;
}

.entityClickMsg {
	position: absolute;
	left: 48px; top: 66px;
	width: 34px; height: 119px;
	background: transparent url('imgsEntity/eClickMsg.png') no-repeat center center;
}

.entityNeedle, .entityNeedlePast  {
	position: absolute;
	left: 15px; top: 105px;
	width: 220px; height: 40px;
}
.entityNeedle { background: transparent url('imgsEntity/eNeedle.png') no-repeat center center }
.entityNeedlePast { background: transparent url('imgsEntity/eNeedlePast.png') no-repeat center center }

.entityCover {
	position: absolute;
	left: 20px; top: 15px;
	width: 260px; height: 260px;

	background: transparent url('imgsEntity/eCover.png') no-repeat center center;
	
	border-radius: 49%;
}

.entityScoreScreen {
	position: absolute;
	left: 5px; top: 25px;
	width: 100px; height: 210px;
	cursor: pointer;
	background: transparent url('imgsEntity/eScoreScreen.png') no-repeat center center;
}

.entityLogo {
	position: absolute;
	left: 105px; top: 60px;
	width: 140px; height: 140px;
	background: transparent no-repeat center center;
	border-radius: 50%;
}

.entityLogoActive {
	cursor: pointer;
}

p.entityName {
	position: absolute;
	left: 115px; bottom: 70px;
	width: 120px;
	padding: 0;
	margin: 0;
	
	font: 12px Verdana;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow:	0 0 4px black,
					0 0 4px black,
					0 0 4px black,
					0 0 4px black;

	/* IE text-shadow */ filter: glow(color=#000000, strength=1);
}

.scoreCancelContainer {
	position: absolute;
	left: 77px; bottom: 0;
	width: 108px; height: 67px;
	background: transparent url('imgsEntity/eCancel.png') no-repeat center center;
}

a.scoreCancel {
	display: block;
	margin: 10px;
	width: 88px; height: 24px;
	overflow: hidden;
	font: 14px Verdana;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 4px black;
	text-align: center;
	padding-top: 23px;
	
	text-decoration: none;
}

a.scoreCancel:hover {
	color: #ffcc00;
}

a.scoreCancel:active {
	color: #ffcc00;
	background: transparent url('imgsEntity/eCancelDown.png') no-repeat center center;
}

.commentBtnContainer {
	position: absolute;
	left: 75px; top: -5px;
	width: 155px; height: 85px;
	background: transparent url('imgsEntity/eComment.png') no-repeat center center;
}

.commentBtn {
	display: block;
	margin: 12px 12px 33px 13px;
	width: 116px; height: 30px;
	padding: 14px 0 0 10px;
	overflow: hidden;
	font: 15px Verdana;
	font-weight: bold;
	color: #333;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.commentBtn:hover {
	color: #09c;
}
.commentBtn:active {
	color: #0c9;
}

.votesCount {
	position: absolute;
	left: 85px; bottom: 20px;
	width: 90px;
	font: 14px Verdana;
	color: #333;
	text-align: center;
	
	text-decoration: none;
}

.entitySearchLeft {
	display: block;
	position: absolute;
	left: 155px; bottom: 25px;
	width: 80px; height: 30px;
	margin: 0;
	padding: 0;
	background-color: #fe6;
	box-shadow: 10px -2px 10px #983 inset;
}

.entitySearchContainer {
	display: block;
	position: absolute;
	right: -20px; bottom: -25px;
	width: 80px; height: 80px;
	margin: 0;
	padding: 0;
	background: transparent url('imgsEntity/eSearch.png') no-repeat center center;
}

.entitySearch {
	display: block;
	position: absolute;
	left: 20px; top: 15px;
	width: 40px; height: 40px;
	background: transparent url('imgsEntity/eMag.png') no-repeat center center;
	opacity: .5;
	
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		-ms-transition: all .2s;
	transition: all .2s;
}

.entitySearch:hover {
	opacity: 1;	
}