#tooltip {
	position: absolute;
	z-index: 999999990;
	border: 1px solid #333;
	background-color: #fff;
	color: #5f3032;
	font: normal 14px/18px Arial, sans-serif;
	padding: 5px;
	margin-right: 15px;
	opacity: 0.85;
	width: 220px
	}
	
	#tooltip.tooltip-schedule {
	position: absolute;
	z-index: 999999990;
	width: 190px;
	background-color: transparent;
	background: url(../img/schedule-description-back.gif) center top no-repeat;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 25px 5px 5px 9px;
	text-align: left;
	font-weight: normal;
	opacity: 0.93;
	}
	
	#tooltip.viewport-bottom {
	background: url(../img/schedule-description-back-2.gif) center bottom no-repeat;
	padding: 5px 5px 25px 9px;
	border: none;
	border-top: 1px solid #fff;
	}

