@charset "utf-8";
/* CSS Document */

#tooltip_container {
	color: #fff;
	position: absolute;
	display: none;
	padding: 5px;
	max-width: 200px;
	background-color: rgba(153,71,37,.90);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1em;
	text-align: center;
	
	}
	.trigger {
		color: #994725;
		border-bottom: 1px solid;
		cursor: help;
	}
	
	#tooltip_container_att {
		color: #fff;
		position: absolute;
		display: none;
		padding: 5px;
		max-width: 200px;
		background-color: rgba(85,85,85,.90);
		
		font-size: 1em;
		text-align: center;
		}
		.triggeratt {
		cursor: help;
	}