div.accountmanagers {
}
div.accountmanagers table tbody tr td {

}
div.accountmanagers table tbody tr td.image {
	padding:0px;
	width:22px;
}
div.accountmanagers table tbody tr td.image div.acmanImage {
	position:relative;
	left:0px;
	top:0px;
}
div.accountmanagers table tbody tr td.image a.acmanImageThumb {
	display:block;
	width:22px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}
div.accountmanagers table tbody tr td.image a.acmanImageGroot {
	position:absolute;
	left:22px;
	top:-35px;
	z-index:9999;
	cursor:pointer;
}

/* Details van AM */
div.acmanDetails {
	height:200px;
	background:#FFF;
	border:solid 1px #E7A929;
	position:relative;
	margin-top:10px;
}
div.acmanDetails div div#acmanTarget {
	position:relative;
}
div.acmanDetails img {
	position:absolute;
	left:10px;top:10px;
}
div.acmanDetails table {
	position:absolute;
	left:155px;
	top:7px;
	width:250px;
	border-collapse:collapse;
	border:none;
	padding:0;margin:0;
	font-size:11px;
}
div.acmanDetails table#waarnemingen {
	left:400px;
	width:230px;
}
div.acmanDetails table tr td {
	vertical-align:top;
	padding:1px;margin:0;
	text-align:left;
}
div.acmanDetails table tr td.naam {
	font-weight:bold;
}
div.acmanDetails div.acmanDetailsSluit {
	position:absolute;
	right:18px;
	top:165px;
	width:18px;
	height:18px;
}
div.acmanDetails div#acmanLader {
	position:absolute;
	top:100px;
	left:290px;
	padding-left:30px;
	padding-top:12px;
	height:28px;
	background:url(../../../images/preloader_small.gif) no-repeat 5px 50%;
}
