#calendar th {
	font-weight:			bold;
	text-align:				center;
	font-size:				8pt;
	padding:				3px;
	border-top:				none;
	
}

#calendar table {
	border:					1px #000000 solid;
}

#calendar td {
	border:					1px #000000 solid;
}

#calendar div.event a {
	font-size:				11px;
}

.day, a.day {
	text-decoration:		none;
	border:					none;
	cursor:					default;
	padding:				2px;
	font-size:				8pt;
}

.day:hover {
	border:					none;
}

.current {
	background-color:		#BFD8FF;
	color:					#000000;
}

/* Tool Tip */
.tooltip {
	width: 200px; 
	color: #000;
	font: 10px Verdana,Arial,sans-serif;
	text-decoration: none;
	text-align: left;
}

.tooltip span.top {
	padding: 30px 8px 0;
    background: url(../img/bt.gif) no-repeat top;
}

.tooltip b.bottom {
	padding:3px 0px 8px;
	color: #548912;
    background: url(../img/bt.gif) no-repeat bottom;
}

