.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:20px white; /*Border around tooltip*/
background:white;
z-index:3000;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:gray;
color:white;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font:bold 11px Arial;
}
.photonumberpop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: right;
}
.photonumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 5px;
	background-position: center;
}
.categoryblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #697699;
	padding-bottom: 5px;
}
.messages {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	margin-top: 0px;
}
