.popup{
	font-size:9pt;
	width: 329px;
	height: 74px;
	border: 1px solid #0A246A;
	position: absolute;
	filter: Alpha(opacity=80);
}
.popup td{
	font-size:9pt;
}
.popupCaption{
	background-image: url(../images/bg_caption.gif);
	height: 7px;
}
.popupCaptionText{
	overflow:hidden;
	width: 260;
	height: 100%;
	padding-right: 4px;
	padding-top: 4px;
	text-decoration: underline;
	color: blue;
}

.popupBody{
	background-image: url(../images/bg_body.gif);
}
.popupBodyText{
	overflow:hidden;
	width: 100%;
	height: 100%;
	word-break: break-all;
	line-height: 1.0em;
	padding-top: 2px;
	text-decoration: underline;
	color: blue;
}

.popupButton{

}
.popupButtonHover{
	background-color: #0A246A;
}
.popupButtonHover TD{
	background-color: #B6BDD2;
}