#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #a78d43;
	background-color: #e0cc8e;
	padding: 5px;
	

/*	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/

}

#tooltip h3, #tooltip div{
	margin: 0;
	font-size: 12px;
}

#tooltip td, #tooltip th, #tooltip tr {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#tooltip table {
	
}

#tooltip .shortDesc {
	border-bottom: 1px solid #666666;
}

#tooltip .nameCell {
	padding: 0 2px;
	font-weight:bold;
	text-align:right;
}

#tooltip .valueCell {
	padding: 0 2px;
}


#tooltip h3 {
	font-weight: bold;
}

