#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
	opacity: 0.80;
   font: 11px arial;
   color: #E4011D;
   text-align:center;
}
#tooltip h3, #tooltip div { margin: 0; color: #E4011D; }

.caption-top, .caption-bottom {
	color: #ffffff;	
	font-weight: bold;
	font-size: 11px;	
	font-family: tahoma;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 0px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }