#actList {
	overflow:		auto;
	width:			785px;
	height:			370px;
	padding:		6px;
	margin:			0 auto;
}

#actList div.crime {
	background-color:		#f2f2f2;
	background-position:	center center;
	width:			150px;
	height:			100px;
	border:			1px dotted #666;
	float:			left;
	margin:			6px;
	font-weight:	bold;
	font-size:		0.9em;
}

#actList div.crime div.title {
	background:			url(img/bg-white-trans.png);
	padding:			2px;
}

#actList div.crime div.title span.date {
	font-size:			0.8em;
	font-weight:		normal;
}

#actList div.crime:hover {
	border:			1px solid red;
	cursor:			pointer;
}

#actList td {
	width:			162px;
	vertical-align: top;
	text-align:		center;
}

#actList div.crime div.solved {
	color:			red;
	font-size:		1.5em;
	height:			26px;
}
