/*popup menu info*/
#tt {
	background:url(brown.jpg);
	width:740px;
}
a.tooltip2 {
	color:#c00;
}
a.tooltip2 b {
	display:none;
}
a.tooltip2:hover {
	border:0;
	position:relative;
	z-index:auto;
	text-decoration:none;
}
a.tooltip2:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-350px;
	padding:5px;
	font-weight:normal;
	color:#0000ff;
	border:1px solid #FF3300;
	background:#e2eff0;
	width:400px;
}
a.tooltip2:hover b em.outer {
	position:absolute;
	left:350px;
	top:-8px;
	width:0;
	height:0;
	display:block;
	background:transparent;
	border-left:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid #ff6600;
	overflow:hidden;
	z-index:100;
}
a.tooltip2:hover b em.inner {
	position:absolute;
	left:350px;
	top:-7px;
	width:0;
	height:0;
	display:block;
	background:transparent;
	border-left:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid #3e2eff0;
	overflow:hidden;
	;
	z-index:100;
}
.clear {
	clear:both;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
