thead, tfoot {
	background-color: #6a6d26;
	color: #FFCC00;
}
tr.rowodd {
	background-color:#e6e6e6
}
tr.roweven {
	background-color: #d4d6c1;
}
.rowodd {
	background-color:#e6e6e6
}
.roweven {
	background-color: #d4d6c1;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #55581F;
	background-image: url(images/up.gif);
}
.sortdesc {
	background-color: #55581F;
	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;
}
.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: Orange;
}
.urg4 {
	background-color: #FF6347;
}
.urg5 {
	background-color: Red;
}
.scroll-table-head {
	width: 800px;
}
.scroll-table-body {
	width: 800px;
	height: 400px;
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}
.sortable {
	color:#000000;
	font-size:12px
}
.sortable th {
	height:35px;
	padding-bottom:2px;
	vertical-align:bottom;
	text-align:center
}
.sortable td {
	height:50px;
}

