table {
	font-family: Lucida Grande, Verdana;
	font-size: 0.8em;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	cursor: default;
}

table td,table th {
	padding: 2px;
	font-weight: normal;
}

table thead td,table thead th {
	background-image: url(images/ft-head.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

table thead td.selectedUp,table thead th.selectedUp {
	background-image: url(images/ft-headup.gif);
}

table thead td.selectedDown,table thead th.selectedDown {
	background-image: url(images/ft-headdown.gif);
}

table tbody tr td {
	border: 1px solid #ddd;
}

table tbody tr.alt td {
	background: #e3edfa;
}

table.hoverable tbody tr.selected td {
	background: yellow;
}

table.hoverable tbody tr:hover td {
	background: #a6c2e7;
}

table.hoverable tbody tr.selected:hover td {
	background: #ff9;
}
