/* trigger button */
#dailyroutine {
	background:transparent url(images/daily_routine.png) no-repeat scroll 0 0;
	display:block;
	width:250px;
	height:87px;
	margin-bottom:0px;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
	z-index:99999;
}

/* mouseover state */
#dailyroutine:hover {
	background-position:0 0px ;		
}

/* clicked state */
#dailyroutine:focus {
	background-position:0 0px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background: url(images/blue_tooltip.png);
	width:750px;
	height:325px;
	padding:0px;
	font-size:11px;
	color:#FFFFFF;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
