/* Created and Last updated 15 March by Chuang Kee Ong */
/*Updated by nmilyaev 10/05/2007 */
/*Updated by maze 15 Jan 2009 */
/* Used for providing pop-up tooltip-like windows */
/* Used in files: databases/tdbSearch.jsp; databases/tdbSearch/anatomy/treeFrame.jsp */

#tooltipmenu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#tooltipmenu li {
	position: relative;
}

#tooltipmenu ul ul {
	position: absolute;
	top: 0%;/*0% position the block right on top of its parent; 100% directly below*/
	left: 0%; /* 50 85% 0% to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
        z-index: 1000;
}

div#tooltipmenu ul ul li:hover a{
	color: #a00; 
	background: #24A7C8; /*#FFF36F /* #029ABE; #EAC117;*/ 
}

div#tooltipmenu ul ul li { /*listed links in dropdown*/
	color: black;
	font-weight: bold;
}

div#tooltipmenu ul ul,
div#tooltipmenu ul li:hover ul{
	display: none;
}

div#tooltipmenu div:hover ul ul{
/*div#tooltipmenu ul ul li:hover ul{*/ /*maze:blocked can't find usage*/
	display: block;
	background-color: #EFFCFF;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	text-align: left;
	width: 80%;
    position: absolute;
	z-index: 100; /*to bring the block in front else text behind will overlap */
}

/* this is to change the 'Gene Symbol' options' text display */
.options,a.options, a:link.options,a:visited.options {
	FONT-SIZE: 10pt;
	BACKGROUND-COLOR: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	font-style: normal;
	TEXT-DECORATION: none;
}

td#tooltipmenu ul ul,
td#tooltipmenu ul li:hover ul {
	display: none;
}

/* this is to control the 'Subcomponents' and its popup text display */
div#links a span {display: none;}

div#links a:hover span {
	display: block;
	position: absolute; 
	top: 130px; 
	left: 400; 
	width: 130px;
	padding: 3px; 
	margin: 10px; 
	border-width: 1px;
        border-style: solid;
        background: #FAF8CC;
	text-align: left;
	z-index: 50; /*to bring the block in front else text behind will overlap */
}

/* this is to change the 'Subcomponents' and its popup text display */
.subcom,a.subcom, a:link.subcom,a:visited.subcom,a:hover.subcom {
	BACKGROUND-COLOR: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	TEXT-DECORATION: none;
}