table {
	border-collapse: collapse;
}

.resizable table
{
	border: 1px solid black;
}

.sortable tr
{
	cursor: pointer;	
}

th 
{
	font-weight:bold;
	padding: 0.5em;
	border: 1px solid #CCC;
	text-align:left;
	/*white-space: nowrap;
	overflow: hidden;*/
}

/*th {
   white-space: pre;
}*/

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-image: url(/gfx/icons/up.gif);
}
.sortdesc {
	background-image: url(/gfx/icons/down.gif);
}
.nosort {
	cursor: default;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}