.sortable-not-ui {
	/*width:980px;*/
	border-left:1px solid #c6d5e1; 
	border-top:1px solid #c6d5e1; 
	border-bottom:none; 
	/*margin:0 auto 15px*/
	margin-bottom: 15px;
}
.sortable-not-ui th {
	background:url(../images/header-bg.gif); 
	text-align:left; 
	color:#cfdce7; 
	border:1px solid #fff; 
	border-right:none
}
.sortable-not-ui th h3 {
	color: #fff;
	font-size:10px; 
	padding:6px 8px 8px
}
.sortable-not-ui td {
	padding:4px 6px 6px; 
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1
}
.sortable-not-ui .head h3 {
	background:url(../images/sort.gif) 7px center no-repeat; 
	cursor:pointer; 
	padding-left:18px
}
.sortable-not-ui .desc, .sortable-not-ui .asc {
	background:url(../images/header-selected-bg.gif)
}
.sortable-not-ui .desc h3 {
	background:url(../images/desc.gif) 7px center no-repeat; 
	cursor:pointer; 
	padding-left:18px
}
.sortable-not-ui .asc h3 {
	background:url(../images/asc.gif) 7px  center no-repeat; 
	cursor:pointer; 
	padding-left:18px
}
.sortable-not-ui .head:hover, .sortable-not-ui .desc:hover, .sortable-not-ui .asc:hover {
	color:#fff
}
.sortable-not-ui .evenrow td {
	background:#fff
}
.sortable-not-ui .oddrow td {
	background:#ecf2f6
}
.sortable-not-ui td.evenselected {
	background:#ecf2f6
}
.sortable-not-ui td.oddselected {
	background:#dce6ee
}

.sortable-not-ui td input[type=checkbox]
{
  margin:0;
}

#controls {
	/*width:980px; 
	margin:0 auto; */
	height:20px
}
#perpage {
	float:left; 
	/*width:200px*/
}
#perpage select {
	float:left; 
	font-size:11px
}
#perpage span {
	float:left; 
	margin:2px 0 0 5px
}
#navigation {
	float:left; 
	/*width:580px; */
	text-align:center;
	margin: 0 30px;
}
#navigation img {
	cursor:pointer
}
#text {
	float:left; 
	/*width:200px; */
	text-align:right; 
	margin-top:2px
}