.pxToolTip {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-Index: 13000;
	margin-top: 10px;
	background-color: #ffffff;
	border: solid 1px #b5b5b5;
	-moz-opacity: 0.90;
	filter:alpha(opacity: 90);
	opacity: 0.90;
	padding: 2px;
	white-space: nowrap;
	font-family: Arial;
	font-size: 10px;
}
td.pxCroppedCell {
	overflow: hidden;
	white-space: nowrap;
	cursor: help;
	max-width: 10px;
	background-image: url(images/incomplete.gif) !important;
	background-position: right 18px !important;
	background-repeat: no-repeat !important;
}
td.pxSemiCroppedCell {
	overflow: hidden;
	white-space: nowrap;
	max-width: 10px;
}
th.pxCroppedCell {
	overflow: hidden;
	white-space: nowrap;
	max-width: 10px;
}
table.pxCroppedTable td div:first-child {
	overflow: hidden;
	white-space: nowrap !important;
	max-width: 1px; /* do this only for width checking */
}
