
#contentcenter table.sortable {
	border-collapse: collapse;
	width:570px;
}

table.sortable td, table.sortable th {
	padding: 0.1em;
	border: 1px solid #CCC;
	font-size:12px;
}

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}



.scroll-table-head {
    width: 570px;
}

.scroll-table-body {
    width: 570px;
    /*height: 400px;*/
}
.scroll-table-body td {
	padding-right: 5px;
	overflow: hidden;
}


