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