#sortable-table-0 {
	height:	20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	color:#878787;
}
table {
	
}

th {
	/*border: 1px solid #CCC;*/
	
	border-color:#bebebe;
	border-width:1px 0 1px 0;
	border-style:solid;
}

thead, tfoot {
	background-color: #fff;
	text-align:left;
	height:	26px;
	line-height:26px;
	font-weight:bold;
	font-family:"Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	
	
}

thead td {
	background:#336699;
}

tr.rowodd {
	background-color: #fafafa;
}

tr.roweven {
	
}

.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}

.sortasc {
	text-decoration:underline;
}

.sortdesc {
	text-decoration:underline;
}

.selected {
	background:#f0f0f0 !important; 
	color:#FF0000;
}

.nosort {
	cursor: default;
}

#sortable-table-0 tbody tr:hover {
	background:#f0f0f0;
}

.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: 900px;
}

.scroll-table-body {
    width: 874px;
    height: 400px;
	overflow:hidden;
}
.scroll-table-body td {
	overflow: hidden;
}

