table.sortable {
	border:0;
	padding:0;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	}

table.sortable td {
	padding:4px;
	border-bottom:solid 1px #DEDEDE;
	}

table.sortable tr:hover {
	background-color:#FFFFCC;
	font-weight:bold;
	}

table.sortable th {
	padding:4px;
	}

table.sortable thead {
	background:#e3edef;
	color:#333333;
	text-align:left;
	cursor:pointer;
	}

table.sortable tfoot {
	font-weight:bold;
	}

table.sortable tfoot td {
	border:none;
	}