
.resizeTable th {
	background-image:url('/images/th.png');
	background-repeat:no-repeat;
	height:30px;
	color: #FFF;
	text-shadow: #000 2px 2px 2px;
	text-align: center;   
	border-top:1px solid #CC0;
}

.resizeTable td {
	text-indent:5px;
	color:#FF0;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
}

.trunc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}

.resizeTable .left{
	border-left:1px solid #CC0;
}
.resizeTable .right{
	border-right:1px solid #CC0;
}
.resizeTable .bottom{
	border-bottom:1px solid #CC0;
}

.grip{
	width:20px;
	height:30px;
	margin-top:-3px;
	background-image:url('/images/grip.png');
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize;
}

.grip:hover{
	background-position-x:-20px;
}

.dragging .grip{
	background-position-x:-40px;
}

.dotted{
	background-image:url('/images/dotted.png');
	background-repeat:repeat-y;
}

