table {
	margin: 2px;
}

table.sortable {
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	margin: 2px 15px;
}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 4px;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-right: none;
}

table.sortable tr.roweven, table.sortable tr.roweven td {
	background-color: #eeeeee;
}

table.sortable tr.rowodd, table.sortable tr.rowodd td {
	background-color: #ffffff;
}

table.sortable tr.roweven, table.sortable tr.rowodd {
	color: black;
}

table.sortable tr.current-track, table.sortable tr.current-track td {
	background-color: #FFFFC9;
}

table.sortable th.sortcol {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

table.sortable th.sortdesc {
	background-image: url("../images/down.gif");
	background-color: #FFC9CF;
	color: black;
}

table.sortable th.sortasc {
	background-image: url("../images/up.gif");
	background-color: #FFC9CF;
	color: black;
}

table.sortable a, table.sortable a:hover {
	color: black;
}

table.resizable th.resize-handle-active {
	cursor: e-resize;
}
