	/* contest entries */
#entries{
	float:left;
	display:block;
	width:100%;
	list-style: none;
}

.entryTitle{
	color:#007BA3;
	font-weight:bold;
	border-bottom: 4px solid #007BA3;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:10px
}
	
#entries li{
		display:block;
		float:left;
		width:190px;
		height:190px;
		padding:10px;
		background:#fff;

		border-left:1px solid #E1E1E1;*/
		border-right:1px solid #E1E1E1;
		margin-top:20px;
}
#entries table.thumb{
	text-align:center;
	height:132px;
	width:170px;
	overflow:hidden;
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}
#entries td.thumb{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	vertical-align: middle;
}

#entries div.thumb{
	text-align:center;
	height:132px;
	width:170px;
	overflow:hidden;
}
#entries div.rate{
	text-align:center;
	margin-top:5px;
}

#entryDetails ul{
	clear:both;
	border:1px solid black;
}
#entryDetails li{
	clear:both;
	border:1px solid black;	
}

#entryDetail{
	clear:both;
	padding:1px;
}
#entryDetail div.item_id{
	float:right;
	padding-top:1px;
	font-size:10px;
	color:#CACECE !important;
	
	color:pink;
}

#entryDetail a.profile{
	color:#0166CC;
	text-decoration:underline;
	margin-left:5px;	
}
#entryDetail a.feedback{
	white-space:nowrap;
	color:#666 !important;
	text-decoration:none;
	width:90px;
	overflow:hidden;
	text-align:right;
	
}

#rateLinks{
	/*text-align:center;*/
	margin-top:5px;
	padding-left:1px;

}
#rateLinks a{
	color:#0066CC;
	text-decoration:underline;
	font-size:10px;
}

#rateLinks div.detail{
	padding-left:10px;
	background-image:url('/img/leftarrow.gif');
	background-repeat: no-repeat;
	background-position: 1px 5px; 
	margin-top:2px;
}

