/* CSS Document */
div#tooltip{
	visibility:hidden; 
	position:absolute;
	left:0; 
	top:0;
	background:#fbfbe5 transparent; 
	padding:0;
	margin:0;
	z-index:3;
}

#close_tt{
	float:right;
	margin:2px 6px 1px 1px;
}
#close_tt img{
	cursor:pointer;
}
#tooltip_content{
	color:#666666;
	font-size:11px;
	line-height:13px;
	top:-7px;
	z-index:5;
	position:relative;
	/*text-align:justify;*/
}
tooltip_content a{
	color:#5d92c7;
	text-decoration:none;
}
table#rama_tt{
	border-spacing:0;
	border-collapse:collapse;
}
table#rama_tt tr td#tt1{
	background:url(../img/tt1.gif) no-repeat 100% 100%;
	width:13px;
	height:20px;
}
table#rama_tt tr td#tt2{
	background:url(../img/tt2.gif) repeat-x 100% 100%;
}
table#rama_tt tr td#tt3{
	background:url(../img/tt3.gif) no-repeat 0% 100%;
	width:20px;
	height:20px;
}
table#rama_tt tr td#tt4{
	background:url(../img/tt4.gif) repeat-y 0% 100%;
}
table#rama_tt tr td#tt5{
	background:url(../img/tt5.gif) no-repeat 0% 0%;
	width:20px;
	height:16px;
}
table#rama_tt tr td#tt6{
	background:url(../img/tt6.gif) repeat-x 0% 0%;
}
table#rama_tt tr td#tt7{
	background:url(../img/tt7.gif) no-repeat 100% 0%;
}
table#rama_tt tr td#tt8{
	background:url(../img/tt8.gif) repeat-y 100% 0%;
}
table#rama_tt tr td#tt9{
	background:#f2f7f7;
	padding:0;
}