
<!--

#event_tooltip{
	width:147px;
	position:absolute;
	display:none;
	z-index:6;
	
}

#event_tooltip .event_top{
	background-image: url('/img/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;
}

#event_tooltip .event_middle{
	background-image: url('/img/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	width:200px;
}

#event_tooltip .event_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	width:200px;
}

#event_tooltip .event_bottom{
	background-image: url('/img/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
	width:200px;
}

#event_tooltip .event_bottomq{
	background-image: url('/img/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
	width:200px;
}


#calname_tooltip{
        background-color: white;
        width:250px;
        position:absolute;
        display:none;
        z-index:6;
        border: 1px dotted #2fa399; 
}

#calname_tooltip .calname_top{
	background-color: white;
	background-repeat:no-repeat;
	height:16px;
}

#calname_tooltip .calname_middle{
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	width:200px;
}

#calname_tooltip .calname_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	width:200px;
}

#calname_tooltip .calname_bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
	width:200px;
}

#calname_tooltip .calname_bottomq{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
	width:200px;
}

-->