.tip {
	text-align: left;
	border:solid 1px #666666; 
	/*width: 666px;	display: none; */
	max-width: 90%;
	padding: 1px;
	position:absolute; 
	z-index:100;
   	visibility:hidden; 
	color:#000000; 
	top:20px;
    left:90px; 
	background-color: #ccffff;
    layer-background-color: #ccffff;

	}
	
.tip b,em {
	color:#000000; 
}

.scigramtip {
background-color: #3398cc;
border:solid 1px #666666; 
/*	color:#000000; */
color: #ffffff;
font-size: 12pt;
height: 200px; /*about twice the height of the box containing the text*/
layer-background-color: #ccffff;
padding: 0px 6px 0px 6px;
position:absolute; 
top:20px;
left:90px; 
text-align: left;
visibility:hidden; 
/*width: 315px;display: none;*/
max-width: 40%;
z-index:100;

	}
	
.scigramtip b,em {
	color:#000000; 
}
