table.sortable {
	border-collapse: collapse;
}
.sortable td, .sortable th {
	padding: 0.5em;
	border: 1px solid #CCC;
	font-size: 11px;
}
.sortable thead,.sortable  tfoot {
	background-color: #DDD;
}
.sortable tr.rowodd {

}
.sortable tr.roweven {
	background-color: #F2F2F2;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}
.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

