#infobox {
	border: 10px solid #FFFFFF; 
	color: #FFFFFF !important;
	width: 280px;
	width: 40%;
	position: absolute;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#infobox img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#infobox a {
	color: #FFFFFF !important;
}
#infobox h3 { 
	background-color: #FFFFFF; 
	color: #000000 !important;
	margin: 0px;
	padding-top: 5px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#infobox h3 a {
	color: #000000 !important;
	text-decoration: underline;
	background: none !important;
}
#infobox p {
	padding: 4px;
	padding-bottom: 0px;
	/*overflow: hidden;
	text-overflow:ellipsis;*/
	color: #FFFFFF !important;
	background: none !important;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: small !important;
	margin-bottom: 0;
}/*
#infobox.current {
	background-color: #D36702 !important; 
}
#infobox.other {
	background-color: #669AC9 !important; 
}*/
#infobox .close {
	display: block;
	height: 14px;
	width: 14px;
	background-repeat:no-repeat;
	float: right;
	margin-right: 2px;
	margin-bottom: 0px;
}
.current .close {
	background-image:url(https://nl.tracesofwar.com/images/l/close_orange.jpg);
	opacity: 1;
}
.other .close {
	background-image:url(https://nl.tracesofwar.com/images/l/close_blue.jpg);
	opacity: 1;
}
#infobox .close span {
	display: none;
}