@charset "utf-8";
/* CSS Document */

table{
	font-family:Arial, Helvetica, sans-serif, monospace;	
	font-weight:bold;
	border:4px groove #FFCC00;
	background-color:#edf199;
	margin-top:30px;
	margin-bottom:30px;
	width:429px;
	height:300px;
	background-image: url(calendarBg.jpg);
	background-repeat: no-repeat;
}
			 
div.htmltooltip{
	position:absolute;
	z-index:1000;
	left:-1000px;
	top:-1000px;
	background-color:#2b404b;
	color:#FFFFFF;
	font-weight:500;
	padding:3px;
	width:auto;
}