a {
	text-decoration: none;
	color:#000033;
}
#ano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 14px;
	text-align: center;
	background-color:5d5d5d;
}
#dia {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	vertical-align: middle;
	height: 14px;
	width: 20px;
	color: #000000;
	float:left;
}
#cuerpo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 145px;
	text-align: center;
	vertical-align: middle;
}
/* CSS needed for the script */



/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */


#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #317082;	/* Border width */
	left:5px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color:#FFF;	/* Background color */
	padding:2px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	z-index:1000001;
}
