.tipContainer{
	/*border: 1px solid black;
	width: 400px;*/
	display:none;
	width:393px;
}

.tip-top{
	background:url('/images/analyte-assets/popup_top.jpg') top left no-repeat;
	width:393px;
	height:18px;
}

.tip{
	background:url('/images/analyte-assets/popup_bkgrd.jpg') top left repeat-y;
}

.tip-title{
	color:#69C;
	font-weight:bold;
	margin-left:10px
}

.tip-text{
	color:#463D37;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px;
	font-size:12px;
	text-align:left;
}

.tip-highlight-human{
	color:#00a0e1!important;
}

.tip-highlight-rodent{
	color:#5d8422 !important;
}

.tip-bottom{
	background:url('/images/analyte-assets/popup_bottom.jpg') top left no-repeat;
	width:393px;
	height:23px;
}

a.tips{
	color:#333;
}

a.tips:hover {
	color: #d90000;
	font-weight: bold;
	text-decoration: none;
}