.kiketable-colsizable{
	table-layout: fixed; 
	width : 100%;
	}
.kiketable-colsizable td,
.kiketable-colsizable th{
	overflow : hidden;
	}
.kiketable-th{
	/* Don't set "position: relative" in IE */
	white-space: nowrap; /* Only works for THs in IE */
	text-align: left;
	height: 20px;		 /* value safe to change */
	}
.kiketable-th-text{
	height: 100%;
	overflow: hidden;
	}
/*
.kiketable-colsizable-handler{
	float: right;
	cursor: e-resize;
	height: 100%;
	border-left:1px outset #99acbd;
	border-right:1px inset #99acbd;
	}
*/
.kiketable-colsizable-handler{	
	/*position: relative;*//*commented for cross browser compatibility*/
	right:-3px;
	float:right;
	height:20px;
	cursor:col-resize;
	border-right:1px solid #3d3d3d;
	border-left:1px solid #3d3d3d;
}
	
	
html > body .kiketable-colsizable-handler{
	border-right:1px outset #3d3d3d;
	}
.kiketable-colsizable-dragLine{
	position: absolute;
	width: 2px;
	cursor: e-resize;
	background-color: #000000;	/* value safe to change */
	}
.kiketable-colsizable-dragArea{
	position: absolute;
	cursor: e-resize;
	background-color:#000000;	/* value safe to change */
	}
.kiketable-colsizable-minimized{
	background-color: #ffd; /* value safe to change */
	color: #bbb;			/* value safe to change */
}
