table.sortable {
	border-collapse: collapse;
	table-layout: fixed;
}

table.sortable td, table.sortable th {
	padding: 0.5em;
	border: 1px solid #CCC;
	/*white-space: nowrap;
	overflow: hidden;*/
}

/*th {
   white-space: pre;
}*/

table.sortable thead, table.sortable tfoot {
	background-color: #DDD;
}

table.sortable tr.rowodd {
	background-color: #FFF;
}

table.sortable tr.roweven {
	background-color: #F2F2F2;
}

table.sortable .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
table.sortable .sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
table.sortable .sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
table.sortable .nosort {
	cursor: default;
}

table.sortable .urg1, table.sortable .urg2, table.sortable .urg3, table.sortable .urg4, table.sortable .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

table.sortable .urg1 {
	background-color: #FFFACD;
}
table.sortable .urg2 {
	background-color: #FFD700;
}
table.sortable .urg3 {
	background-color: #FFA500;
}
table.sortable .urg4 {
	background-color: #E13E00;
}
table.sortable .urg5 {
	background-color: Red;
}

table.sortable th.resize-handle-active {
	cursor: e-resize;
}

table.sortable div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}