@CHARSET "ISO-8859-1";
 
/*Sample 1*/ 
.textOverflow div
{
  position:relative;
  width:95%;
  padding:2px;
  white-space:nowrap; 
  overflow:hidden;
  margin:2px 0;
  text-overflow:ellipsis;
  -moz-binding:url("/Javascript/moz-text-overflow.xml#XBLDocument");/*Extensible Biding Language for Firefox*/
}


.textOverflow div ins {
	position:absolute;
	right:0;
	bottom:-0.6em;
	width:1.5em;
	text-align:right;
	height:2em;
	min-width:41px;
	text-decoration:none;
	background:url(/Image/text-fade.png) repeat-y;
	display:none;
}
.textOverflow div._textUnderflow{overflow:auto}
.textOverflow div._textUnderflow ins{display:none;}
.textOverflow div._textOverflow{overflow:hidden;}
.textOverflow div._textOverflow ins{display:block;}
table.textOverflow{table-layout:fixed;}