
a.ClADiLink
{
	border-bottom: 1px dashed #ff0000;
	text-decoration: underline;
}

a.ClADiLink:hover
{
	text-decoration: none;
	border-bottom: 0;
}

div#flyingDiv
{
	width: 250px;
	height: 150px;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
div#flyingDiv div
{
	margin: 10px;
	line-height: 100%;
}

div#flyingDiv div p
{
	line-height: 120%;
	padding: 5px;
	padding-bottom:3px;
}

div#flyingDiv div img
{
	float:right;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
div#flyingDiv div strong
{
	font-size: 12px;
	padding-left: 5px;
}
div#flyingDiv span
{
	display: block;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 8px;
	height: 10px;
	color: #ffffff;
}
div#flyingDiv span img
{
	float:right;
	cursor: pointer;
}
