﻿span.link a span
{
	display: none;
}

span.link a:hover
{
	font-size: 99%;
	position: relative;
}

span.link a:hover span
{
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
	padding: 5px;
	z-index: 100;
	border:solid 1px black;
	background-color:#c1d2e2;
	width:200px;
	color:black;
	text-decoration:none;
	text-align:left;
}

.CalendarWS
{
	font-size: 10px;
	font-family: Verdana;
	color: Red !important;
	z-index: 50;
}
.CalendarWR
{
	font-size: 10px;
	font-family: Verdana;
	color: Green !important;
}
.CalendarBoot
{
	font-size: 10px;
	font-family: Verdana;
	color: Purple !important;
}
.CalendarTele
{
	font-size: 10px;
	font-family: Verdana;
	color: Blue !important;
	z-index:50;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
z-index: 101;
visibility: hidden;
}