

DIV#CPLayer
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 173px;
	z-index: 100;
	border-right-width: 1px;
	border-right-color: #555555;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #555555;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #555555;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #555555;
	border-bottom-style: solid;
	font-weight: bold;
}

TABLE.CPToolTip
{
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
}

TABLE.CPToolTip TD.Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #ffffff;
	padding-left: 7px;
	border-bottom:1px solid #555555;
}

TABLE.CPToolTip TD.Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	padding: 7px;
	background-color: #ffffff;
	vertical-align: top;
}
