table.jsable td, table.jsable th {
	padding: 0.5em;
	/*border: 1px solid #CCC;*/
	/*white-space: nowrap;
	overflow: hidden;*/
}

/*table.jsable th {
   white-space: pre;
}*/

table.jsable thead, table.jsable tfoot {
	background-color: #DDD;
}

table.jsable tr.rowodd {
	background-color: #D1DFEB;
}

table.jsable tr.roweven {
	/*background-color: #F2F2F2;*/
}

table.jsable .sortcol {
	color:#B12A1C;
	background-color: #FFF;
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
table.jsable .sortasc {
	/*background-color: #DDFFAC;*/
	background-image: url(up.gif);
}
table.jsable .sortdesc {
	/*background-color: #B9DDFF;*/
	background-image: url(down.gif);
}
table.jsable .nosort {
	cursor: default;
}

table.jsable th.resize-handle-active {
	cursor: e-resize;
}

table.jsable div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
