.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:1px solid #DADADA; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:#000000;
padding-top:5px;
text-align:center;
font:bold 11px Tahoma;
}

.heading_sticky {
	font-family: Arial Narrow;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.inside_sticky {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}





.black_selected_underline { font-family: Tahoma, Arial, Verdana; font-size: 12px; color: #272727; ; font-weight: bold ; text-decoration: underline}
.white_bg { background-color: #FFFFFF; ; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px }

