﻿.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;
/*border:5px solid #e3007a; /*Border around tooltip*/
z-index:3000;
background:#e3007a;
padding:10px;
width:250px;
}


#mystickytooltip {
background:#e3007a url('/images/dz/sidebar/calendar/popup_bg.gif') bottom right no-repeat;
	
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/

color:white;
padding-top:5px;
text-align:center;
font:bold 10px Arial;
padding-bottom:5px;
}

.stickytooltip p{
color:white;
padding-bottom:10px;
}

.stickytooltip p strong{
	font-weight:bold;
}


.stickytooltip p a:visited{
color:white;
text-decoration:none;
}

.stickytooltip p a{
color:white;
text-decoration:none;
}

.stickytooltip p a:hover{
color:white;
text-decoration:underline;
}

.atip
{
	cursor:pointer;
}

.tooltipitem
{
	cursor:pointer;

}

